diff options
author | Jaewan Kim <jaewan@google.com> | 2023-03-08 18:34:24 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2023-03-08 18:34:24 +0100 |
commit | 19e9af0a9988efe298d5fc30b5ab0597e90fae15 (patch) | |
tree | 4d95cc91464bfd4c6070f0b76ea48ff562c0784e | |
parent | Merge "Revert "Fix doing silent update,power cut/restoration,screen is turned on"" (diff) | |
parent | Stop mentioning about ALLOW_ADBD_NO_AUTH (diff) | |
download | android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar.gz android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar.bz2 android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar.lz android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar.xz android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.tar.zst android_bootable_recovery-19e9af0a9988efe298d5fc30b5ab0597e90fae15.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ added to `$ADB_VENDOR_KEYS`. Note that this mechanism applies to both of normal boot and recovery modes. * **Option 2:** Allow `adbd` to connect without authentication. - * `adbd` is compiled with `ALLOW_ADBD_NO_AUTH` (only on debuggable builds). + * bootloader is unlocked (`ro.boot.verifiedbootstate` is `orange`) or debuggable build. * `ro.adb.secure` has a value of `0`. Both of the two conditions need to be satisfied. Although `ro.adb.secure` is a runtime property, its |