Skip to content

Instantly share code, notes, and snippets.

@KonradIT
Created December 22, 2019 22:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save KonradIT/72be46e0478ba0baa5ca233d32d0d6e0 to your computer and use it in GitHub Desktop.
Save KonradIT/72be46e0478ba0baa5ca233d32d0d6e0 to your computer and use it in GitHub Desktop.
Debloat script for OnePlus and OnePlus-related apps.
adb shell <<EOF
pm uninstall --user 0 com.oneplus.filemanager #Op file manager
pm uninstall --user 0 com.tencent.soter.soterserver #Tencent !?
pm uninstall --user 0 net.oneplus.odm #Analytics
pm uninstall --user 0 net.oneplus.push #Push notifications
pm uninstall --user 0 com.oneplus.gamespace #Game Space
pm uninstall --user 0 net.oneplus.forums #Forums App
pm uninstall --user 0 com.netflix.mediaclient #...
pm uninstall --user 0 com.netflix.partner.activation #...
EOF
printf 'Done\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment