January 6th, 2011, 10:04 PM
|
#7 (permalink)
|
|
Senior Member
Join Date: Jun 2010
Location: Near Los Angeles
Posts: 4,418
Device(s): Samsung Galaxy Nexus
Carrier: Not Provided
Thanks: 101
Thanked 1,382 Times in 1,050 Posts
|
Quote:
Originally Posted by ccapasso
Technically, if you wanted you could do it all through adb, but that would require you to know how to do that.
Basically you would do the following:
Open a command prompt and do the following:
cd C:\android-sdk-windows\tools
adb remount
adb shell (this should return a # sign. If not, you are not rooted)
cd /system/app
ls (this will list all of the apps you have. The apps are apk files)
rm nameofapkyouwanttoremove.apk
That should just remove the apk all together and "uninstall" the app. Keep in mind though, there are some apps you cannot/should not remove.
Granted, the above was how I sometimes did it on my Hero before I got the Evo, and I haven't tested on Evo yet, but adb hasn't changed so this should still work 
|
Yeah, you can do it that way, too, but it's basically the same thing as using a terminal emulator or root explorer. If you already have adb set up, you may as well do that. Though, I still recommend moving them to the sdcard instead of just removing them.
|
|
|