[Guide] [How-to] Disable Battery Cover & Charging Cover Toasts

Search This thread

tdunham

Inactive Recognized Contributor
Jun 21, 2008
13,686
36,465
TampaBay
[Guide] [How-to] Disable Battery Cover & Charging Cover Toasts

This guide is based on the Galaxy S5 deodexed rooted build.
This disables both the battery cover and the charging/usb cover toast messages.

Decompile system/app/PopupuiReceiver.apk.
Edit res/values/bools.xml.

Change true value to false in the line below:
Code:
    <bool name="display_battery_cover_popup">[COLOR="Blue"]false[/COLOR]</bool>

Notes:
This should also resolve the battery cover toast from appearing for a split second after a reboot and the screen is unlocked.
 

Attachments

  • ND2.Battery.Cover.Toast.zip
    605.6 KB · Views: 456

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    [Guide] [How-to] Disable Battery Cover & Charging Cover Toasts

    This guide is based on the Galaxy S5 deodexed rooted build.
    This disables both the battery cover and the charging/usb cover toast messages.

    Decompile system/app/PopupuiReceiver.apk.
    Edit res/values/bools.xml.

    Change true value to false in the line below:
    Code:
        <bool name="display_battery_cover_popup">[COLOR="Blue"]false[/COLOR]</bool>

    Notes:
    This should also resolve the battery cover toast from appearing for a split second after a reboot and the screen is unlocked.