View Single Post
  #13 (permalink)  
Old 04-24-2010, 01:26 PM
bradart's Avatar
bradart
Officer Android
Offline
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: What is the easiest way to remove system apps

Quote:
Originally Posted by jj4201998 View Post
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
Code:
exit
exit
__________________
Olympic-class smoker since 2005.

Sponsored by Kools.
Reply With Quote
This post has been thanked 1 times.