Searched refs:ADB (Results 1 – 6 of 6) sorted by relevance
28 ADB="${ADB:-adb} ${SERIAL:+-s $SERIAL}"76 echo " ADB=$ADB"84 $ADB wait-for-device85 $ADB shell "svc usb setFunction rndis"86 $ADB wait-for-device87 $ADB shell "ifconfig $PHONE_DEV down"89 $ADB push $HWADDR /data/local/hwaddr # TODO(szym) handle failures?90 $ADB shell "/data/local/hwaddr $PHONE_DEV $PHONE_HW"91 $ADB shell "/data/local/hwaddr $PHONE_DEV"96 $ADB shell "svc usb setFunction" #empty to clear[all …]
18 ADB="$ROOT/tools/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}'`140 $ADB -s $device reboot bootloader178 $ADB -s $device wait-for-device195 local result=$($ADB -s $device shell getprop dev.bootcomplete)201 result=$($ADB -s $device shell getprop dev.bootcomplete)257 $ADB -s $device $1 $2 $3 $4 $5452 if [ ! -e $ADB ]; then462 tmpdevice=`$ADB devices | sed -n "s/\($device\).*/\1/ p"`[all …]
190 SingleAdbInterface = "Android ADB Interface"191 CompositeAdbInterface = "Android Composite ADB Interface"
77 VALUE "FileDescription", "Android ADB API"
77 VALUE "FileDescription", "Android ADB API (WinUsb)"
7 etc.) and will talk (via TCP over ADB) to the device in Simple