How To Uninstall Android App Command Line
You should upgrade or use an alternative browser.
- #1
1) Connect your phone via USB
2) Turn android debugging on
3) Go to android shell using $ adb shell
how to remove apps now
use this command now
pm uninstall -k --user 0 com.my.demo.app
comment below
to undo the changes:
adb shell cmd package install-existing com.my.demo.app
- #2
- #3
Would I still be able to update my software without issues in my Galaxy s9 for instance after removing bloat via this method?? If yes, would it bring the apps back??
Yes you will be able to to update your device without any issue.
No your app will not be back unless the app's apk is present in the update package.
- #4
Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
- #5
Sooo to reinstall and app, you will need to factory default your device
- #7
- #8
This might be silly, but how do we get the app's identifier, like com.demo.my.app? Settings > Apps does not seem to have that info.
adb shell pm list packages | grep <search-term>
For graphical solution you can install the app named "Package Name Viewer 2.0" by csing. :good:
edit: You can see the article Debloat: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
- #9
YesWould I still be able to update my software without issues in my Galaxy s9 for instance after removing bloat via this method?? If yes, would it bring the apps back??
- #10
Hi,Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
I´m still looking for a solution.
Already tried pm enable or pm install -r with the apk. no success. any clue?
- #11
What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$
Please advise what to do
- #12
When after enabling Android debugging I am giving the command adb she'll from terminal in my lunix laptop I am getting an output "nicklaus_f:/What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$Please advise what to do
Try reinstalling adb drivers for your device.
---------- Post added at 02:35 AM ---------- Previous post was at 02:34 AM ----------
Would give this a try as soon as i get my hands on a proper pc. The korean apps on my phone are very annoying.- #13
- #14
When after enabling Android debugging I am giving the command adb she'll from terminal in my lunix laptop I am getting an output "nicklaus_f:/What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$Please advise what to do
I would say
1. Download from android themselves:
developer.android.com/studio/releases/platform-tools
2. Extract the .zip file somewhere on your computer and add that folder to your windows PATH variable so you can reference it from anywhere using command prompt (cmd.exe).
- #15
How to uninstall system app or any app without having rooted?
1) Connect your phone via USB
2) Turn android debugging on
3) Go to android shell using $ adb shellhow to remove apps now
use this command now
pm uninstall -k --user 0 com.my.demo.appcomment below
Any way to install user app as system apps from adb ?
- #16
Any way to install user app as system apps from adb ?
There technically is a way. Just not as "graceful"
android.stackexchange.com/questions/27/how-do-i-properly-install-a-system-app-given-its-apk
- #17
Hi,Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
pm default-state app.name
- #18
There no sucess or failure message.
Anyone knows why that happens and what can I do to fix it?
- #19
I had to do it twice, because I didn't turn off auto update in Galaxy Apps and didn't uninstall Secure Folder before I started. I'm not 100% of the connection, but somehow Bixby came back, but I uninstalled Secure Folder, turned off Auto Update, and it worked great. They got root for my device like two days later, so kind of pointless, but it helped a lot! Thanks! :good:
- #20
nota: the options that are in previous comments do not work
Similar threads
How To Uninstall Android App Command Line
Source: https://forum.xda-developers.com/t/uninstall-any-apps-via-adb-no-root.3738105/
Posted by: crawfordwheabion.blogspot.com
0 Response to "How To Uninstall Android App Command Line"
Post a Comment