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

Root [LIST] What is safe to remove.

HalfFrozen

Android Enthusiast
I am not taking credit for this at all. BUT, I feel this needs to be posted here for the people looking around on what they can and cannot delete off their phone once Root has been gained.

I personally use Titanium Backup to remove things...

Post from taypotts on another site:
Ever notice all the crapware that Verizon and Motorola like to load your Droid X with? Of course you have! Here is a guide on how to get rid of all of that stuff!

Safe to remove:

  • Amazon Mp3
  • City ID
  • Skype
  • MyVerizon
  • CarDock
  • Kindle
  • Blockbuster
  • Mobile Hotspot
  • Visual Voicemail (if you remove this then it will disable the voicemail button on the dialer)
  • Need for Speed

DO NOT REMOVE:

  • Verizon Backup Assistant
  • Anything that is Blur Related!!! I can not stress this enough!
That's all I know right now, because I'm not sure how other "blur" related apps connect with each other. Don't want to screw anything up without nandroid right now.

How to:

  • Easiest way is to buy "Root Explorer" app from the android market. This app is like astro, but can see all of the system files, and change them.

    1. Open Root Explorer
    2. Find System and open
    3. Find app and open
    4. Click the Mount R/W to change to Mount R/O in the upper right corner
    5. Find the "bloat" app and either delete or change the name to .bak
      • Example: CityID.apk ---> CityID.bak

  • The other way is through ADB Shell on your CMD or Terminal
    1. Connect phone (make sure USB Debugging is turned on)
    2. Open CMD/Terminal
    3. Navigate to your Tools folder (from your Android SDK)
    4. Type in "adb shell" you should see a $ sign
    5. Type in su (this gives you permission)
    6. Type in the command that relates to the app you want to remove
      • Example:
        If you wanted to remove CityID:
        /system/bin/rm /system/app/CityID.apk




  • Some Apps like Myverizon are odd. It's directory is /data/app/com.vzw.hss.myverizon.apk and is also in /system/app/MyVerizon.apk
    • In other words, you may have to just search around until you find it.



Disclaimer: This is at your own risk. I, nor the Calebnance.com staff take no responsibility to any harm this may cause your phone.
 
j/w whats the apk for need for speed
I'm guessing it's Street.apk
Scratch that. I really don't know. I would also like to know what the NFS apk is.
Okay, Scratch all that above. I found the NFS.apk, It's under Preinstall but i've deleted it but the icon is still there. I'm looking for the icon now.
Okay. This is the final one, Lmao. It's under Data/App/NFSShift.APK. I deleted that AND the NFS Preinstall file and it's all gone.
 
A little help...I believe I successfully rooted. Now going through the process of first backing up then removing bloat via ADB Shell. One oddity, I SU get the appropriate shell but when I execute "rm name.apk" I get a "read only files ystem permission error". Is there something I am missing?
 
A little help...I believe I successfully rooted. Now going through the process of first backing up then removing bloat via ADB Shell. One oddity, I SU get the appropriate shell but when I execute "rm name.apk" I get a "read only files ystem permission error". Is there something I am missing?

"mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system" to mount system as R/W
And to put it back "mount -o ro,remount -t yaffs2 /dev/mtd/mtdblock4 /system":D
 
Back
Top Bottom