From 6bc2dff565d5cec6ae19a6dfe3f14dab179a3d6d Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 11 Mar 2013 11:05:50 +0100 Subject: [PATCH 1/1] improve error message when module-loading fails --- MS2Debounce/src/de/rmdir/ms2debounce/MS2Debounce.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2