Guest MuhaJR Posted July 31, 2010 Report Posted July 31, 2010 (edited) I really needed SIM ToolKit and it was missing in FLB MOD 1.1 and 1.2. So I had to find a way to have it. Here it is: 1. download STK.zip and unzippit somewhere (best into same folder with adb.exe) 2. connect your Pulse to computer with USB cable 3. open command prompt and navigate to adb folder 4. write adb remount (to gain R/W rights on system) 5. write "adb push X:\where\your\APK\is\STK.apk /system/app" without qoutes... If Stk.apk is in same folder as adb, just write "adb push Stk.apk /system/app". 6. reboot your Pulse (or write in command promt "adb reboot") And it works (at least id did for me...). Thanks to XDA-Developer forum guys.stk.zip Edited July 31, 2010 by MuhaJR
Guest DanWilson Posted July 31, 2010 Report Posted July 31, 2010 I really needed SIM ToolKit and it was missing in FLB MOD 1.1 and 1.2. So I had to find a way to have it. Here it is: 1. download STK.zip and unzippit somewhere (best into same folder with adb.exe) 2. connect your Pulse to computer with USB cable 3. open command prompt and navigate to adb folder 4. write adb remount (to gain R/W rights on system) 5. write "adb push X:\where\your\APK\is\STK.apk /system/app" without qoutes... If Stk.apk is in same folder as adb, just write "adb push Stk.apk /system/app". 6. reboot your Pulse (or write in command promt "adb reboot") And it works (at least id did for me...). Thanks to XDA-Developer forum guys. What does this app even do?
Guest MuhaJR Posted July 31, 2010 Report Posted July 31, 2010 What does this app even do? My SIM (T-Mobile Croatia) has some functions built-in: like checking SMSInfo status, enabling it, MMSInfo, bill check and other handy stuff that maybe could be done with USSD codes, some with sending SMS with certain words. This brings it to user in one handy app...
Guest DanWilson Posted July 31, 2010 Report Posted July 31, 2010 My SIM (T-Mobile Croatia) has some functions built-in: like checking SMSInfo status, enabling it, MMSInfo, bill check and other handy stuff that maybe could be done with USSD codes, some with sending SMS with certain words. This brings it to user in one handy app... Ah, I see. I'll be installing this tomorrow when I have the time, and FLB V1.2 (too much to flash when you're tired :() I think I used that once on 1.5 then I forgot about it, so thanks!
Guest The Ngatts Posted June 21, 2011 Report Posted June 21, 2011 I really needed SIM ToolKit and it was missing in FLB MOD 1.1 and 1.2. So I had to find a way to have it. Here it is: 1. download STK.zip and unzippit somewhere (best into same folder with adb.exe) 2. connect your Pulse to computer with USB cable 3. open command prompt and navigate to adb folder 4. write adb remount (to gain R/W rights on system) 5. write "adb push X:\where\your\APK\is\STK.apk /system/app" without qoutes... If Stk.apk is in same folder as adb, just write "adb push Stk.apk /system/app". 6. reboot your Pulse (or write in command promt "adb reboot") And it works (at least id did for me...). Thanks to XDA-Developer forum guys. Thanks for this. Saved me a ton of grief after installing a custom ROM that wiped out my STK.
Guest mp_android Posted March 26, 2012 Report Posted March 26, 2012 Won't get past android boot screen now on desire bravo I really needed SIM ToolKit and it was missing in FLB MOD 1.1 and 1.2. So I had to find a way to have it. Here it is: 1. download STK.zip and unzippit somewhere (best into same folder with adb.exe) 2. connect your Pulse to computer with USB cable 3. open command prompt and navigate to adb folder 4. write adb remount (to gain R/W rights on system) 5. write "adb push X:\where\your\APK\is\STK.apk /system/app" without qoutes... If Stk.apk is in same folder as adb, just write "adb push Stk.apk /system/app". 6. reboot your Pulse (or write in command promt "adb reboot") And it works (at least id did for me...). Thanks to XDA-Developer forum guys.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now