[HOW TO][S-OFF]Remove system apps while booted

JonasDroid

Senior Member
Apr 12, 2010
423
50
0
!! FOR S-OFF USERS ONLY !!

You can use your computer or use terminal emulator.
If your using a computer u first need to run adb shell

Code:
# su
# cd /system/app
# mount -o rw, remount /system
# ls         (to view the installed aps)
# rm -r AppThatNeedsToBeRemoved.apk
# rm -r AppThatNeedsToBeRemoved.odex (for odexed ROM's only)
It's a small guide but I hope it can be helpfull to some of you

EDIT: you can also use file managers with root acces like: root Explorer (€3) or Super Manager (free) and really nice BTW :p
 
Last edited: