View Single Post
Old 12-26-2010, 06:10 PM   #5
Prince Hal
Zealot
Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.Prince Hal once ate a cherry pie in a record 7 seconds.
 
Posts: 149
Karma: 1856
Join Date: Mar 2008
Location: California
Device: Galaxy Player 4.2; Nexus 3 (wifi only); Nook HD+ (possibly)
Help?

Quote:
Originally Posted by SCION View Post
You can only disable auto updates after you root. There's no option on the stock device to this.

After rooting you would use these commands to rename a certain file:

http://forum.xda-developers.com/show...5&postcount=17
If you used my block updates script below
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


too undo it you would do
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
adb shell mv /etc/security/otacerts.zip_DISABLED_OTA_UPDATES /etc/security/otacerts.zip

That would rename the old file back to normal


>>> Above are the instructions. I downloaded ADP to my PC. Now I am at a loss. Any further instructions?
Prince Hal is offline   Reply With Quote