Remove RCC and other Indian bloat with the below adb commands.
Install ADB on your PC, enable usb debugging on your phone and connect your phone to the PC. How to do that? google.com can help.
Executing the below commands in command prompt will remove the respective service.
1) Red Cable Club in settings
adb shell pm uninstall --user 0 com.oneplus.membership
2) Cloud Services
adb shell pm uninstall --user 0 com.heytap.cloud
3) Work-life balance
adb shell pm uninstall --user 0 com.oneplus.opwlb
4) Facebook system apps
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.facebook.system
To get them back
1) Red Cable Club in settings
adb shell cmd package install-existing com.oneplus.membership
2) Cloud Services
adb shell cmd package install-existing com.heytap.cloud
3) Work-life balance
adb shell cmd package install-existing com.oneplus.opwlb
Last edited: Dec 30, 2020