2

I am new in hardware operating development in android.I am going to communicate with the SIM only which is attached with the hardware device.When i am giving instruction with help of android application it goes to the hardware attached SIM perform a particular operation.Can any one provide me guidance for developing this task.

can any one provide me a simcard famework & documentation for android like available in .net

Thankyou in advance.

onkar
  • 4,427
  • 10
  • 52
  • 89

1 Answers1

0

you can send APDU (commands) to card a common applet or standard (SIM/USIM/UICC) applet to handle the card it self (update file, install/remove/disable applets etc ....). I recommend u to read this document its may help (very good overview of the SIM card environment).

before you start development you need at least to understand the basic of cards this video could also help https://www.youtube.com/watch?v=31D94QOo2gY

Stuart Siegler
  • 1,686
  • 4
  • 30
  • 38
forest forest
  • 101
  • 1
  • 6