This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Or instead of removing them you could just rename their APKs so if you decide you want them back later you can get them back:
Open Terminal Emulator
su (if you see the $ sign)
sysrw
cd /system/app
ls (lists apps you have in /system/app)
mv appname.apk appname.apx
(repeat previous step for as many as you want)
sysro
exit
exit (if you see the $ sign)
If you want to get an app back, you just follow these exact instructions except mv appname.apx appname.apk. Tada!