Questions tagged [sim-toolkit]

The SIM Application Toolkit is an ETSI defined standard (GSM 11.14) that defines a framework on top of Java Card for SIM resident application (so-called SIM Toolkit applets).

The SIM (Application) Toolkit is an ETSI defined standard (GSM 11.14) that defines a framework on top of Java Card for SIM resident application (so-called SIM Toolkit applets). These applets exists outside of the GSM 11.11 file system. Mobile phones that support SIM toolkit will regularly poll applets, allowing a SIM Toolkit applet to (1) add GUI menus and (2) respond to events, such as reception of certain SMS text messages or selection of specific menu items by the user. The SIM Toolkit applets are managed by Global Platform, which explicitly allows management over-the-air (OTA) by the mobile network operator (MNO). Most mobile phones place the menus generated by the SIM Toolkit applets in a "Extra" or "Tools" menu. This has three major advantages in user-friendliness: firstly, the MNO can perform remote applications management (install new versions, etc.); secondly, SIM applications can respond to messages from the network without disturbing the user, and thirdly, a SIM application can use the handset’s GUI, and such an application takes priority over applications that are not located on the SIM (such as MIDlets and apps).

55 questions
0
votes
1 answer

Debug Java Card applets and understand the cause of exception

I'm going to develop java SIM toolkit applets. One of my difficulties is when I have an exception in my code I don't know how to understand what is the exception? try { reg.initMenuEntry(MenuItem1, (short) 0, (short) MenuItem1.length,…
VSB
  • 9,825
  • 16
  • 72
  • 145
0
votes
1 answer

How to trigger EVENT_FORMATTED_SMS_PP_ENV in sim toolkit applet?

I try to send a SMS message to trigger the events EVENT_FORMATTED_SMS_PP_ENV and EVENT_UNFORMATTED_SMS_PP_ENV, but it seems that it doesn't work. It doesn't send another message. public void processToolkit(byte event) { case…
tyyen
  • 3
  • 3
0
votes
1 answer

How to activate STK on Quectel EC20 GSM Modem

command, Am using Quectel EC20 GSM Modem (4G), i try to access SIM ToolKit to recharge on M1 SIM (Singapore).i know i need to activate STK. i tried `at+stgi=0` but it return `ERROR` any idea how to start with this
Anto sujesh
  • 325
  • 3
  • 14
0
votes
1 answer

SIM800 Sim application toolkit on rpi

I m trying to access sim toolkit SIM800 with modem on RPI . When i tried to access AT +STKMENU=00, it is throwing operation not allowed error , Can some one suggests me how to access sim toolkit from RPI/linux.
0
votes
1 answer

How to send S@T Byte Code as SMS with kannel?

I wrote a simple code to convert S@T ML files to S@T Byte Code, I also have a working kannel, which can send SMS via curl…
Separius
  • 1,226
  • 9
  • 24
0
votes
2 answers

How to set 'ok' in stk parsing using at-command?

In the stk menu I got something like this: +STIN: 1 AT+STGI=1 +STGI: 1," Press ok to complete transaction",1 This is the end of a transaction, I just need to press the ok button to complete it. What at-command am I supposed to use here?
Adib
  • 359
  • 1
  • 6
  • 16
0
votes
1 answer

app which will record the ussd or sms

As we know that, when we use any menu in sim toolkit it send command to mobile network in ussd or sms format. I need that sms or ussd to record and show it to me in android application. I am calling the library service which i got in main activity…
Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
0
votes
1 answer

SIM Toolkit Permissions

I'm doing a research on STK, the thing that is missing is do I need user's permissions to send and receive data to the operator? What I know so far is that this tool is preinstalled in operating system, so isn't already have full permissions to…
Deve
  • 181
  • 4
  • 14
0
votes
2 answers

Android: Mobile Recharge via SIM Toolkit

Im developing an android application for my client. My client is a SIM card distributor in our location. My client wants to access SIM card toolkit to recharge mobile. I dont have any idea how to do it? Can anyone guide me in right…
-1
votes
1 answer

GSM - AT+STGI=21 how to confirm it using STK AT Command

hi am working on GSM STK to recharge airtel sim.am stuck at last point.how to confirm it using AT Command, am using below…
Anto sujesh
  • 325
  • 3
  • 14
1 2 3
4