[REQ][ICS] Mod Services.jar to make stock mms/sms work with BLN

petzku

Senior Member
Jul 23, 2009
833
146
73
Here is the modded lines from Gingerbread services.jar:
http://forum.xda-developers.com/showpost.php?p=18082627&postcount=1
Code:
diff -urN a/smali/com/android/server/NotificationManagerService.smali b/smali/com/android/server/NotificationManagerService.smali
--- a/smali/com/android/server/NotificationManagerService.smali
+++ b/smali/com/android/server/NotificationManagerService.smali
@@ -2064,7 +2064,7 @@
     :goto_0
     iget-boolean v4, p0, Lcom/android/server/NotificationManagerService;->mScreenOn:Z
 
-    if-nez v4, :cond_0
+    #if-nez v4, :cond_0
 
     iget-object v4, p0, Lcom/android/server/NotificationManagerService;->mLedNotification:Lcom/android/server/NotificationManagerService$NotificationRecord;
 
@@ -2114,7 +2114,7 @@
 
     iget-boolean v4, p0, Lcom/android/server/NotificationManagerService;->mScreenOn:Z
 
-    if-nez v4, :cond_3
+    #if-nez v4, :cond_3
 
     .line 1147
     iput-boolean v7, p0, Lcom/android/server/NotificationManagerService;->mPendingPulseNotification:Zdiff -urN a/smali/com/android/server/NotificationManagerService.smali b/smali/com/android/server/NotificationManagerService.smali
--- a/smali/com/android/server/NotificationManagerService.smali
+++ b/smali/com/android/server/NotificationManagerService.smali
@@ -2064,7 +2064,7 @@
     :goto_0
     iget-boolean v4, p0, Lcom/android/server/NotificationManagerService;->mScreenOn:Z
 
-    if-nez v4, :cond_0
+    #if-nez v4, :cond_0
 
     iget-object v4, p0, Lcom/android/server/NotificationManagerService;->mLedNotification:Lcom/android/server/NotificationManagerService$NotificationRecord;
 
@@ -2114,7 +2114,7 @@
 
     iget-boolean v4, p0, Lcom/android/server/NotificationManagerService;->mScreenOn:Z
 
-    if-nez v4, :cond_3
+    #if-nez v4, :cond_3
 
     .line 1147
     iput-boolean v7, p0, Lcom/android/server/NotificationManagerService;->mPendingPulseNotification:Z
If someone capable could try to implement this to ICS services.jar, I would be more than glad!!
Here is Services.jar from Deodexed LPQ.
 

Attachments

rlorange

Senior Member
Nov 5, 2010
4,307
2,241
0
Melbourne
Ooops! Didn't see your thread. Posted my own.

Will link to this thread as yours is much better with code as well! I am hoping someone in the sgs1 community might help us out.