Maybe someone else has answered this... I just scrolled through 40 pages of post and my eyes are about to start bleeding. I'm trying to un-install Chrome to Phone (to install the new market version) and the Voice Search app (for the same reason). I've tried to use Absolute System, to no avail. Fails every time, even if I rwmount / mountsys first. Can someone help?
Thanks.:greendroid:
Whenever I've had a stubborn system app that would not uninstall by using Absolute System or some other automated script method, then there are a couple of manual ways of uninstalling system apps that I use with success. Please read through this entire post before attempting anything, so you fully understand what I am describing, because I am scatter-brain tonight and my post might have some procedures out of correct order.
Open a terminal window and type following commands (use Root Explorer to identify exact file names to use below):
Method #1:
su
mountsys
rm system/app/NameOfApp.apk
pm uninstall
com.google.android.apps.NameOfApp (com.google.android.apps.NameOfApp is an example name)
unmountsys
(To figure out the name to type in the above
bold section of the command above, use Root Explorer and browse to /data/data/ and scroll through that whole list and find the name of the folder which pertains to the system app you are trying to uninstall (using common sense), and use that folder name in the above
pm uninstall command above).
AND PLEASE, PLEASE, PLEASE, people, be smart and make a backup ROM of your system before attempting any of what I suggest here. This procedure works fine for me, but I cannot be responsible if you hoze or bork your system resulting in damages, or loss of data because something went wrong using my procedures on whatever theme you may be running.
If you have trouble with method 1 above, there is a slightly less clean way to uninstall as a last resort...
Method #2:
...which is to just delete the /system/app/whatever.apk file with Root Explorer and usually this at least allows me to be able to finally install that same app from the Market now. To do so, make sure you click on the 'Mount R/W' button in Root Explorer, then you can delete the apk file from there. Finally, you can go to the /data/data/ folder and remove the folder that pertains to the apk file or app that you are trying to take out. But when you're done, make sure you click the 'Mount R/O' button before leaving the folder you enabled R/W in, so that given folder will be safe again.
Just for good measure, before attempting to uninstall anything, I always go to Settings>Applications>App Management> and go to the app I want to remove, and clear the cache and data first for that app, just so it will remove any space-hogging cache or data that might be placed on my SD Card or in some other weird place. Then you can go to terminal server and attempt the rm command for that apk and attempt the pm uninstall command (as per the method 1 shown above). This way if it doesn't work right and you need to use method 2 to delete the files/folders manually, any potential clutter left behind will be minimized since you first cleared the cache and data.
But usually, I have not had any trouble installing apps from the Market after using one of these methods to remove system apps. Please let me know if you have any trouble removing the app after attempting one of these methods. Good luck.
.
.