Quote:
Originally Posted by chris1683
As far as removing apps go, the update which has included Radio/Wimax has the apps built into system so you will have to manually remove them (if possible, I haven't read up on this)
|
I found out how to do this somewhere but I can't find the thread for the life of me. I'm still looking for it, if I find it I'll post it, but this is what I do.
You have to use adb.
1. Connect the phone with USB Debbugging turned on (Charge Only works for me) and get into shell. Once in shell type the following.
2. "remount rw"
3. "cd /system/app"
4. "ls" - This will give you a long list of .apk and .odex.
5. Now find the apps you want to uninstall and type the following
6. "rm
name.of.app.apk"
"rm
name.of.app.odex
Not all .apks have a .odex to go with them
7. Then just reboot and all is good.
Sometimes on step 2, I have to type "remount ro" and then "remount rw".