• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root What to delete after root?

Just rooted to "ROOT_F3v1". What can I delete that won't affect the operation of the phone?

This is in the clean up folder.

@echo off
@adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system

@adb shell rm /system/app/LearningClient*
@adb shell rm /system/app/TimescapeTheme*
@adb shell rm /system/app/Phonebook*
@adb shell rm /system/app/DigitalClock*
@adb shell rm /system/app/PcCompanion*
@adb shell rm /system/app/Face*
@adb shell rm /system/app/mox*
@adb shell rm /system/app/off*
@adb shell rm /system/app/play*
@adb shell rm /system/app/track*
@adb shell rm /system/app/EManual*
@adb shell rm /system/app/SemcIME*
@adb shell rm /system/app/LatinImeTutorial*
@adb shell rm /system/app/AndroidQuadrapop*
@adb shell rm /system/app/LatinIME*
@adb shell rm /system/app/SEMCTouchPal*
@adb shell rm /system/app/se-supp*
@adb shell rm /system/app/TimescapeTheme*
@adb shell rm /system/app/Browser*
@adb shell rm /system/app/CdfInfo*
@adb shell rm /system/app/semc-backup*
@adb shell rm /system/app/Fota*
@adb shell rm /system/app/FileCo*
@adb shell rm /system/app/Launch*
@adb shell rm /system/app/Wiper*
@adb shell rm /system/app/Maps*
@adb shell rm /data/app/*.zip
@adb shell rm /data/app-private/*
@adb shell rm -r /etc/semc/startupshow
@adb shell rm /etc/semc/preset/app/persistent/*
@adb shell rm /etc/*.iso
@adb shell mv /etc/mount_iso.sh /etc/mount_iso

adb push app\packages.xml /sdcard
adb shell dd if=/sdcard/packages.xml of=/data/system/packages.xml
adb shell rm /sdcard/packages.xml
@echo ##############################
@echo # DEVICE CLEANED SUCCESFULLY #
@echo ##############################
@adb shell reboot
pause
pause
 
You should keep anything with google and mediascape if you want full functions on everything. I've removed timescape and moxier without any problems so far.
 
Well technically removing timescape gives you error when you tap on a contact to see more details or if u long hold a contact and pick view contact..

However, there are apps such as takephone (i think thats what its called), acontacts, quickcall and many more which can be used as replacements for the phonebook which don't cause these errors! Im guessing this is ur case Gurba..
 
I've just removed moxier, thank the lord! There's nothing else i'd personally remove, but that's just me :).

Edit - Also removed User Guider and Support, and the keyboards I don't want :)
 
Well technically removing timescape gives you error when you tap on a contact to see more details or if u long hold a contact and pick view contact..

However, there are apps such as takephone (i think thats what its called), acontacts, quickcall and many more which can be used as replacements for the phonebook which don't cause these errors! Im guessing this is ur case Gurba..

You are right. I get an error when trying to view contacts. I have never tried that before now. :)
 
Back
Top Bottom