Searched refs:shell (Results 1 – 25 of 31) sorted by relevance
12
85 $ADB shell "svc usb setFunction rndis"87 $ADB shell "ifconfig $PHONE_DEV down"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 clear101 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"109 $ADB shell 'setprop net.dnschange $((`getprop net.dnschange`+1))'113 $ADB shell 'cat /proc/net/route' | awk '{ if ($2==00000000) print $1 }'117 $ADB shell "svc data disable"118 $ADB shell "svc wifi disable"[all …]
35 if adb shell readlink /proc/$PID/exe | egrep -q '^/system/bin/app_process' ; then37 if ! adb shell cat /proc/$PID/cmdline | egrep -q '^zygote'; then38 adb shell debuggerd -j $PID43 adb shell debuggerd -b $PID
20 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`23 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`30 …echo `adb shell cat /proc/$1/status | grep -e "^TracerPid:" | sed "s/^TracerPid:[[:blank:]]//" | t…104 local ID=`adb shell id -u`110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`154 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`165 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
38 do_adb shell am dumpheap -g "$pid" "$dev_file"
9 adb shell wm dismiss-keyguard12 airplane_mode_was_on=$(adb shell settings get global airplane_mode_on)14 adb shell settings put global airplane_mode_on 0 > /dev/null15 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null26 adb shell settings put global airplane_mode_on 1 > /dev/null27 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null32 adb shell settings put global airplane_mode_on 0 > /dev/null33 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null38 adb shell svc wifi disable42 adb shell svc wifi enable
25 adb shell wm dismiss-keyguard29 airplane_mode_was_on=$(adb shell settings get global airplane_mode_on)31 adb shell settings put global airplane_mode_on 1 > /dev/null32 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null45 adb shell am start -a android.intent.action.MAIN $intent50 adb shell input keyevent 2651 adb shell input keyevent 2652 adb shell wm dismiss-keyguard65 adb shell settings put global airplane_mode_on 0 > /dev/null66 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE > /dev/null
10 adb shell wm dismiss-keyguard20 adb shell input keyevent KEYCODE_POWER22 adb shell input keyevent KEYCODE_POWER24 adb shell wm dismiss-keyguard
9 adb shell wm dismiss-keyguard
55 result = cmd_utils.run_command('echo uses shell', shell=True)71 result = cmd_utils.run_command(error_cmd, shell=True, raise_on_error=False,82 result = cmd_utils.run_command(error_cmd, shell=True, raise_on_error=False,94 result = cmd_utils.run_command('echo 123; echo 456; exit 7', shell=True,102 shell=True, read_stderr=True,110 shell=True, read_stdout=True,119 cmd_utils.run_command(error_cmd, shell=True, raise_on_error=True)127 result = cmd_utils.run_command('pwd', shell=True,
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}'`195 local result=$($ADB -s $device shell getprop dev.bootcomplete)201 result=$($ADB -s $device shell getprop dev.bootcomplete)535 adb_command shell setprop ro.test_harness 1538 result=$($ADB -s $device shell getprop dev.bootcomplete)544 result=$($ADB -s $device shell getprop dev.bootcomplete)550 result=$($ADB -s $device shell pm path android)556 result=$($ADB -s $device shell pm path android)563 adb_command shell svc power stayon true[all …]
53 adb shell su root service call SurfaceFlinger 1025 i32 1 >/dev/null59 adb shell su root service call SurfaceFlinger 1025 i32 0 >/dev/null68 adb shell su root setenforce 0 2>/dev/null >/dev/null
75 (url, rev), cwd=workspace, shell=True)92 subprocess.check_output(command, cwd=workspace, shell=True)108 (project_path, keyword), shell=True).rstrip()116 shell=True).rstrip()
10 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.Laun…22 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.LogB…31 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.SetT…
2 # shell.
15 ifneq ($(shell uname),Linux)18 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
114 output, _ = device.shell([ps_script])225 target = device.shell(['readlink', '-e', '-n', executable_path])[0]240 device.shell(cmd)274 output, _ = device.shell(cmd)
11 * adb shell am instrument -w \
13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
8 @rem Set local scope for the variables with windows NT shell78 @rem End local scope for the variables with windows NT shell
333 def shell(self, cmd): member in AndroidDevice508 output = split_lines(self.shell(['getprop', prop_name])[0])518 self.shell(['setprop', prop_name, value])
8 DOCKER_TARGET_PORT=$(shell cat config.json | jq ".port")146 …@echo "Monitor progress at http://"$(shell (gcloud compute instances list | grep $(REMOTE_MACHINE_…
104 shell=True)