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

1

6

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!

Subheading answered 25/2, 2011 at 7:1 Comment(3)
What does fit your requirements? I would say I'm very familiar with this topic, but it is very OEM specific.Oxbridge
you try to see: #9362264Fe
Could you do it? Had any success in this issue? I appreciate if share your experience and knowledge with me :)Ungava
V
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.

Violone answered 30/7, 2014 at 12:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.