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; }