This will remove the "Select input method" notification and the keyboard icon that's placed on the status bar.
Update zip is attached, but here's a guide on how to do it:
Follow my guide here for specifics on pulling files and decompiling/compiling.
In services.jar open com\android\server\InputMethodManagerService.smali
In setImeWindowStatus comment out line 8866
Save, compile, push to device.
--------------------------------------------------------------
This also makes the setImeWindowStatus function in InputMethodManagerService output this line to logcat
As far as I can tell (did a lot of testing), this only ever gets called when you bring up the keyboard and it tries to display the "select input method" notification.
If you want to be on the safe side, do a nandroid backup or backup services.jar.
Enjoy!
Update zip is attached, but here's a guide on how to do it:
Follow my guide here for specifics on pulling files and decompiling/compiling.
In services.jar open com\android\server\InputMethodManagerService.smali
In setImeWindowStatus comment out line 8866
Code:
# if-eq v12, v0, :cond_3a
--------------------------------------------------------------
This also makes the setImeWindowStatus function in InputMethodManagerService output this line to logcat
Code:
W/InputManagerService( 495): Ignoring setImeWindowStatus of uid 10084 token: [email protected]
If you want to be on the safe side, do a nandroid backup or backup services.jar.
Enjoy!
Attachments
-
1.3 MB Views: 485