如何启用 Android GUI 在启动后解锁 SIM PIN?
我是一名 Android RIL 驱动程序开发人员。我已经实现了“更改 SIM PIN”功能(RIL 将 AT 命令写入调制解调器)。但当SIM卡状态为“SIM_PIN”(需要PIN码解锁SIM卡)时,“更改SIM PIN”功能将失败。如何启用 Android GUI 在启动后解锁 SIM PIN?
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 to unlock SIM PIN after booting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经能够实现更改 sim pin 功能(我相信是 AT+CLCK),那么我假设您能够实现“输入 PIN”功能(AT+CPIN="pin_no")。
只需在更改 sim pin 功能之前调用此函数即可。
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.