Searched refs:adb (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/ |
D | README.md | 11 adb reboot bootloader 22 adb reboot bootloader 34 adb root 35 adb sync data 38 adb shell /data/nativetest/recovery_unit_test/recovery_unit_test 41 adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test 56 Using `adb` under recovery 61 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or 64 $ adb devices 69 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`, [all …]
|
D | recovery.cpp | 466 bool adb = true; in PromptAndWait() local 475 adb = false; in PromptAndWait() 479 ui->Print("\nInstall from %s completed with status %d.\n", adb ? "ADB" : "SD card", status); in PromptAndWait()
|
/bootable/recovery/etc/ |
D | init.rc | 90 on property:service.adb.root=1 101 mkdir /config/usb_gadget/g1/functions/ffs.adb 107 write /sys/class/android_usb/android0/f_ffs/aliases adb,fastboot 115 mkdir /dev/usb-ffs/adb 0770 shell shell 116 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 120 on property:sys.usb.config=adb 132 on property:sys.usb.config=adb && property:sys.usb.configfs=0 134 write /sys/class/android_usb/android0/functions adb 140 write /sys/class/android_usb/android0/functions adb 161 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "adb" [all …]
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 17 adb install $PATH_TO_APP 24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png
|
/bootable/recovery/minadbd/ |
D | README.md | 11 - The start / stop of `adbd` is managed via system property `sys.usb.config`, when setting to `adb` 19 - `minadbd` talks to host-side `adb` server to get user requests.
|
D | Android.bp | 27 "system/core/adb",
|
/bootable/recovery/updater_sample/ |
D | README.md | 15 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>`. 200 `adb root` might be required. 234 `adb install $OUT/system/app/SystemUpdaterSample/SystemUpdaterSample.apk` 236 `adb install $OUT/testcases/SystemUpdaterSampleTests/arm64/SystemUpdaterSampleTests.apk` 238 …`adb shell am instrument -w com.example.android.systemupdatersample.tests/android.support.test.run… 241 adb shell am instrument \ 261 local$ adb root 262 local$ adb shell
|