Lines Matching refs:adb
79 adb shell ps | grep "${app_name}" | awk '{print $2}'
84 local installed_app_name=$(adb shell pm list packages \
98 adb shell am start \
105 adb shell am force-stop "${app_name}"
110 adb uninstall "${app_name}"
114 adb shell uname -m
119 adb shell ls "${dir}"
124 [[ $(adb devices | wc -l) = 3 ]]
129 [[ $(adb shell getprop ro.build.type) = "userdebug" ]]
134 [[ $(adb shell getprop ro.build.type) = "user" ]]
140 [[ $(adb shell getprop service.adb.root) = 0 ]]
145 adb shell setprop security.perf_harden 0
153 adb shell "echo 0 > /proc/sys/kernel/kptr_restrict"