Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/
DREADME.md11 adb reboot bootloader
20 adb root
21 adb sync data
24 adb shell /data/nativetest/recovery_unit_test/recovery_unit_test
25 adb shell /data/nativetest/recovery_component_test/recovery_component_test
28 adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test
29 adb shell /data/nativetest64/recovery_component_test/recovery_component_test
44 Using `adb` under recovery
49 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or
52 $ adb devices
[all …]
Drecovery.cpp549 bool adb = true; in prompt_and_wait() local
558 adb = false; in prompt_and_wait()
562 ui->Print("\nInstall from %s completed with status %d.\n", adb ? "ADB" : "SD card", status); in prompt_and_wait()
/bootable/recovery/etc/
Dinit.rc95 on property:service.adb.root=1
100 setprop sys.usb.config adb
110 mkdir /config/usb_gadget/g1/functions/ffs.adb
116 write /sys/class/android_usb/android0/f_ffs/aliases adb,fastboot
124 mkdir /dev/usb-ffs/adb 0770 shell shell
125 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
129 on property:sys.usb.config=adb
141 on property:sys.usb.config=adb && property:sys.usb.configfs=0
143 write /sys/class/android_usb/android0/functions adb
149 write /sys/class/android_usb/android0/functions adb
[all …]
/bootable/recovery/tools/recovery_l10n/
DREADME.md17 adb install $PATH_TO_APP
24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png
/bootable/recovery/updater_sample/
DREADME.md15 logs can be found in `adb logcat`. User can stop or reset an update. Resetting
165 2. Install the app to the device using `adb install <APK_PATH>`.
198 `adb root` might be required.
232 `adb install $OUT/system/priv-app/SystemUpdaterSample/SystemUpdaterSample.apk`
234 `adb install $OUT/testcases/SystemUpdaterSampleTests/SystemUpdaterSampleTests.apk`
236 …`adb shell am instrument -w com.example.android.systemupdatersample.tests/android.support.test.run…
239 adb shell am instrument \
259 local$ adb root
260 local$ adb shell
/bootable/recovery/minadbd/
DAndroid.bp27 "system/core/adb",