sim-toolkit

How do I access Android STK Menu using APK?

雨燕双飞 提交于 2020-01-09 19:45:32
问题 I would like to access the SIM menus on an Android phone using STK. I am trying to write an APK that shows the SIM Menus and perform operations on it. However, since the software would be used by users, replacing the OS core modules may not be an option. How can I do this? 回答1: This is, unfortunately, not possible. SimToolkit applications are protected from use by other applications because they could incur charges for the user or alter his connectivity state without his knowledge or consent.

Android Geopoint: Sim toolkit stopped

寵の児 提交于 2019-12-25 03:37:16
问题 Hi Friends today its the second question i am posting in the forum. I am a beginner in programming. So its very hard for me to find the error in the code when nothing is displayed in the Logcat. My problem is i am doing a gps based application to notify me when i reach 10 meters away from a place. but when i install the program me in my device it shows "sim toolkit stopped" and it shuts down ...i am pasting my whole code and console data below this. please have a look and tell me the errors

Programmatically access STK application without using handset

痞子三分冷 提交于 2019-12-18 15:57:29
问题 I would like to programmatically access an STK (SIM Application Toolkit) application without using my handset. GSM modem and/or handset is attached to my PC via USB and/or RS232 connection. I'm looking to automate interaction with the STK application. To this end, I have no idea whatsoever regarding ways of accomplishing this operation. Any assistance will be highly appreciated. Thanks. 回答1: This can be done by using AT commands like AT+STGI & AT+STGR. AT+STGI is used to open the SIM menu &

Programmatically access STK application without using handset

孤街醉人 提交于 2019-11-30 13:06:15
I would like to programmatically access an STK (SIM Application Toolkit) application without using my handset. GSM modem and/or handset is attached to my PC via USB and/or RS232 connection. I'm looking to automate interaction with the STK application. To this end, I have no idea whatsoever regarding ways of accomplishing this operation. Any assistance will be highly appreciated. Thanks. idrisjafer This can be done by using AT commands like AT+STGI & AT+STGR. AT+STGI is used to open the SIM menu & AT+STGR to select the menu. This can also be done prorammatically using Serial Port Interface to

SIM toolkit application - Javacard development kit

被刻印的时光 ゝ 提交于 2019-11-30 12:56:54
问题 I'm trying to develop a STK application but I don't know where to get the development kit. Right now for Javacard I'm getting the one from Oracle's website, but it doesn't have the sim.toolkit package. I don't want to buy it from Gemalto, etc. Is there any "free" implementation? I have found the ETSI - 3GPP a zip file with some code and libraries, but I don't know if this would be enough. Do I generate the cap/jar file from the code there? Thanks 回答1: The files from 3GPP should be enough to

SIM toolkit application - Javacard development kit

痞子三分冷 提交于 2019-11-30 04:29:32
I'm trying to develop a STK application but I don't know where to get the development kit. Right now for Javacard I'm getting the one from Oracle's website, but it doesn't have the sim.toolkit package. I don't want to buy it from Gemalto, etc. Is there any "free" implementation? I have found the ETSI - 3GPP a zip file with some code and libraries, but I don't know if this would be enough. Do I generate the cap/jar file from the code there? Thanks The files from 3GPP should be enough to complement the Javacard libraries that you've downloaded from Oracle. Just as you need to know the Javacard

How do I access Android STK Menu using APK?

限于喜欢 提交于 2019-11-29 01:35:12
I would like to access the SIM menus on an Android phone using STK. I am trying to write an APK that shows the SIM Menus and perform operations on it. However, since the software would be used by users, replacing the OS core modules may not be an option. How can I do this? This is, unfortunately, not possible. SimToolkit applications are protected from use by other applications because they could incur charges for the user or alter his connectivity state without his knowledge or consent. The SimToolkit application (which is signed by the manufacturer or mobile operator so that it has special