Quote:
Originally Posted by nabour
I think I disabled my auto updates -- used script in the nookdevs page and did it using adb. Would you please verify the correct way to disable those updates - want to make sure I did it right. (I love the color root, but don't think I want to go through the whole experience of setting everything up again!)
|
You want to rename the otacerts.zip file which is located in /etc/security. You can use Root Explorer or ADB.
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
adb shell mv /etc/security/
otacerts.zip /etc/security/
otacerts.zip_DISABLED_OTA_UPDATES
adb reboot