开发者

How can I enable Android GUI to unlock SIM PIN after booting?

开发者 https://www.devze.com 2023-03-04 14:31 出处:网络
I\'m a android RIL driver developer. I had implement \"Change SIM PIN\" function (RIL write AT command to modem). But when SIM card status is \"SIM_PIN\" (require PIN code to unlock SIM card), the \"C

I'm a android RIL driver developer. I had implement "Change SIM PIN" function (RIL write AT command to modem). But when SIM card status is "SIM_PIN" (require PIN code to unlock SIM card), the "Change SIM PIN" function would be failed. How can I enable Android GUI t开发者_运维百科o unlock SIM PIN after booting?


If you've been able to implement a change sim pin function (AT+CLCK I believe), then I assume you're in a position to implement an 'Enter PIN' function (AT+CPIN="pin_no") .

Just call this function before your change sim pin function.

0

精彩评论

暂无评论...
验证码 换一张
取 消