Skip to content

Instantly share code, notes, and snippets.

@chenshaoju
Last active November 30, 2023 00:42
Show Gist options
  • Save chenshaoju/d13da0c9a30e687300e1051d8a9ff55e to your computer and use it in GitHub Desktop.
Save chenshaoju/d13da0c9a30e687300e1051d8a9ff55e to your computer and use it in GitHub Desktop.
Oneplus 5T OxygenOS bloatware cleanup.
cd /system_root/system/app
rm -rf BackupRestoreRemoteService
rm -rf GooglePay
rm -rf NVBackupUI
rm -rf OEMLogKit
rm -rf OPAppUpgrader
rm -rf OPBackup
rm -rf OPBreathMode
rm -rf OPBugReportLite
rm -rf OPCommonLogTool
rm -rf OPGamingSpace
rm -rf OPOnlineConfig
rm -rf OPPush
rm -rf OPSafe
rm -rf OPSesAuthentication
rm -rf OPYellowpage
rm -rf PhotosOnline
rm -rf SoterService
rm -rf Traceur
cd /system_root/system/priv-app
rm -rf DynamicSystemInstallationService
rm -rf IFAAService
rm -rf OPDeviceManager
rm -rf OPDeviceManagerProvider
cd /system_root/system/reserve
rm -rf OPBackupRestore
rm -rf OPForum
rm -rf OPNote
rm -rf card
cd /system_root/system/product/app
rm -rf Account
rm -rf Chrome
rm -rf Drive
rm -rf Duo
rm -rf Gmail2
rm -rf Maps
rm -rf Music2
rm -rf Photos
rm -rf Videos
rm -rf YouTube
rm -rf remoteSimLockAuthentication
cd /system_root/system/product/priv-app
rm -rf Turbo
rm -rf Wellbeing
cd /system/app/
rm -rf Account
rm -rf card
rm -rf Drive
rm -rf Duo
rm -rf GooglePay
rm -rf Gmail2
rm -rf Maps
rm -rf Music2
rm -rf NVBackupUI
rm -rf OEMLogKit
rm -rf OPBackup
rm -rf OPBreathMode
rm -rf OPCommonLogTool
rm -rf OPPush
rm -rf OPSafe
rm -rf Photos
rm -rf PhotosOnline
rm -rf SensorTestTool
rm -rf Traceur
rm -rf Videos
rm -rf YouTube
cd /system/priv-app/
rm -rf CallLogBackup
rm -rf OPDeviceManager
rm -rf OPDeviceManagerProvider
cd /system/reserve/
rm -rf OPForum
rm -rf OPNote
rm -rf OPBackupRestore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment