how to uninstall?

digidude

Sheep worrier.
VIP Member
Joined
Aug 8, 2001
Messages
24,754
Reaction score
3,741
Location
The edge.
i installed a caller ID type thing, but its for north america, and now cant get rid of it

how do i uninstall it please lol
 
Settings-applications-manage applications click on the one you
want and choose uninstall
 
Also, if you get to a point where you like to try out apps often and uninstall them if they don't suit you, there are apps like AppRemover that will streamline the process a bit.
 
use root explorer and remove the .apk

or from dos, in the SDK/Tools folder run:

adb shell rm /system/app/<appname.apk> (may need -r swtich if fails)

if using an app2sd enabled rom path would be /system/sd/app/

or use 'android commander' windows adb GUI app.
 
Last edited:
Back
Top