如何在 Android 应用程序中将 APDU 发送到 SIM 卡?
我知道 SEEK 解决方案,但它不符合我的要求。 我知道有一些内部API可以做一些事情,但它限制了功能。我需要将evenlope APDU发送到SIM并获得响应。 谢谢!
I know about the SEEK solution, but it does not fit my req.
I know there are some internal APIs that can do some, but it limits the functions.I need to send evenlope APDU to SIM and get the response.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了发送信封命令,您需要访问卡上的基本通道。并非所有手机的调制解调器都允许这样做,如果您的调制解调器允许,您仍然需要获得系统许可才能通过 RIL 执行此操作。因此,您不太可能成功,即使如此,您的解决方案也无法扩展。
In order to send Envelope command, you need access to the basic channel on the card. Not all phone's modems will allow this, and if yours does, you still need to have a system permission granted to be allowed to do this through the RIL. So it is unlikely you succeed, and even then your solution won't scale.