Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Aravinth-Earth/dbeefd355c22a40a2ed3c43762dc0fee to your computer and use it in GitHub Desktop.
Save Aravinth-Earth/dbeefd355c22a40a2ed3c43762dc0fee to your computer and use it in GitHub Desktop.
  1. in pc download & extract 'android sdk' to a local folder
  2. enbale developer mode & usb debugging in respetive android device
  3. connect android device to pc via usb & make sure the device is visible in the adb shell using adb devices, when launching the terminal from the extract's sub folder <parent-folder>/Android/Sdk/platform-tools
  4. to get the complete list of installed packages via shell use adb shell pm list packages
  5. for uninstall any app for the current user, use adb shell pm uninstall -k --user 0 <the-package-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment