Quote:
Originally Posted by AnjeTheNerd
Had something similar happen... I was stupid and didn't lock the wifi on my rooted 2.4.1 Nook, and B&N forced the update.
|
There is a way to disable updates without staying in Airplane mode. It is just renaming a file:
adb mv /system/app/FirmwareUpdateService.apk
/system/app/FirmwareUpdateService.backup
This disables the Update apk by changing its name to .backup. To enable again for a desired update, change it back to .apk Those two lines should be one.