Update README.md

This commit is contained in:
davidwernhart 2020-12-11 20:31:39 +01:00 committed by GitHub
parent 79d3989ae6
commit 8e026326a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -12,13 +12,15 @@ More information can be found here:
The tool writes the desired value to your MacBooks SMC (System Management Controller), which handles the rest.
For everyone that is curious, the modified SMC key is called "BCLM" (Presumably "Battery Charge Level Max")
## AlDente is tested and working on:
## AlDente is tested and working on pretty much every Intel MacBook from 2011-2020, including:
* 2020 MacBook Pro 13" with 4 TB3 ports
* 2019 MacBook Pro 16"
* 2017 Macbook Pro 13" without TouchBar
* 2017 MacBook Air 13"
* 2013 MacBook Pro 13"
## AlDente is currently NOT working on Apple Silicon (M1) MacBooks due to some SMC Key Changes!
## Download:
<https://github.com/davidwernhart/AlDente/releases>
@ -37,6 +39,16 @@ For some reason, macOS will always try to squeeze in a few more percent than spe
Usually, the operating system will take a minute or two registering the changes, so be patient. You can check if it's working by setting the max. percentage to e.g.: 70%. After a while, clicking on your battery icon will report "Battery is not charging" if you have more than ≈73% left, even tough your charger is connected. Notice that in this state, your MacBook is still powered by the charger, but the battery is not charging anymore.
## FAQ
* IT DOES NOT WORK???
AlDente does only prevent your Mac from charging more than you specify, it does NOT automatically drain your battery to the specified percentage.
* STILL NOT WORKING :(
Simply reboot your MacBook! This seems to do the trick for most people.
* IS MACOS BIG SUR SUPPORTED?
Allthough AlDente was written and compiled in Catalina, it works just fine on MacOS Big Sur.
* HOW TO UNINSTALL?
Make Sure to set your max. charging percentage back to 100 before moving AlDente to the Trash. If you really want to make sure, you can also reset your Mac's SMC. If you want to also remove the helper tool, take a look at this issue: <https://github.com/davidwernhart/AlDente/issues/19>.
## Other tools I used in this project:
* <https://github.com/beltex/SMCKit>
* <https://github.com/sindresorhus/LaunchAtLogin>