diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-16 17:28:20 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-16 17:28:51 -0500 |
| commit | 3f6de4a48201c9d56307be4188f64f7b563e693b (patch) | |
| tree | e95a4051aa615605bc4943ad7275851efb97448c /static/web-install.html | |
| parent | 3a6ea83559cd172105c669068110c9d2dfc62f10 (diff) | |
simpler to avoid using adb like the current guide
Diffstat (limited to 'static/web-install.html')
| -rw-r--r-- | static/web-install.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/web-install.html b/static/web-install.html index a7cf99b1..695fe3f4 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -27,7 +27,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script defer="defer" src="/js/webadb.js?0"></script> - <script defer="defer" src="/js/web-install.js?0"></script> + <script defer="defer" src="/js/web-install.js?1"></script> </head> <body> <header> @@ -125,10 +125,7 @@ <h2><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></h2> <p>First, boot into the bootloader interface. You can do this by turning off the - device and then turning it on by holding both the Volume Down and Power buttons. - Alternatively, use ADB to reboot to the bootloader with the button below:</p> - - <button id="adb-reboot-bootloader" disabled="disabled">Reboot to bootloader with ADB</button> + device and then turning it on by holding both the Volume Down and Power buttons.</p> <p>Unlock the bootloader to allow flashing the OS and firmware:</p> |
