Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 471
goodkid Avatar asked Feb 25 '11 07:02

goodkid


1 Answers

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.

like image 128
takumar Avatar answered Sep 20 '22 17:09

takumar