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!
Asked
Active
Viewed 2,633 times
6
-
What *does* fit your requirements? I would say I'm very familiar with this topic, but it is very OEM specific. – Andrejs Cainikovs Aug 15 '11 at 17:35
-
you try to see: http://stackoverflow.com/questions/9361764/how-to-store-android-application-data-on-sim-card-using-nfc – Savas Adar Mar 02 '12 at 12:02
-
Could you do it? Had any success in this issue? I appreciate if share your experience and knowledge with me :) – Ebrahim Ghasemi Apr 08 '15 at 12:24
1 Answers
1
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.

Toluene
- 751
- 3
- 9