From 2dcc6ea4ff393af4ce97a1796877ba311dc6bd04 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 13 Jul 2019 06:19:39 -0400 Subject: [PATCH] no need for ADB enabled in the OS to sideload --- static/usage.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/usage.html b/static/usage.html index 63031c12..d7eb9d28 100644 --- a/static/usage.html +++ b/static/usage.html @@ -176,6 +176,12 @@ sideload the update with adb. For example:

adb sideload blueline-ota_update-2019.07.01.21.zip
+

You do not need to have adb enabled within the OS or the host's ADB key + whitelisted within the OS to sideload an update to recovery. Recovery mode does not + trust the attached computer and this can be considered a production feature. Trusting + a computer with ADB access within the OS is much different and exposes the device to a + huge amount of attack surface and control by the trusted computer.

+

Default connections