HomeSort by relevance Sort by last modified time
    Searched refs:fastboot (Results 1 - 9 of 9) sorted by null

  /sdk/build/
product_sdk.mk 34 fastboot \
  /external/chromium_org/build/android/
adb_device_functions.sh 59 # 1) Reboot it into fastboot with 'adb reboot bootloader'
61 # 3) Restore device it with 'fastboot reboot'
66 if [[ -z $(which adb) || -z $(which fastboot) ]]; then
67 echo "aborting: adb and fastboot not in path"
70 echo "If fastboot fails, run: 'sudo adduser $(whoami) plugdev'"
91 fastboot -s $DEVICE reboot
95 # Wipe a device in fastboot.
102 if [ -z $(fastboot devices) ]; then
103 echo "No devices in fastboot, aborting."
105 echo "You can put a device in fastboot using adb reboot bootloader
    [all...]
  /device/common/
generate-factory-images-common.sh 108 fastboot oem unlock
114 fastboot erase boot
115 fastboot erase cache
116 fastboot erase recovery
117 fastboot erase system
118 fastboot erase userdata
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.img
137 fastboot reboot-bootloade
    [all...]
  /development/tools/labpretest/sholes/
custom_flash.sh 33 secure=`$fastboot -s $device getvar secure 2>&1 | sed -n 's/secure: \([a-z]*\)\n*/\1/ p'`
  /development/build/
sdk-windows-x86.atree 34 rm platform-tools/fastboot
36 bin/fastboot.exe strip platform-tools/fastboot.exe
sdk.atree 46 bin/fastboot strip platform-tools/fastboot
  /development/build/tools/
patch_windows_sdk.sh 87 # Just to make it easier on the build servers, we want fastboot and adb
89 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
windows_sdk.mk 38 fastboot \
  /system/core/fastboot/
Android.mk 21 LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c
22 LOCAL_MODULE := fastboot

Completed in 758 milliseconds