display_battery_percentage doesn't work on Moto g30 - resolved 😊

Volmark

Member
display_battery_percentage doesn't work on Moto g30.
show_refresh_rate doesn't work on any device.
 
Last edited:

FrameXX

Well-known member
It works from settings, but not from the macro. It's specific to MOTO g30, it works fine from macro on 2 Galaxy devices.
On my device setting key is status_bar_show_battery_percent and not display_battery_percentage.

You can also try using MD helper or changing settings with shell.

Bash:
settings put system status_bar_show_battery_percent 1

EDIT: The shell command won't propably work without root. It requires INTERACT_ACROSS_USERS permission on my device for whatever reason if I try it without root.
 
Last edited:

Volmark

Member
On my device setting key is status_bar_show_battery_percent and not display_battery_percentage.

You can also try using MD helper or changing settings with shell.

Bash:
settings put system status_bar_show_battery_percent 1

EDIT: The shell command won't propably work without root. It requires INTERACT_ACROSS_USERS permission on my device for whatever reason if I try it without root.
It worked with status_bar_show_battery_percent.
Thank you 👍
 
Top