The other way around happens when I reinstall cwm (yes I can reinstall cwm run fastboot, adb simply doesn't know it exist). When I do cwm
c:\Users\jim2\Downloads>adb reboot
See adb reboot works when I am on cwm. Adb recoqnize the device. After that?
c:\Users\jim2\Downloads>adb devices
List of devices attached
c:\Users\jim2\Downloads>adb devices
List of devices attached
no devices.
c:\Users\jim2\Downloads>fastboot flash recovery twrp-3.0.0-0-Z00A.img
target reported max download size of 536870912 bytes
sending 'recovery' (15674 KB)...
OKAY [ 0.780s]
writing 'recovery'...
OKAY [ 0.876s]
finished. total time: 1.657s
Works just fine. Of course it's catch 2 2 because I want to do adb reboot recovery after that but cannot
fastboot boot twrp-3.0.0-0-Z00A.img
do? You can use key combinations to boot into recovery mode. Isn't that the option for you? – Firelord Feb 14 '16 at 23:44adb shell
then:su
lastly:reboot recovery
– Bo Lawson Feb 15 '16 at 02:00