]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java
improve error message when module-loading fails
[ms2-fixes] / 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