Sunday, April 17, 2016

Enable battery percentage [non-rooted]

Hey guys,

I always found it annoying that I couldn't see the battery percentage. This can be enabled by executing the following command. I have tested it and it does work.

Step 1:
Code:

Open cmd and type the path to adb.
Step 2:
Code:

adb shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1
Step 3:
Code:

adb reboot
You're set. ;)

Note: If you change the screen resolution, you may have to run the code again.


from xda-developers http://ift.tt/1p9WpzF
via IFTTT

No comments:

Post a Comment