aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/droid7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/droid b/bin/droid
index b1644c6049..c633181766 100755
--- a/bin/droid
+++ b/bin/droid
@@ -16,6 +16,7 @@ args=$@
set -e
set -x
-adb push $path /data/local/tmp/
-adb push resources /data/local/tmp/
-adb shell "cd /data/local/tmp; ./$name $args"
+adb push $path //data/local/tmp/
+adb push resources //data/local/tmp/
+adb shell "chmod +x //data/local/tmp/$name"
+adb shell "cd //data/local/tmp; ./$name $args"