From: Michael Gernoth Date: Sun, 21 Aug 2011 14:06:21 +0000 (+0200) Subject: helper for installing debug version X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/d3144a5e338d58010b06af1db9a3a9651328a869 helper for installing debug version --- diff --git a/MS2Debounce/update-phone-debug b/MS2Debounce/update-phone-debug new file mode 100755 index 0000000..c40d880 --- /dev/null +++ b/MS2Debounce/update-phone-debug @@ -0,0 +1,4 @@ +#!/bin/sh -x -e + +adb uninstall de.rmdir.ms2debounce +adb install ./bin/MS2Debounce-debug.apk