aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprepare-device.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/prepare-device.sh b/prepare-device.sh
index e32bd0e..914dc36 100755
--- a/prepare-device.sh
+++ b/prepare-device.sh
@@ -29,8 +29,8 @@ then
# disable IKS
IPADDR=`cat IPADDR`
echo "Disable IKS for $IPADDR"
+ adb root | true
adb connect $IPADDR:5555
- adb root
adb devices
echo "Waiting for device"
adb wait-for-device
@@ -44,8 +44,8 @@ then
# enable IKS
IPADDR=`cat IPADDR`
echo "Enable IKS for $IPADDR"
+ adb root | true
adb connect $IPADDR:5555
- adb root
adb devices
echo "Waiting for device"
adb wait-for-device
@@ -59,8 +59,8 @@ then
# disable IKS
IPADDR=`cat IPADDR`
echo "Disable IKS for $IPADDR"
+ adb root | true
adb connect $IPADDR:5555
- adb root
adb devices
echo "Waiting for device"
adb wait-for-device
@@ -77,8 +77,8 @@ then
# disable IKS
IPADDR=`cat IPADDR`
echo "Disable IKS for $IPADDR"
+ adb root | true
adb connect $IPADDR:5555
- adb root
adb devices
echo "Waiting for device"
adb wait-for-device