http://forum.xda-developers.com/showpost.php?p=8345363&postcount=1
(OBS, använd INTE filerna i länken, funkar ej på I9000)
Dock funkar:
"my first method did not seem to kill the popup, so I went after the showFullChargePopup() method
itself and this morning woke up and did not find the battery full popup.
to recreate:
1. decompile/de-odex services.jar/odex
2. open "com\android\server\status\StatusBarPolicy.sma li" in a text editor
find ".method private showFullChargePopup()V" about line 2779
and remove the entire method all of it from ".method private showFullChargePopup()V"
to .end method
and delete this line at about line 3441
invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->showFullChargePopup()V
3. save, compile and re-odex as necessary
so what this does is completely strip the ability to show the popup
and the call to to the popup method.
"
Borde döda vibration med
Click to expand...