Skip to content

Instantly share code, notes, and snippets.

@CactiChameleon9
Created February 3, 2022 16:33
Show Gist options
  • Save CactiChameleon9/2b7984366df2d35e2f0dd8c5bf8b3afb to your computer and use it in GitHub Desktop.
Save CactiChameleon9/2b7984366df2d35e2f0dd8c5bf8b3afb to your computer and use it in GitHub Desktop.
Debloat list for the Oneplus 8 (OxygenOS 11)
com.facebook.services
com.facebook.katana
com.facebook.orca
com.facebook.system
com.facebook.appmanager
com.netflix.partner.activation
com.netflix.mediaclient
com.amazon.appmanager
com.instagram.android
com.google.android.apps.subscriptions.red #google one
com.google.android.apps.googleassistant
com.google.android.apps.podcasts
com.google.android.apps.tachyon
com.google.android.apps.wellbeing
com.google.android.apps.nbu.files
com.google.android.apps.docs
com.google.android.apps.maps
com.google.android.apps.walletnfcrel #google pay
com.google.android.apps.photos
com.google.android.apps.youtube.music
com.google.android.apps.magazines
com.google.android.apps.restore #data restore
com.google.android.videos
com.google.android.googlequicksearchbox
com.google.android.calendar
com.android.chrome
com.google.android.gm
com.google.android.youtube
com.oneplus.gamespace
net.oneplus.forums
com.oneplus.store
com.oneplus.backuprestore
@CactiChameleon9
Copy link
Author

CactiChameleon9 commented Feb 3, 2022

It can be used on linux with the following:

sed 's/^/adb shell pm uninstall/' debloatOneplus8 | grep -Ev ^'(#|$)' > debloatOneplus8.sh; bash debloatListA03s.sh #non-system apps
sed 's/^/adb shell pm uninstall --user 0 /' debloatOneplus8 | grep -Ev ^'(#|$)' > debloatOneplus8.sh; bash debloatListA03s.sh #system apps

This was done very sparingly, so have no effect on anything. It simply removes the apps that would rarely be wanted and things that can be reinstalled from the playstore (or eqv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment