Module Overview
🔋 VOID BATTERY v9.1-fix2-safe — Key Improvements
The v9.1-fix2-safe update brings a revision focused on standby, stability, and compatibility, particularly for devices running OriginOS.
🔋 Data Saver Fixed
The module no longer automatically alters the Data Saver. The user's choice remains intact.
By default:
VB_MANAGE_DATA_SAVER=false
VB_DATA_SAVER=manual
Automatic management can only be enabled manually.
🌙 Enhanced Standby
The daemon has been scaled back to prevent the module itself from constantly waking the device.
With the screen off, the cycle is paused, and the next check occurs after 30 minutes by default.
VB_SKIP_WHEN_SCREEN_OFF=true
VB_SCREEN_OFF_INTERVAL=1800
This reduces unnecessary commands and activities overnight.
🛡️ Safer Doze and App Standby
The module no longer aggressively forces:
- Doze
- App Standby
- "rare/restricted" buckets
force-idleset-inactivemake-uid-idle
These mechanisms are left under the control of Android and the OEM.
📶 Network, AppOps, and Wakelocks
Aggressive restrictions on the network, background execution, and wakelocks are disabled by default.
This helps preserve notifications, synchronization, and essential services.
☁️ Protected GMS/GSF
VOID BATTERY no longer removes GMS/GSF from whitelists, nor does it apply aggressive restrictions to these services when management is disabled.
This reduces the risk of issues with FCM, notifications, and synchronization.
🚨 Safer Ultra-Save
The aggressive critical mode now requires explicit activation:
VB_ALLOW_AGGRESSIVE_CRITICAL=false
As a result, commands like force-idle, am kill, set-inactive, and aggressive AppOps are not executed automatically.
⚙️ Modular Configuration
Sensitive functions now have independent controls:
VB_MANAGE_DATA_SAVER=false
VB_MANAGE_DOZE=false
VB_MANAGE_STANDBY=false
VB_MANAGE_BACKGROUND_DATA=false
VB_MANAGE_GMS=false
This allows testing features individually without modifying the entire system.
♻️ Better Rollback
The uninstallation process has been revised to avoid leaving network, AppOps, or standby policies applied by the module.
A POSIX syntax error in the Smart Cache Manager has also been fixed.
Rate this Module
Verified user ratings only
* Please log in to submit your rating.