| Member Registered:Jan 2010
 Location: Manila, Philippines Topic owner | Hi!, keke thank you for your quick reply. I am looking for Simcard Menu Toolkit. Yes your correct Sim Toolkit is on simcard and it depends on Modem if it is supported by Toolkit, this is what i found in my research and now i answered my own questions. Now i am facing with new challenge, Look at my STk Command using AT.
 at
 OK
 AT+STGI=0
 +STGI: "Globe Svcs+"
 +STGI: 1,6,"G-Live",0
 +STGI: 2,6,"myPhone",0
 +STGI: 3,6,"Prepaid Svcs",0
 +STGI: 4,6,"myGlobe",0
 +STGI: 5,6,"myFavorites",0
 +STGI: 6,6,"Search",0
 
 OK
 AT+STGR=0,1,3
 OK
 
 +STIN: 6
 AT_STGI=6
 ERROR
 AT+STGI=6
 +STGI: 0,"Prepaid Svcs"
 +STGI: 1,7,"Bal Inquiry",0
 +STGI: 2,7,"Reload",0
 +STGI: 3,7,"G-Cash",0
 +STGI: 4,7,"CallTextSvcs",0
 +STGI: 5,7,"GPRS Settings",0
 +STGI: 6,7,"How To's",0
 +STGI: 7,7,"Call Cust Svc",0
 
 OK
 AT_STGR=6,1,1
 ERROR
 AT+STGR=6,1,1
 OK
 
 +STIN: 9
 
 +STGI: ""
 
 +STIN: 99
 
 +CMTI: "SM",17
 
 
 
 
 Do you have any sample code that convert from AT command to C or any program language?
 
 
 |