View Single Post
Old 01-02-2011, 02:40 PM   #6
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
Quote:
Originally Posted by The Joker View Post
Yeah..........I've already succesfully enabled ADB...,

What I meant was how do I change the file name as indicated in the stop auto update..........I assume something like this (but like to be sure before doing anything)

1) connect usb
2) go to media folder in nc
3) Start/cmd...
4) change what is detailed...,
?????
I'm really not clear on how to change the file using ABD

Connect via USB

Within terminal or whatever you use for command line stuff...

change directory (from command line) to where ADB is....

Paste this:

adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system

Hit Enter


Paste this:

adb shell mv /etc/security/otacerts.zip /etc/security/otacerts.zip_DISABLED_OTA_UPDATES

Hit Enter


adb reboot


*If you get ADB command not found, then you need to use ./ADB instead of just ADB for the commands.
SCION is offline   Reply With Quote