
Originally Posted by
hartti
If the phone supports JSR-177 (SATSA) and APDU package of that, then yes.
Although there are a number of security and access control hurdles which needs to be solved. First of all your MIDlet needs to be signed. And as you seem to want to use a Sim Application Toolkit app, you need to have your MIDlet signed to operator domain.
Then the SIM card needs to have all command APDUs (which you want to send to the SIM card) listed in its access control list.
So good relations to the SIM card provider is needed.
Hartti