Fastboot is a different mode and adb won't see the device. You need to use "fastboot devices" in order to see the device.
If you can't see the device via fastboot devices nor adb devices then you have a bricked phone. Regards, Naoki On Feb 3, 2014, at 8:08 PM, Worik Stanton <[email protected]> wrote: > More information: It is "adb reboot bootloader" that hangs. The phone > never reboots to the point that "adb devices" can see it > > W > > On 04/02/14 13:52, Worik Stanton wrote: >> On 04/02/14 13:26, Craig Comstock wrote: >>> I believe I recovered my phone several times from this state by >>> starting flash.sh while the phone was on and then doing a restart >>> from the UI via the power button. Then during that 10 second window >>> things proceed and I got a different version loaded. >> >> Thank you. >> >> But I now have a new problem (that is progress!) >> >> I used the following script: >> >> #!/bin/bash >> ## Workflow: (1) Unplug phone from USB. (2) Turn off phone (remove >> ## battery if need be). (3) Start this script. (4) plug phone into >> ## USB (5) Turn phone on (insert battery) >> echo STart wait >> adb wait-for-device >> echo Reboot >> adb reboot bootloader >> echo fastboot flash boot boot.img >> fastboot flash boot boot.img >> echo fastboot flash system system.img >> fastboot flash recovery recovery.img >> echo fastboot erase cache >> fastboot erase cache >> echo fastboot reboot >> fastboot reboot >> >> It hangs on the fastboot flash boot boot.img >> >> $ ./recover.sh >> STart wait >> Reboot >> fastboot flash boot boot.img >> < waiting for device > >> >> >> >> I did get "adb bugreport" working and have the output of that if it >> would be helpful >> >> cheers >> Worik >> > > > -- > The only true evil is turning people into things.... > Granny Weatherwax > [email protected] 021-1680650, (03) 4821804 > Aotearoa (New Zealand) > > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
