Skip to content

Instantly share code, notes, and snippets.

@jehna
Last active February 18, 2020 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jehna/48ca795ab0691fbe71d1c50b0224262a to your computer and use it in GitHub Desktop.
Save jehna/48ca795ab0691fbe71d1c50b0224262a to your computer and use it in GitHub Desktop.
# Eanble developer mode for Android
# Enable USB debugging
# Connect phone to computer via USB
# Make sure you have Android developer tools installed
# Run from bash:
# Open shell connection to the phone
adb shell
# Remove Facebook crapware
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanage
# Remove Microsoft crapware
pm uninstall -k --user 0 com.microsoft.appmanager
pm uninstall -k --user 0 com.microsoft.skydrive
# Remove Samsung crapware
pm uninstall -k --user 0 com.sec.android.inputmethod # Samsung Keyboard (make sure you have some other keyboard installed before running this)
pm uninstall -k --user 0 com.samsung.android.messaging # Samsung Messages app
pm uninstall -k --user 0 com.sec.android.gallery3d # Samsung Gallery app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment