Scripted... T-BOLT App Mover!
Everyone,
Here is a little script thrown together to automate the processing a little bit...
Instructions:
1) Root your phone first!
2) Download "tboltappmover.txt" (its attached to this post)
3) Ensure busybox is installed!! (To check and see if it is installed properly download Root Checker from the Market. If busybox is NOT installed right, then go to the Market and install busybox)
4) Run the commands below via adb
5) Reboot phone via the power button (hold down and select restart)
6) Win?
Please open the file and comment out (using # as the first character of the line) or delete lines you do not want to be moved!!!!!!!!!!!!!!!!
######## CMD LINE INSTRUCTS ################
to use adb: (make sure script is in the same dir as adb)
-->starting with the text file tboltappmover.txt then do the following 2 commands:
adb push tboltappmover.txt /sdcard/
adb shell
mv /sdcard/tboltappmover.txt /sdcard/tboltappmover.sh
-->starting with tboltappmover already renamed to .sh then do the following command:
adb push tboltappmover.sh /sdcard/
-->Now with the script on the scard run the following 8 commands:
adb shell chmod 755 /sdcard/tboltappmover.sh
adb shell
su
cd /sdcard/
./tboltappmover.sh
rm /sdcard/tboltappmover.sh (used to remove the script)
exit
exit
############### END INSTRUCTS ####################
WARNING: You may or may not have to accept super user on your phone. Make sure you look at your phone's screen!!
It is pretty straight forward. You will have a folder on your sdcard named
disabled.apps that contain all your apps you have moved.
Don't forget to reboot to actually remove app icon. I didn't want to script this in and freak people out with a phone that restarted on its own...
Notes:I have busybox running from /system/xbin/ so you may need to modify depending on where you installed it (just use replace in notepad).
PLEASE PLEASE PLEASE make sure you edit the script before you run it! this will move all the apps that were listed if unedited!!!!!!!!
If you run this script it will move all the apk's listed on the front page. This means there is a possibility that apps, which are dependent on other info/apps, may freak your phone out if moved. PLEASE PLEASE PLEASE edit the script to remove only the apk's you are not using!
also, i am not responsible for your devices, run at your own risk... blah blah blah