What's new
DroidForums.net | Android Forum & News

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!

Uninstall factory apps?

KenniB

New Member
Is there any way to get rid of the preinstalled apps? Amazon mp3, city ID, etc. They always seem to just be running in the background. Maybe just some way to shut them off? Will I have to root my phone to do that?
 
Yes, you will have to root your phone as these applications are usually found in the /system/app/ folder. I suggest you just rename the .apk files for now to something like <file>.apk.bak
 
You can do it through adb:
Code:
mv /system/app/<file>.apk /system/app/<file>.apk.bak

You can also use "Root File Explorer", and probably "ASTRO". Just make sure you have the system set to read/write.
 
Back
Top