Results 126 comments of VR-25

Indeed, not many devices provide this information. Still, I'm considering the idea. I like your script. I'd like to take a look at your `/sys/class/power_supply/usb/uevent` as well. Off-topic: [acc wiki](https://github.com/VR-25/acc/wiki)...

@KaMyKaSii, try the [latest pre-release](https://github.com/VR-25/acc/releases/tag/v2022.6.25-dev).

You're not supposed to use camelcase there. That's for internal variables only. ``` -s|--set c|--current [milliamps|-] Set/print/restore_default max charging current (range: 0-9999 Milliamps) e.g., acc -s c (print current limit)...

Keep this issue open for anything related to your new project. Questions, suggestions, rants... drop them all here.

> I now know that exit code 11 is for `/dev/.vr25/acc/acca --set --current `. As well as for `--set mcc=[v]` and `--set max_charging_current=[v]`. > So what do you mean by...

> > Unofficially supported front-ends must specify the parent installation directory. This is not mandatory. Forget it. I'm updating the documentation. > Is the intent of this to not conflict...

The output of `--info` comes from the kernel, not acc. Let the front-end parse only what makes sense to you. Most of these values are either unnecessary (e.g., type: everyone...

The README was updated. I highly recommend reviewing [notes/tips for front-end developers](https://github.com/VR-25/acc#notestips-for-front-end-developers). Also, here's the right way of initializing acc on **boot_completed** AND **main_activity**: ``` on boot_completed receiver and main...

No. There are 3 main reasons for this. 1. ACC's working environment must be initialized - i.e., by updating the stock charging config (for restoring without a reboot) and pre-processing...

> I have another question: do I need to run `service.sh` after updating/reinstalling `acc`? No. The installer always runs it. Keep those great questions coming!