• Home
  • Raw
  • Download

Lines Matching refs:recovery

9     # To boot into the new recovery image
10 # without flashing the recovery partition:
12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
17 mmma -j bootable/recovery
34 `recovery-refresh` and `recovery-persist` executables exist only on systems without
41 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
44 Using `adb` under recovery
47 When running recovery image from debuggable builds (i.e. `-eng` or `-userdebug` build variants, or
49 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or
54 1234567890abcdef recovery
57 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,
59 recovery menu.
70 By default, `adbd` is always included into recovery image, as `/system/bin/adbd`. `init` starts
71 `adbd` service automatically only in debuggable builds. This behavior is controlled by the recovery
72 specific `/init.rc`, whose source code is at `bootable/recovery/etc/init.rc`.
84 `bootable/recovery/etc/init.rc` disables Android USB gadget (via sysfs) as part of the `fs` action
98 configuration](https://android.googlesource.com/device/google/wahoo/+/master/init.recovery.hardware…
108 recovery image doesn't honor the USB debugging toggle and the authorizations added under normal boot
109 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
110 authorizing a host device under recovery. We can use one of the following options instead.
125 Note that this mechanism applies to both of normal boot and recovery modes.