Skip to content

Releases: VR-25/acc

**2019.5.16 (201905160)**

16 May 07:01
Compare
Choose a tag to compare
- Additional charging switches
- General optimizations
> Note: compatible with ACCApp 1.0.6

**2019.5.14-r1 (201905141)**

14 May 16:54
Compare
Choose a tag to compare
- Exported logs archive also includes config.txt and magisk.log
- Fixed typos
- Installer optimizations
> Note: compatible with ACCApp 1.0.6

**2019.5.14 (201905140)**

14 May 07:15
Compare
Choose a tag to compare
- Overwrite existing config if its format is newer than current config's
> Note: compatible with ACCApp 1.0.6

**2019.5.13 (201905130)**

13 May 09:55
Compare
Choose a tag to compare
- capacitySync disabled by default - some systems don't like the "dumpsys" command
- Fixed installer bugs

**2019.5.12-r2 (201905122)**

12 May 11:11
Compare
Choose a tag to compare
- Enhanced auto-installer (install-latest.sh)
- Fixed - install.sh always resets config
- Updated documentation - notes/tips for front-end developers, improved readability

**2019.5.12-r1 (201905121)**

12 May 02:44
Compare
Choose a tag to compare
- Installer optimizations
- Updated documentation

**2019.5.12 (201905120)**

12 May 00:46
Compare
Choose a tag to compare
- Autofix Termux SU PATH
- Do not use Magic Mount; link everything to /sbin
- Enforce Magisk's busybox to prevent issues caused by outdated binaries
- Enhanced live upgrade; no more command prefix
- Fixed bugs and typos
- Removed nano from fallback editors list.
- Updated build tools and info

**2019.5.11 (201905110)**

11 May 13:06
Compare
Choose a tag to compare
- build.sh auto-updates update-binary (module_installer.sh)
- capacityOffset and capacitySync features for better control over battery capacity reported by the system
- Cleaner and more intuitive code - readability and maintenance
- coolDownRatio is null by default
- Enhanced daemon efficiency and flexibility
- Export logs to /sdcard/acc-logs-<device>.tar.bz2 with --log --export
- Fallback editors for --config and --log options:nano > vim > vi
- Improved overall performance
- Live upgrade support - users don't need to reboot after installing/upgrading to use the module
- Major fixes and optimizations
- Modular config for simpler and more accurate patching (config with old format will be reset)
- New charging voltage limit range: 3920-4349mV
- Option to disable battery stats auto-reset
- Regenerate power supply log on post-fs-data and during installation/upgrade
- Removed self-upgrade feature (security vulnerability)
- Restore default config with acc --set reset
- Simpler and more modular installer
- Standalone power supply logger
- Swapped "-v" and "-v -" options - "display current charging voltage" and "restore default voltage", respectively
- Temperature values are expressed in actual Celsius degrees
- Updated charging switches database
- Updated documentation