Skip to content

Instantly share code, notes, and snippets.

@peterroth
Last active June 10, 2024 02:49
Show Gist options
  • Save peterroth/542e981dd7707397c54ab74c5ae4a425 to your computer and use it in GitHub Desktop.
Save peterroth/542e981dd7707397c54ab74c5ae4a425 to your computer and use it in GitHub Desktop.
Packages I deleted from my OnePlus device. I know there are a lot of tools and programs to debloat, but I feel better when I know what I deleted

Google stuff:

com.android.chrome
com.google.android.music
com.google.android.videos
com.google.android.apps.tachyon

Qualcomm's User Identiy Module:

com.qualcomm.uimremoteclient
com.qualcomm.uimremoteserver

OnePlus' stuff:

net.oneplus.widget
com.oneplus.bttestmode
com.oneplus.note
com.oneplus.factorymode.specialtest
com.oneplus.gamespace
com.oneplus.opbugreportlite
com.oneplus.note.black.overlay
com.oneplus.gamespace.black.overlay
com.oneplus.accessory

HeyTap's stuff. BBK and co.

com.heytap.cloud
com.heytap.openid
com.heytap.mcs

ATN+ support. I don't think anybody connects to the phone with ANT+

com.dsi.ant.server

Some other stuff

com.example.wifirftest
com.wapi.wapicertmanage
com.tencent.soter.soterserver

Special thanks for W1nst0n for the descriptions of those packages.
Command I used to delete:
adb shell pm delete --user 0
On OOS11:
adb shell
pm uninstall --user 0

@janez33
Copy link

janez33 commented Sep 11, 2023

Thank you very much for this list 👍

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