]> git.zerfleddert.de Git - ms2-fixes/commitdiff
improve error message when module-loading fails
authorMichael Gernoth <michael@gernoth.net>
Mon, 11 Mar 2013 10:05:50 +0000 (11:05 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 11 Mar 2013 10:05:50 +0000 (11:05 +0100)
MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java

index 9b41abe158529cb5c4a3f37d6acf1555cdf378e2..07355c7aca37deea0dd0b85d5881e2ff8121e2e3 100644 (file)
@@ -350,7 +350,7 @@ public class MS2Debounce extends Activity
                                break;
                        case 24:
                                AlertDialog.Builder shellexec = new AlertDialog.Builder(this);
-                               shellexec.setMessage("Problems executing shell commands as root! Is this device rooted and are insmod/rmmod binaries available?")
+                               shellexec.setMessage("Problems executing shell commands as root! Is this device rooted, are insmod/rmmod binaries available and do you have a MS2/Droid2 with kernel 2.6.32 (or matching debounce-module for a custom kernel)?")
                                        .setCancelable(true)
                                        .setPositiveButton("Ok", new DialogInterface.OnClickListener() {
                                                public void onClick(DialogInterface dialog, int id) {
Impressum, Datenschutz