Quote:
Originally Posted by twobits
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
|
Just saw this, thank you! This would be in the command line app that autonooter puts on the device? (Terminal Manager, I think it's called?)