Block OTA updates for OPPO and Realme

Block OTA updates for OPPO and Realme connect the powerd on device in adb enabled mode to computer

open fastboot tool like minimal adb tool or any other tools you have

use below commands to disbale the ota

adb devices  (authorise from phones screen if prompted)

Block OTA updates for OPPO and Realme with adb shell

  • pm uninstall –user 0 com.oppo.ota
  • pm uninstall –user 0 com.oppo.otaui
  • pm uninstall –user 0 com.coloros.sauhelper
  • pm uninstall –user 0 com.coloros.sau

if any of the last 4 commands gives error ignore it and reboot the device ota will be blocked

Note! This block is temporary after hard reset or flashing ota will be back.
By @anonyshu