简体   繁体   English

如何在Android应用程序中将APDU发送到SIM卡?

[英]How can I send APDU to SIM card in android applications?

I know about the SEEK solution, but it does not fit my req. 我知道SEEK解决方案,但它不符合我的要求。 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. 我知道有一些内部API可以做一些,但它限制了功能。我需要发送evenlope APDU到SIM并获得响应。 thanks! 谢谢!

In order to send Envelope command, you need access to the basic channel on the card. 要发送Envelope命令,您需要访问卡上的基本通道。 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. 并非所有手机的调制解调器都允许这样做,如果你这样做,你仍然需要获得允许通过RIL执行此操作的系统权限。 So it is unlikely you succeed, and even then your solution won't scale. 所以你不太可能成功,即便如此,你的解决方案也无法扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM