View Single Post
Old October 27th, 2009, 12:36 PM   #26 (permalink)
kam187
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 46 Times in 28 Posts
Default

Yup typos!

If you have any Galaxo rom you ONLY need to run clearapps.sh and not install busybox etc:

# mount read/write - remount work on galaxo, but not stock
adb remount

# upload the script - you can upload directory to /system, OR copy to sdcard and copy upto you

# push clearapps.sh from adb folder to the phone
adb push clearapps.sh /system/clearapps.sh
# Open a shell
abd shell

OR

# Open a shell
abd shell
# copy clear apps from the sdcard to system
cp /sdcard/clearapps.sh /system

# make the script executable
chmod +x /system/clearapps.sh

# run the script
/system/clearapps.sh

# reboot
reboot

If you have any stock rom you need to:
- enable SU from recovery
- install busybox
- run clearappsstock.sh

And so follow post 19 exactly (http://androidforums.com/samsung-i7500/12365-galaxo-tweaks-get-more-memory.html#post71842)
kam187 is offline  
Last edited by kam187; October 27th, 2009 at 12:42 PM.
Reply With Quote