View Single Post
Old 04-27-2011, 07:42 AM   #15
twobits
Addict
twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.twobits ought to be getting tired of karma fortunes by now.
 
Posts: 223
Karma: 1057019
Join Date: Oct 2010
Device: none
Quote:
Originally Posted by anamardoll View Post
I rooted my Nook Color back in the day via the autonooter method (http://theunlockr.com/2011/02/05/how...nooter-method/).

Now that the new update is apparently being pushed (instead of just being a manual install choice), I and others are concerned about losing root and having to re-setup the Nook Color to our current custom needs.

Apparently going a step further with the autonooter guys and installing a custom ROM will prevent the update from being pushed (http://theunlockr.com/2011/02/06/how...he-nook-color/).

Has anyone tried and can confirm this? I'm going to try tonight, I think, if no one else has. I really just don't feel like the stock B&N capabilities are worth losing root right now.
If all you want to do is run the stock rom rooted and prevent autoupdates, easiest way seems to be to change the db parameter to manual.

Code:
# sqlite3 /data/data/com.bn.devicemanager/databases/devicemanager.db
sqlite> update registry set value='manual' where name='com.bn.device.fota.mode';
sqlite> .q
# reboot
twobits is offline   Reply With Quote