Extension to the built-in Android Battery Saver
Find a file
sim 798a85c6b8
All checks were successful
ci/woodpecker/push/main Pipeline was successful
ci/woodpecker/tag/main Pipeline was successful
ci/woodpecker/release/main Pipeline was successful
1.1.6
2025-06-25 09:46:28 +02:00
.woodpecker Fix CI 2025-06-11 12:27:24 +02:00
app 1.1.6 2025-06-25 09:46:28 +02:00
fastlane/metadata/android/en-US 1.1.6 2025-06-25 09:46:28 +02:00
gradle/wrapper Dependency updates 2024-12-02 21:39:34 +07:00
.gitignore Initial commit 2021-03-30 19:14:46 -07:00
build.gradle Bump dependencies 2025-06-11 12:21:07 +02:00
gradle.properties Upgrade dependencies 2023-05-13 17:04:39 +02:00
gradlew Upgrade dependencies 2023-05-13 17:04:39 +02:00
gradlew.bat Upgrade dependencies 2023-05-13 17:04:39 +02:00
LICENSE Convert LICENSE to 2-Clause BSD 2022-07-29 22:43:47 -07:00
README.md Mise à jour de 'README.md' 2023-06-05 22:47:59 +02:00
settings.gradle Change project name 2025-06-11 11:47:00 +02:00

SaverTuner

Extension to the built-in Android Battery Saver

Description

Android's built-in battery saver can be set quite finely. However, it is not configurable out of the box. SaverTuner allows you to take advantage of this built-in battery saver. You can now set different profiles that save the battery more or less aggressively. From a daily optimization that does not affect performance to an extreme optimization that saves power as much as possible.

This application is based on Buoy. It adds support for Android 12+, save and restore profiles and improves the settings tiles.

Get it on F-Droid

Or download the latest APK from the Releases Section.

Features

It uses hidden Android settings to specify custom behavior for the built in battery saver. Features include the following toggles:

  • Advertising to other apps that low power mode is enabled
  • Android's data saver for metered WiFi or mobile data connections
  • The built-in dark mode
  • Launch boost to accelerate app starts
  • Vibration
  • Showing window and activity animations
  • Allowing apps to use the SoundTrigger HAL
  • Deferring full device backups for later
  • Deferring app setting backups for later
  • Using the built-in web firewall to protect against possibly malicious sites
  • Changing the location access mode restrictions for apps
  • Reducing the max brightness of the panel
  • Forcing all apps into standby mode
  • Forcing all apps to not check data in the background
  • Disabling unnecessary sensors
  • Using the Always-On-Display
  • Putting the device into deep sleep as soon as the screen turns off

Sticky Low Power

It also enables something called "sticky" low power mode. Usually, when the device is plugged in and unplugged, the low power mode is then disabled. However, sticky mode re-applies low power mode afterwards to continue saving battery.

Disclaimers

Note that this app requires the WRITE_SECURE_SETTINGS permission that can be granted with EITHER a PC using ADB or root. Root is NOT required for this app, it is optional. Android 8.0+ is supported, with more features enabled on Android 10+.

The command to grant the permission is:

adb shell pm grant s1m.savertuner android.permission.WRITE_SECURE_SETTINGS

Uninstalling the app will not reset the battery saver configuration. You must set the Default profile to undo all changes before uninstalling.

Credit