Skip to content

Instantly share code, notes, and snippets.

@empjustine
Last active October 31, 2021 20:06
Show Gist options
  • Save empjustine/c5feda1ad80088a568324cb7bbffe92e to your computer and use it in GitHub Desktop.
Save empjustine/c5feda1ad80088a568324cb7bbffe92e to your computer and use it in GitHub Desktop.
pm-uninstall-facebook.sh
adb shell pm uninstall -k --user 0 com.motorola.brapps
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.talk # Hangouts
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Duo
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.motorola.ccc.devicemanagement
adb shell pm uninstall -k --user 0 com.motorola.ccc.checkin
adb shell pm uninstall -k --user 0 com.motorola.ccc.mainplm
adb shell pm uninstall -k --user 0 com.motorola.ccc.ota
adb shell pm uninstall -k --user 0 com.motorola.ccc.notification
adb shell pm uninstall -k --user 0 com.motorola.moto
adb shell pm uninstall -k --user 0 "com.facebook.katana" # Facebook
adb shell pm uninstall -k --user 0 "com.facebook.orca" # Messenger
adb shell pm uninstall -k --user 0 "com.facebook.system" # App Installer
adb shell pm uninstall -k --user 0 "com.facebook.appmanager" # App Manager
adb shell pm uninstall -k --user 0 "com.facebook.services" # Services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment