Releases: VR-25/acc
Releases · VR-25/acc
**2020.3.14-dev (202003140)**
- `acc -s v`: fixed "voltage unit not shown" - `cooldownCurrent=(file raw_current charge_seconds pause_seconds)`, cooldown_current (ccr): dedicated and independent cooldown settings for quick charging - General optimizations - Updated documentation
**2020.3.11-dev (202003110)**
- Fixed capacity_sync issues
**2020.3.10-dev (202003100)**
- ACC Wizard: auto-restart after upgrade - Installer optimizations - Universal zip flasher: default_PWD = /storage/emulated/0/Download/, support for filenames containing spaces, more intuitive
**2020.3.9-dev (202003090)**
- Block "ghost charging on steroids" (Xiaomi Redmi 3 - ido) - General optimizations - Workaround for "Magisk forgetting service.sh" issue
**2019.10.13-r2-dev (201910132)**
- `forceStatusAt100`: ensure the battery service is ready before freezing/unfreezing the charging status
**2019.10.13-r1-dev (201910131)**
- `acc --upgrade`: use `curl` over `wget`
**2019.10.13-dev (201910130)**
- `acc-en` executable for front-ends (to ensure acc language is always English) - `acc -I|--lang`: Show available, as well as the default and currently set languages - `acc -P|--performance`: accd performance monitor (htop) - `acc --upgrade`: always use current `installDir` - Attribute back-end files ownership to front-end app - Automatically copy installation log to <front-end app data>/files/logs/ - Back-end can be upgraded from Magisk Manager, EX/FK Kernel Manager, and similar apps (alternative to `acc --upgrade`) - `bundle.sh` - bundler for front-end app - Default loopDelay: 10,15 (plugged,unplugged) - Default resume capacity: 75 - Dynamic power saving and voltage control enhancements - Enhanced power supply logger (psl.sh) - Fixed busybox and `loopDelay` handling issues - Fixed `coolDownRatio` delays - Flashable uninstaller: `/sdcard/acc-uninstaller.zip` - `forceStatusAt100=status#`: force android to report a specific battery status (e.g., fully charged, value 5 for Pixel devices) at 100% capacity - Major optimizations - Prioritize `nano -l` for text editing - Renamed `chargingVoltageLimit` variable to `maxChargingVoltage` - Richer installation and initialization logs (/data/adb/acc-data/logs/) - Simplified Chinese translation (zh-rCN) by zjns @GitHub - Updated `build.sh` and documentation - Updated Telegram group link (`t.me/acc_group/`) - Use `umask 077` everywhere - Workaround for front-end autostart blockage (Magisk service.d script) > Note: this version resets config to default to fix common issues and add new settings.
**2019.7.21-r1 (201907211)**
- `acc -f`: fixed "daemon not restarted" issue - `acc -x`: fixed "file not found" error - Enhanced busybox detection and handling - Fixed `install-latest.sh` inconsistencies - Fixed voltage limit typo: 3920-4349, 3500-4350 - Start `accd` immediately after installation (no more ~30 seconds delay)
**2019.7.18 (201907180)**
- `acc -d`: use `prioritizeBattIdleMode` variable - Fixed: `acc -l -a` - `wakeUnlock` enhancements - Updated documentation > Note: this is NOT compatible with AccA 1.0.11-. A new version of the app will be up soon. **2019.7.12-dev (201907120)** - acc --log --acc cat (or -l -a cat): print acc log - acc -V|--version: prints acc version code - accd: reverted `acpi -a` usage (unreliable) in `enable_charging()` - Acceptable charging voltage limit range set to 3500-4350 millivolts - Additional charging switches and voltage control files - build.sh: automatically checks syntax; generates `acc_bundle` (.tar.gz) and its installer - Enhanced debugging features - FBE support: migrate config to /data/adb/acc-data/config.txt and auto-backup/restore it to/from internal storage as needed - Fixed `wakeUnlock` permissions - Initialization scripts also work without absolute paths - `loopDelay=10,30` (plugged,unplugged) - Major fixes and optimizations - Removed `rebootOnUnplug` (unreliable) - Updated documentation > Note: this is NOT compatible with AccA 1.0.11-. **2019.7.8-dev (201907080)** - `acc -U|--uninstall` - `acc -u|--upgrade [-c|--changelog|-f|--force|-n|--non-interactive] [reference]`: upgrade/downgrade - Backlisted switch `/sys/power/pnpmgr/battery/charging_enabled 1 0` - Enhanced efficiency and reliability - Formalized exit codes - Major optimizations - Source tarball installer (can be bundled into apps, along with acc*gz) - Updated documentation and "installers" **2019.7.4-dev (201907040)** - Exclude charging switches with unknown values - Fixed `acc -s` and `acc -t --` issues **2019.7.3-dev (201907030)** - `--enable` and `--disable` options automatically stop accd - `acc -f` no longer hangs the shell (now runs as a daemon) - acc -u|--upgrade - Automatically export logs on [[ $exitCode == [12] ]] - Default loopDelay: 15 seconds - Enhanced efficiency and reliability - Major fixes & optimizations - Online installer uses `wget` over `curl`, and offline installer as back-end - prioritizeBattIdleMode=false (read the documentation's troubleshooting section for details) - Type less with acc -s <regexp> <value> (interactive) - Updated build.sh and documentation > Tip: push acc automation to the next level with the latest version of Daily Job Scheduler (djs).
**2019.7.12-dev (201907120)**
- acc --log --acc cat (or -l -a cat): print acc log - acc -V|--version: prints acc version code - accd: reverted `acpi -a` usage (unreliable) in `enable_charging()` - Acceptable charging voltage limit range set to 3500-4350 millivolts - Additional charging switches and voltage control files - build.sh: automatically checks syntax; generates `acc_bundle` (.tar.gz) and its installer - Enhanced debugging features - FBE support: migrate config to /data/adb/acc-data/config.txt and auto-backup/restore it to/from internal storage as needed - Fixed `wakeUnlock` permissions - Initialization scripts also work without absolute paths - `loopDelay=10,30` (plugged,unplugged) - Major fixes and optimizations - Removed `rebootOnUnplug` (unreliable) - Updated documentation > Note: this is NOT compatible with AccA 1.0.11-.