-
-
Save rainly/18a93beae7cd0386a174ac4bd89af3b6 to your computer and use it in GitHub Desktop.
Oneplus 5T OxygenOS bloatware cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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