Im learning about RIL (Radio Interface Layer) and baseband commands, and I saw that there is command that it unused by android source:
RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION
I wonder what its designation ?
Network personalization allows the network operator to personalize a ME so that it can only be used with that particular network operator's SIMs while de-personalization is the process of deactivating the personalization so that the ME ceases to carry out the verification checks.
Besides, Alex has provided details of the API from ril.h.
Requests that network personlization be deactivated
Valid errors:
Source: ril.h (Android Open Source Project)