I see from another post that you rooted.
copy and paste
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
hit enter
copy and paste
adb shell mv /etc/security/otacerts.zip /etc/security/otacerts.zip_DISABLED_OTA_UPDATES
hit enter
Depending on your ADB setup you may have to use ./ADB instead of just ADB at the beginning of the commands
|