If you're anything like me, you want a clean device with none of the bloat. Unfortunately, the OP8 does come with some bloat installed, but I've made it a bit easier to clean up with a batch file to be run in PowerShell. Keep in mind, this was made to fit my preference, so you may want to edit the file before running it.
---
Uninstalled/Disabled
---
How-To
- Your device must have USB debugging enabled.
- You need to open a PowerShell window in your ADB Platform Tools folder. To do so, just hold shift, right click in the folder (not on a file), and select "Open PowerShell window here".
- Once PowerShell is launched, type cmd to prepare for the command.
- Next, type adb devices to verify your device is connected.
- From there, drag and drop the .bat file into the PowerShell window and press enter. It should run automatically.
---
Again, this is my personal preference. If you don't want to uninstall/disable any of the above packages, you need to edit the batch file and remove the line for doing so. In addition, some OnePlus packages have outside light/dark packages for theming, so verify whether you want those also.
I'm new to scripting, and as easy as it may seem, this took me hours to get right. I will do my best to support/help you, but I cannot be held responsible for what you may do to your device. Luckily, a hard reset will bring the device back to stock.
---
oneplus_debloat.bat
---
Uninstalled/Disabled
Code:
ANT HAL Service / com.dis.ant.server
ARCore / com.google.ar.core
Android Accessibility Suite / com.google.android.marvin.talkback
Android Auto / com.google.android.projection.gearhead
Assistant / com.google.android.apps.googleassistant
Card Package / com.oneplus.card
Chrome / com.android.chrome
Community / net.oneplus.forums
Default Print Service / com.android.bips
Device Health Services / com.google.android.apps.turbo
Device Personalization Services / com.google.android.as
Digital Wellbeing / com.google.android.apps.wellbeing
Drive / com.google.android.apps.docs
Duo / com.google.android.apps.yachyon
Facebook App Installer / com.facebook.system
Facebook App Manager / com.facebook.appmanager
Facebook Services / com.facebook.services
File Manager / com.oneplus.filemanager
Game Space / com.oneplus.gamespace
Google Pay / com.google.android.apps.walletnfcrel
Google Play Movies / com.google.android.videos
Google Text-To-Speech / com.google.android.tts
Instagram / com.instagram.android
Messenger / com.facebook.orca
Notes / com.oneplus.note
OK Google Enrollment / com.android.hotwordenrollment.okgoogle
OnePlus Account / com.oneplus.account
OnePlus Hydrogen Icon Pack / com.oneplus.iconpack.oneplush2
OnePlus Oxygen Icon Pack / com.oneplus.iconpack.onepluso2
OnePlus Switch / com.oneplus.backuprestore
OnePlus Widget / net.oneplus.widget
Qualcomm Voice Assistant / com.quicinc.voice.activation
Recorder / com.oneplus.soundrecorder
Screen Recorder / com.oneplus.screenrecord
Shot on OnePlus / cn.oneplus.photos
T-Mobile Play / com.tmobile.m1
Tags / com.google.android.tag
Weather / net.oneplus.weather
X Google Enrollment / com.android.hotwordenrollment.xgoogle
YouTube / com.google.android.youtube
YouTube Music / com.google.android.apps.youtube.music
Zen Mode / com.oneplus.brickmode
How-To
- Your device must have USB debugging enabled.
- You need to open a PowerShell window in your ADB Platform Tools folder. To do so, just hold shift, right click in the folder (not on a file), and select "Open PowerShell window here".
- Once PowerShell is launched, type cmd to prepare for the command.
- Next, type adb devices to verify your device is connected.
- From there, drag and drop the .bat file into the PowerShell window and press enter. It should run automatically.
---
Again, this is my personal preference. If you don't want to uninstall/disable any of the above packages, you need to edit the batch file and remove the line for doing so. In addition, some OnePlus packages have outside light/dark packages for theming, so verify whether you want those also.
I'm new to scripting, and as easy as it may seem, this took me hours to get right. I will do my best to support/help you, but I cannot be held responsible for what you may do to your device. Luckily, a hard reset will bring the device back to stock.
---
oneplus_debloat.bat
Last edited: