Created
December 22, 2019 22:23
-
-
Save KonradIT/72be46e0478ba0baa5ca233d32d0d6e0 to your computer and use it in GitHub Desktop.
Debloat script for OnePlus and OnePlus-related apps.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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