From 7cff9b7dadf3eedbbe1cf351553f3a2f88411886 Mon Sep 17 00:00:00 2001 From: Orazio <22700499+orazioedoardo@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:05:00 +0200 Subject: [PATCH 1/2] give advice when installing from another Android device --- static/install/web.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/install/web.html b/static/install/web.html index 70b0658df..abdb4d21a 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -277,10 +277,11 @@
Wait for the flashing process to complete. It will automatically handle flashing the firmware, rebooting into the bootloader interface, flashing the core OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and - finally rebooting back into the bootloader interface. Avoid interacting with the - device until the flashing script is finished and the device is back at the - bootloader interface. Then, proceed to locking - the bootloader before using the device as locking wipes the data again.
+ finally rebooting back into the bootloader interface. You might be asked to + reconnect the device after each restart if you are flashing from another Android + device. Avoid interacting with the device until the flashing script is finished + and the device is back at the bootloader interface. Then, proceed to locking the + bootloader before using the device as locking wipes the data again.From 8d8b71169790023fa095f3ddde16f76abaa356bb Mon Sep 17 00:00:00 2001 From: Orazio <22700499+orazioedoardo@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:10:04 +0200 Subject: [PATCH 2/2] mobile Chromium always requires reconnect on restart --- static/install/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install/web.html b/static/install/web.html index abdb4d21a..85f4ccfa9 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -277,7 +277,7 @@
Wait for the flashing process to complete. It will automatically handle flashing the firmware, rebooting into the bootloader interface, flashing the core OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and - finally rebooting back into the bootloader interface. You might be asked to + finally rebooting back into the bootloader interface. You will be asked to reconnect the device after each restart if you are flashing from another Android device. Avoid interacting with the device until the flashing script is finished and the device is back at the bootloader interface. Then, proceed to locking the