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

  /bootable/recovery/
verifier_test.sh 26 ADB="adb -s emulator-$EMULATOR_PORT "
28 ADB="adb -d "
32 $ADB wait-for-device
37 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
65 $ADB push $ANDROID_PRODUCT_OUT/system/bin/verifier_test \
70 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
76 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
  /bootable/recovery/applypatch/
imgdiff_test.sh 27 ADB="adb -s emulator-$EMULATOR_PORT "
29 ADB="adb -d "
33 $ADB wait-for-device
38 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
97 $ADB pull /data/local/tmp/target $tmpdir/resul
    [all...]
applypatch.sh 37 ADB="adb -s emulator-$EMULATOR_PORT "
39 ADB="adb -d "
43 $ADB wait-for-device
45 $ADB remount
47 $ADB shell rm -r /system/media
52 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
118 $ADB push $DATA_DIR/old.file $WORK_DI
    [all...]
  /development/tools/labpretest/
labpretest.sh 18 ADB="$ROOT/tools/adb"
65 # ADB
80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
86 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
131 # ADB
140 $ADB -s $device reboot bootloader
163 # reboots device from fastboot to adb or
168 # ADB
176 log_print "rebooting and waiting for availability via adb"
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 35 * A connection to the host-side android debug bridge (adb)
43 * Minimum and maximum version of adb supported. This correspond to
44 * ADB_SERVER_VERSION found in //device/tools/adb/adb.h
53 private final static String ADB = "adb"; //$NON-NLS-1$
57 // Where to find the ADB bridge.
68 /** Full path to adb. */
228 * Returns the socket address of the ADB server on the host.
236 * <p/>This bridge will expect adb to be running. It will not be able to start/stop/restar
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 20 DeviceView_ADB_Error=Adb Error
21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
93 PreferencePage_ADB_Connection_Time_Out=ADB connection time out (ms):
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 333 milliseconds