BBS Reloaded

Verified safeOpen sourceExclusive
No reviews reviews
98
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-beta5Apr 5, 2026
  • Changes
  • Refresh after charging and detect snapshots that are not the most recent anymore - Remove all snapshots after boot since comparing snapshots before and after is not possible - Add feature to show this changelog once at first start and from the settings - Add support for swiping between the tabs - Bugfixes

About this version

Version
1.0.0-beta5 (5)
Size
5.25 MB
Requires Android
13
Target SDK
33
Architecture
x86, x86_64, arm64-v8a, armeabi-v7a
Downloads
98
Updated
Apr 5, 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