What's new
AMJ Bulletin Board

[RELEASE] Gscript full + scripts

elboriyorker

Administrator
Staff member
OG Member
What this does is allow you to type a command or load a command in it and save it all through your phone. So if you want to run the command again all you have to do is press one button.

For example if you want to clear all your cache at once all you have to do is press one button instead typing every command until your fingers fall off.

HOW IT WORKS:
Type the command once OR load the file, give it a title and save it:

View attachment 27799

Download App:
Code:
http://rapidshare.com/files/310562876/GScriptFull.apk
Scripts:

Back up all regular apps to your sdcard:
Load this file into the app:
Code:
http://rapidshare.com/files/246578801/Back_up_app.sh.html
Back up all your protected apps (dont forget to share) :
Load this file into the app:
Code:
http://rapidshare.com/files/246578803/Back_up_app-private.sh.html
Install all your regular apps at once (good after a wipe) :
Load this file into the app:
Code:
http://rapidshare.com/files/246578802/Install_app.sh.html
Install all your protected apps at once:
Load this file into the app:
Code:
http://rapidshare.com/files/246578799/Install_app-private.sh.html


Delete all cache at once:

Code:
 rm -R /data/data/com.android.browser/cache/webviewCache
rm -R /data/data/com.google.android.apps.maps/files
rm -R /data/data/com.google.android.street/cache
rm -R /data/data/com.android.vending/cache
rm -R /data/data/com.tunewiki.lyricplayer.android/cache/webviewCache
rm -R /data/data/com.myspace.android/files
rm -R /data/data/com.google.android.gm/cache/webviewCache
Reboot in to recovery mode
Code:
 reboot recovery
in to Bootloader mode
Code:
 reboot bootloader
 

Attachments

Back
Top