Monday, November 11, 2013

Android World Update # How to enable battery percentage in the status bar on Android 4.4 KitKat

Android News, Rumours, and Updates
The latest in android news, rumours, and updates, including device news and apps! 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
How to enable battery percentage in the status bar on Android 4.4 KitKat
Nov 11th 2013, 15:10, by Robert Nazarian

Enable_Battery_Percentage_KitKat_Before_After

Google has finally implemented a battery percentage indicator in the status bar with Android 4.4 KitKat, but you won’t find an option to enable it any of the settings menus. However, it’s really not all that hard to enable it, and you don’t need to be rooted. There are two methods, one involves an ADB command and the other involves installing a simple app. Now I know you can just download one of probably 10,000 battery widgets in the Play Store, but you might be looking to clean up your homescreens. Head on past the break to find out how to enable it.

The first method is by far the easiest. Just download the Battery Percent app (download link below) that was created by kroegerama over at XDA. All you have to do is open it and check “Enable Battery Percent” and reboot.

Enable_Battery_Percentage_KitKat_App_01AEnable_Battery_Percentage_KitKat_App_02A

The second method is for those that don’t want to trust a third party app. You will need to make sure you have the latest Android SDK installed on your PC. Just connect your phone (only a Nexus 5 at the time of this post) to your computer and send the following command…..

adb shell content insert –uri content://settings/system –bind name:s:status_bar_show_battery_percent –bind value:i:1

Then..

adb reboot

If you want to revert back to the traditional way, just send this command….

adb shell content insert –uri content://settings/system –bind name:s:status_bar_show_battery_percent –bind value:i:0

Then…

adb reboot

The setup isn’t the most ideal since the percentage is shown in white, the same color as the battery drain indicator. This means you won’t be able to read it until the bar reaches about 50%.

Download  - Battery Percent APK (ver 1.0.1) – Click on the source link to check if there is a newer version

source: XDA
via: Ausdroid


Come comment on this article: How to enable battery percentage in the status bar on Android 4.4 KitKat

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments:

Post a Comment