The ultimate gscript lite Script thread

jdkoreclipse

Banned
Nov 1, 2010
246
24
0
I havent seen any threads like this before. If you have a script made for gscript ( if you made the script, found it somewhere, or are just plain frankensteining) please post it along with what it does.

Pull Logcat and place on sd:
Code:
 rm /sdcard/log.txt
logcat  -> /sdcard/log.txt

Unmount SD:
Code:
 vold

Set vm heapsize in build.prop:
Code:
#Requires Reboot
dalvikvm=32

reboot

Reboot Commands:
Code:
 reboot
Code:
 reboot  recovery
Code:
 reboot  bootloader




Sent from my ADR6300 using Tapatalk
 
Last edited:
Just gonna add this one here for fun...

Pull boot.img from phone and place on sdcard:

Code:
 #Pull boot image from running phone
rm /sdcard/boot.img

cat /dev/mtd/mtd2 > /sdcard/boot.img

Fix Permissions (if the fix_permissions binary is present in system/bin)
Code:
 #Fix Permissions
fix_permissions

reboot
 
Last edited:

Trending Posts

Forum statistics

Threads
956,596
Messages
6,969,006
Members
3,163,582
Latest member
Cam12