summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/web-install.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 07b89b4e..89a6565a 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -217,6 +217,10 @@ async function flashRelease(setProgress) {
setProgress(`${userAction} ${userItem}...`, progress);
}
);
+ setProgress("Disabling UART...");
+ // See https://android.googlesource.com/platform/system/core/+/eclair-release/fastboot/fastboot.c#532
+ // for context as to why the trailing space is needed.
+ await device.runCommand("oem uart disable ");
} finally {
safeToLeave = true;
}