VR-25
VR-25
Note: this "manual" initialization is only _strictly_ required if Magisk is not installed - and only once per boot session. In other words, Magisk already runs service.sh shortly after boot.
> * Is `max_temp_pause` redundant? > As I understand it, when `max_temp` is set, `acc` will loop to detect if temperature is higher than `max_temp` and then pause charging. Then...
> * When controlling the charging switch by voltage, does it have only one value of 3700? Not necessarily. The allowed range is 3700-4300 millivolts. However, For the purpose of...
I've only been doing light testing lately. So far so good, I really like the simple, yet feature packed design. I'll be conducting more in-depth testing after the next acc...
[acc v2021.9.19](https://github.com/VR-25/acc/releases/tag/v2021.9.19) is up! - Additional charging switches - the database is more concise with the extensive use of wildcards. - Battery status detection enhancements - `capacity_mask=true`: forces Android to...
``` # capacity_mask (cm) # # This forces Android to report "capacity = capacity * (100 / pause_capacity)", effectively masking capacity limits. # It also prevents Android from getting capacity...
I forgot to mention that besides the formula, there's a filter that won't allow Android to get any readings below 2%.
Sure. Separating both features is straightforward - even more so now that acc supports plugins. But I merged capacity_freeze2 with the new mask thing because it was never really used...
Among other changes, the next release will include the following: - General enhancements - Manual capacitySync toggle (`[capacity_sync|cs] = [true|false]`) - it overrides the automatic. Both include the `freeze at...
Here's some info you might find useful. Nothing new, just a clarification and memory refresher. I updated the documentation. ACC daemon does not have to be restarted after making changes...