Hi,
this is a temp fix for the problem of the alarm fix. It is just present
in my binary.
Michael
The maximum number of application process is not high. Increase this variable.
This is a temporanary fix for the alarm set, and ringtone change. Maybe
is better to export the variable as a property
Signed-off-by: Michael Trimarchi <[email protected]>
---
diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java
index db1a43a..b85a11a 100644
--- a/services/java/com/android/server/am/ActivityManagerService.java
+++ b/services/java/com/android/server/am/ActivityManagerService.java
@@ -161,7 +161,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
// This is the maximum number of application processes we would like
// to have running. Due to the asynchronous nature of things, we can
// temporarily go beyond this limit.
- static final int MAX_PROCESSES = 2;
+ static final int MAX_PROCESSES = 10;
// Set to false to leave processes running indefinitely, relying on
// the kernel killing them as resources are required.
_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org