How to uninstall an Android app with ADB?

HomeOther ContentHow to uninstall an Android app with ADB?
How to uninstall an Android app with ADB?
How to uninstall an Android app with ADB?
Join daily Android news discussions
https://www.youtube.com/channel/UCnowc_KHgjVNj3Y-E-oQ8aw/join

ADB and Fastboot installation tutorial – https://www.youtube.com/watch?vpZZAIrVJbP0

the commands are:
adb shell
pm uninstall [package_name]

I've seen some devices (Xiaomi in particular) refuse to uninstall system apps if you interrupt the command as shown in this video (and written above). In these cases, type the full adb pm shell uninstall command as detailed here – https://www.youtube.com/watch?v3qpYkUQwF6E

Note – This method helps uninstall third-party apps that you have installed through the Play Store or downloaded through other methods. If you want to uninstall a /"system/" app (which you normally can't uninstall), follow this tutorial instead (this works on non-Samsung devices as well) – https://www.youtube.com/watch?vHtPCCZPqanI

When we want to uninstall an Android app, we usually do it through the Settings app or by going to the app page in the Google Play Store.

This will work in most cases, but sometimes a user will end up receiving an error message when trying this way. There are also times when the screen no longer responds to taps, and others when the device doesn't even work at all.

If for some reason you want to uninstall and remove an Android app via the command line, this video walks you through the simple /"adb shell/" command that will uninstall it.

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *