From 8129d0a416d61c9d6ff706b9038c8019966120ed Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Sun, 18 Jan 2015 23:39:30 +0530 Subject: adb root and remount Signed-off-by: Naresh Kamboju --- prepare-device.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare-device.sh b/prepare-device.sh index e403718..8d9f3b2 100755 --- a/prepare-device.sh +++ b/prepare-device.sh @@ -53,9 +53,11 @@ fi if [ $1 == 'hmp' ] then IPADDR=`cat IPADDR` + adb root adb connect $IPADDR:5555 adb devices echo "Waiting for device" + adb remount adb wait-for-device adb devices fi -- cgit v1.2.3