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

2.7k views Asked by At

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!

1

There are 1 answers

0
Toluene On

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.