Charging Port Cover Warning

Jul 19, 2014
2,566
1,877
193
Chicopee
any way to disable the warning about the battery cover and charging port flap?
Decompile system/app/PopupuiReceiver.apk with apktool. Open res/values/bools.xml and change the true value in the line:

<bool name="display_battery_cover_popup">true</bool>

to false. Recompile the apk, copy back to phone, set permissions to rw-r--r-- (644) and then finally replace the original apk. Reboot the phone
 
Last edited:
  • Like
Reactions: Michse222