diff options
author | Jaewan Kim <jaewan@google.com> | 2023-03-08 19:33:55 +0100 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2023-03-08 19:33:55 +0100 |
commit | 89ece764fe43c2feac2b0fb93c4b70db40a587bc (patch) | |
tree | 8adcffe829b133197c5193db15c3c7c3226164e4 | |
parent | [automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 643d8b4bf9 -s ours (diff) | |
parent | Merge "Stop mentioning about ALLOW_ADBD_NO_AUTH" am: 19e9af0a99 (diff) | |
download | android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar.gz android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar.bz2 android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar.lz android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar.xz android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.tar.zst android_bootable_recovery-89ece764fe43c2feac2b0fb93c4b70db40a587bc.zip |
-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 |