Due to this new update if you ever factory reset your watch while on 6.0.1 you will lose the ability to do anything with adb as the watch no longer looks for your pc's vendor keys and those not create its own.
This guide will show you how to regain access to your watch once again.
1. Download the recovery from my watch root guide here and if you want root the watch
2.reboot to bootloader by turning off watch then swiping top left to bottom right on the screen as soon as you put the watch on to charge
3. once there just flash the recovery with
and boot into recovery mode by selecting it in the bootloader
4.On your PC go to C:\Users\namehere\.android\ and copy the file named adbkey.pub and rename it to "adb_keys"
5.move this file to your watch via adb in the recovery like so:
Reboot to system (ignore OS not installed, just squashfs bug) and voila you now have adb on your watch again!
This guide will show you how to regain access to your watch once again.
1. Download the recovery from my watch root guide here and if you want root the watch
2.reboot to bootloader by turning off watch then swiping top left to bottom right on the screen as soon as you put the watch on to charge
3. once there just flash the recovery with
Code:
fastboot flash recovery recovery.img
4.On your PC go to C:\Users\namehere\.android\ and copy the file named adbkey.pub and rename it to "adb_keys"
5.move this file to your watch via adb in the recovery like so:
Code:
adb push adb_keys /data/misc/adb/
from xda-developers http://ift.tt/1MO0OOw
via IFTTT
No comments:
Post a Comment