- 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:
Unmount SD:
Set vm heapsize in build.prop:
Reboot Commands:
Sent from my ADR6300 using Tapatalk
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: