BetterBatteryStats Application icon

BetterBatteryStats 1.14.0.0

2.2 MB / 100K+ Downloads / Rating 3.8 - 11,293 reviews


See previous versions

BetterBatteryStats, developed and published by Sven Knispel, has released its latest version, 1.14.0.0, on 2023-01-27. This app falls under the Tools category on the Google Play Store and has achieved over 100000 installs. It currently holds an overall rating of 3.8, based on 11.293 reviews.

BetterBatteryStats APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.asksven.betterbatterystats

Updated: 2 years ago

Developer Name: Sven Knispel

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing BetterBatteryStats on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.8
Total 11,293 reviews

Reviews

3 ★, on 2020-09-05
It's useful, but I think it lacks some stuff. For example I am unable to know how much time each app has been running exactly, both in the foreground and in the background. The built-in statistics in my Galaxy M21 aren't good for that either, as the times don't usually match with the actual time I've been using the apps. For example stock Android 10 tells you how much time each app was used, but I haven't got this because the M21 is not stock Android.

5 ★, on 2020-06-12
Great app! Finally allowed me to quickly find the problematic app that was draining my phone super fast (it was the backup feature of Google). The app didn't work straight out, it required setting some permissions and changing some android parameter values (using adb), but with the help of the error messages displayed by the app and some googling, I managed to fix it and then it worked nicely. The online help on how to use the app and interpret the data is useful.

5 ★, on 2020-04-17
Staple. A necessary app in the arsenal of tools for a rooted phone. I've used it for so long, taking it out only when I need it and then freezing it. "Something about this rom(?) is draining battery, break out the BBS." I just realized I never reviewed it. Great app!!! Been using it for years.

5 ★, on 2020-09-18
Excellent app! Unfortunately, watchdog stopped working in latest version. Could you please fix this?

5 ★, on 2018-10-28
One of my all-time favorite apps. This single-handedly saved me. My unrooted stock Moto G5 Plus kept showing very high Keep Awake times for "Android OS" and "Google Play"...not very helpful. BBS allowed me to not have to root (and reset) my phone and see exactly what was causing the wakelocks that were spiking my CPU and draining battery. Cannot recommend this app enough.

2 ★, on 2020-09-25
Seems to require root permissions with some confusing statement about non-root. Help menu goes to a 404 web page.

Previous Versions

BetterBatteryStats 1.14.0.0
2023-01-27 / 2.2 MB / Android 2.1+

About this app

With BetterBatteryStats you can analyse the behavior of your phone, find applications causing the phone to drain battery while it is supposed to be asleep and measure the effect of corrective actions:
- Spot drainers based on detailed information about the root cause
- measure the effect of actions to reduce drain, following a simple method
- detect changes in the awake/sleep profile and quickly find the causes (rogue apps)

In other words BetterBatteryStats helps you gettings the best experience with your smartphone.

Unrooted devices
BetterBatteryStats supports unrooted devices but there are a few manual steps for you to complete (on rooted devices there steps will be completed by the app).
Please run following commands from your computer where ADB was installed:

adb -d shell pm grant com.asksven.betterbatterystats android.permission.BATTERY_STATS
adb -d shell pm grant com.asksven.betterbatterystats android.permission.DUMP


On Lolipop and forward additionally run:
adb -d shell pm grant com.asksven.betterbatterystats android.permission.PACKAGE_USAGE_STATS


Please check the website for more info.

Support:
Please don't use the rating system for support. In case of issues or for any question or suggestion please contact me by e-mail or use the contact information from the about box.

If you experience problems with your superuser app keeping asking to grant su rights don't blame BetterBatterStats but try another superuser app instead.

Permissions:
- android.permission.WRITE_EXTERNAL_STORAGE is used only for writing dumps to the SD. In case you don't need that feature please feel free to revoke that permission. It won't have any side effect besides disabling that feature
- android.permission.BATTERY_STATS is obviously the permission to access the internal statistics and can not be revoked without making the app unusable (from Kitkat on BBS will have to be installed as a system app to access this permission)
- android.permission.DUMP from Kitkat on BBS can be installed as a system app to access this permission. It is required to access dumpsys without root for a better performance
- android.permission.ACCESS_WIFI_STATE is required since Android Marshmallow in order to access stats. In pre-6.0 version this permission can be revoked
- android.permission.ACCESS_NETWORK_STATE This permission can be revoked
- android.permission.RECEIVE_BOOT_COMPLETED is required for cleaning references. Revoking this permission may affect the results of kernel wakelocks and custom reference until new references were saved
- android.permission.READ_PHONE_STATE is required to detect when the phone was turned on/off in order to store references for advanced diagnosis
- android.permission.DEVICE_POWER is required to detect when the phone is disconnected from the charger and store the corresponding kernel wakelock reference. Revoking this permission will lead to losing "since unplugged"
- android.permission.BLUETOOTH is required to fix a bug where the communication to the batteryinfo service stops working
- android.permission.READ_LOGS is required to allow logcat dumps to be saved. You can revoke this right and will lose only the ability to save logcats
- android.permission.GET_TASKS is required to read the list of running tasks (ps)
- android.permission.WAKE_LOCK is required to hold a wakelock in order to save references when the screen goes off

BetterBatteryStats is open source so you can inspect/review/contribute and submit issues or feature requests. Please check the about dialog for further details.

New features

Screen on/off references are always saved
Some UI tweaks
Removed obstrusive release notes
New event management for SDK26
Moved reference processing to a foreground service
Flattened preferences
Updated widget layout and options
App now asks the user to confirm permissions
Reduce the number of permissions that need to be granted through adb
Fixed Samsung Galaxy S10 issue
Fixed misc bugs reported

App Permissions

Allows an application to collect battery statistics
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows an application to collect battery statistics
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
This constant was deprecated in API level 21. No longer enforced.
Allows applications to connect to paired bluetooth devices.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read the low-level system log files.
Allows an application to read from external storage.