BBS Reloaded

Open sourceExclusive
No reviews reviews
53
downloads
13
android

AI summary

Curious what AI thinks about this app? Ask for a short summary highlighting what it does and any noteworthy details.

About this app

BetterBatteryStats — Reloaded is a clean rewrite of BetterBatteryStats for Android 14+ (API 34+).

It shows you what's draining your battery between charges — kernel wakelocks, partial wakelocks, alarms, sensors, network usage, processes, and per-app power consumption — so you can identify and fix the culprits.

Installation

BBS Reloaded is distributed as a signed APK. Install it via ADB:

adb install bbs-reloaded-v*.apk

Grant Required Permissions

BBS Reloaded needs four system-level permissions that must be granted via ADB (they cannot be granted through the normal Android dialog). Connect your device via USB and run:

adb shell pm grant com.asksven.bbsreloaded android.permission.BATTERY_STATS adb shell pm grant com.asksven.bbsreloaded android.permission.DUMP adb shell pm grant com.asksven.bbsreloaded android.permission.PACKAGE_USAGE_STATS adb shell pm grant com.asksven.bbsreloaded android.permission.INTERACT_ACROSS_USERS

Or as a one-liner:

for perm in BATTERY_STATS DUMP PACKAGE_USAGE_STATS INTERACT_ACROSS_USERS; do adb shell pm grant com.asksven.bbsreloaded android.permission.$perm done

Note: Permissions persist across app updates — you only need to grant them once per device. They are reset if the app is uninstalled and reinstalled.

Requirements

- Android 14 or later (API 34+) - ADB access to grant system permissions (see above)

Upgrading from BetterBatteryStats

BBS Reloaded uses a new package name (com.asksven.bbsreloaded). There is no automatic upgrade path from the old BetterBatteryStats app. You must:

1. Uninstall the old BetterBatteryStats edition 2. Install BBS Reloaded 3. Grant the ADB permissions listed above

License

BBS Reloaded is closed-source software. The APKs published here are free to use.

What's new

v1.0.0-beta6Apr 8, 2026

CPU tab: shared-UID processes show misleading labels and identical detail views Do not try to be clever and filter out "smear" values even if they can be attributed to a single app Where we have the choice between measured and estimated valued chose measured Add tooltips to graphs for more clarity, especially for advanced concepts Update / fix terminology between "Overview" and "Power" to make the terms consistent Bugfixes

About this version

Version
1.0.0-beta6 (6)
Size
5.28 MB
Requires Android
13
Target SDK
33
Architecture
armeabi-v7a, x86, x86_64, arm64-v8a
Downloads
53
Updated
Apr 8, 2026
Package
com.asksven.bbsreloaded

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app