web-install: Implement Android reconnection callback
On Android, Chromium does not support automatic reconnection. The user must manually pair the device after every reboot in order for fastboot.js to reconnect to it. Unfortunately, this requires the user of the library to get involved because USB device connction requests are only allowed as the result of explicit user action, so we need to add a reconnect request callback for the user to handle.
This commit is contained in:
@@ -179,7 +179,11 @@
|
||||
Then, proceed to <a href="#locking-the-bootloader">locking the bootloader</a>
|
||||
before using the device as locking wipes the data again.</p>
|
||||
|
||||
<p><strong id="flash-release-status"></strong></p>
|
||||
<p>
|
||||
<strong id="flash-release-status"></strong>
|
||||
<!-- This appears as part of the status -->
|
||||
<button id="flash-reconnect-button" style="display: none;"><strong>Reconnect device</strong></button>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="locking-the-bootloader">
|
||||
|
||||
Reference in New Issue
Block a user