Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
giantsfan
Old
#1  
Member - OP
Thanks Meter 6
Posts: 50
Join Date: Jun 2010
Location: Staten Island, NY
Default Uninstalling apps

Courtesy of Zedley...

zedley
Junior Member Join Date: Nov 2010
Posts: 6

Uninstalling

--------------------------------------------------------------------------------
For those trying to uninstall stuff, a Q&D way of doing it:


Code:
adb shell ls /data/app ---- to get the full name of the apk

adb shell rm -r /data/app/#APPNAME

I'm not sure about dependencies and whatnot, but it got the app out of extras (after a reboot) and removed the apk off my device, which is all I care about at this point.
 
Pinesal
Old
#2  
Senior Member
Thanks Meter 18
Posts: 502
Join Date: Jan 2009
There are also some apps that let you uninstall. I am using FolderOrganizer. You can use Advanced Task Manager too and there are plenty of others.
 
rholm
Old
#3  
Member
Thanks Meter 2
Posts: 31
Join Date: Nov 2010
Quote:
Originally Posted by giantsfan View Post
Courtesy of Zedley...

zedley
Junior Member Join Date: Nov 2010
Posts: 6

Uninstalling

--------------------------------------------------------------------------------
For those trying to uninstall stuff, a Q&D way of doing it:


Code:
adb shell ls /data/app ---- to get the full name of the apk

adb shell rm -r /data/app/#APPNAME

I'm not sure about dependencies and whatnot, but it got the app out of extras (after a reboot) and removed the apk off my device, which is all I care about at this point.

Is this functionally equivalent to "rm /mnt/app/<apk> -rf" command in the scp install method?

Cheers,
Rich
 
HotShotAzn
Old
(Last edited by HotShotAzn; 2nd December 2010 at 07:44 PM.)
#4  
Senior Member
Thanks Meter 18
Posts: 355
Join Date: Oct 2007
EDIT: NVM, got it
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...