Closed
Bug 836874
Opened 13 years ago
Closed 13 years ago
Add a --already-in-bootloader option to flash.sh so you can recover devices with no adb
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dhylands, Assigned: dhylands)
Details
Attachments
(1 file)
Currently, the flash.sh script does an adb reboot bootloader when you use it to flash your phone.
If however, your phone is borked and can't get into adb mode for some reason, it would be nice to use the flash script if your device is already in fastboot mode.
| Assignee | ||
Updated•13 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dhylands
| Assignee | ||
Comment 1•13 years ago
|
||
Allows flash.sh to be used with devices already in fastboot mode
Attachment #708740 -
Flags: review?(mwu)
Comment 2•13 years ago
|
||
Why? adb reboot bootloader waits for no one and doesn't cause the flash script to stop.
Comment 3•13 years ago
|
||
Comment on attachment 708740 [details] [diff] [review]
Add a --already-in-bootloader option to flash.sh so you can recover devices with no adb
r- because I don't think we need this.
Attachment #708740 -
Flags: review?(mwu) → review-
| Assignee | ||
Comment 4•13 years ago
|
||
You're right (of course) :)
Closing as invalid since the adb reboot doesn't cause any problems if the phone is in fastboto mode.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•