kam187
Android Expert
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)
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)

