Quote:
Originally Posted by jj4201998
Before I upgrade to 2.1 I wanted to see if removing the apps would spped the phone up a little. Do you know how to do it manually?
|
Via the adb shell in the console on your computer. Download the android sdk, navigate to androidsdk>tools and run
Code:
adb devices (make sure your phone shows up here)
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd system/app
ls
Find the Stock programs you don't want. I'm typing all these commands off the thje top of my head, so i don't know the specific apk names.
When you get the 20 on the enemy targets, type in
Code:
rm thename.ofthe.programfile.apk
When you're done, type