From: Michael Gernoth Date: Mon, 11 Mar 2013 10:05:50 +0000 (+0100) Subject: improve error message when module-loading fails X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-fixes/commitdiff_plain/6bc2dff565d5cec6ae19a6dfe3f14dab179a3d6d?hp=48f479b6d3255d6fa5620ff309fadd54da4853b5 improve error message when module-loading fails --- diff --git a/MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java b/MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java index 9b41abe..07355c7 100644 --- a/MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java +++ b/MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java @@ -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) {