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

@MisterCcobD
Copy link

MisterCcobD commented Jul 10, 2023

what exacly are
com.dsi.ant.server
com.example.wifirftest
com.wapi.wapicertmanage
com.tencent.soter.soterserver
for?
and if i remove oneplus accessory, isnt going to affect image viewing?

@peterroth
Copy link
Author

com.dsi.ant.server is an ANT+ server .
com.example.wifirftest is a wifi test package. However, as the package name suggests, it's something like an example.
com.tencent.soter.soteserver: https://github.com/Tencent/soter#a-quick-look-at-tencent-soter
ocm.wapi.wapicertmanage: WLAN Authentication and Privacy Infrastructure ( WAPI), what is a Chinese National Standard for Wireless LANs

I didn't face any issues when I removed the Oneplus Accessory (although I can't confirm it now because I don't have a Oneplus device anymore).

@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