From: Michael Gernoth Date: Sun, 24 Jul 2011 20:12:18 +0000 (+0200) Subject: add simple script to update phone using adb X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/74240c366d195768836671286497fa8b6909a523 add simple script to update phone using adb --- diff --git a/MS2Debounce/update-phone b/MS2Debounce/update-phone new file mode 100755 index 0000000..8d00097 --- /dev/null +++ b/MS2Debounce/update-phone @@ -0,0 +1,4 @@ +#!/bin/sh -x -e + +adb uninstall de.rmdir.ms2debounce +adb install ./bin/MS2Debounce-release.apk