]> git.zerfleddert.de Git - ms2-fixes/commitdiff
add simple script to update phone using adb
authorMichael Gernoth <michael@gernoth.net>
Sun, 24 Jul 2011 20:12:18 +0000 (22:12 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sun, 24 Jul 2011 20:12:18 +0000 (22:12 +0200)
MS2Debounce/update-phone [new file with mode: 0755]

diff --git a/MS2Debounce/update-phone b/MS2Debounce/update-phone
new file mode 100755 (executable)
index 0000000..8d00097
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh -x -e
+
+adb uninstall de.rmdir.ms2debounce
+adb install ./bin/MS2Debounce-release.apk
Impressum, Datenschutz