Last active
October 16, 2021 11:32
-
-
Save intrd/1847d3cf6890a8a0f510bddc4e3c1cbd to your computer and use it in GitHub Desktop.
Intrd tips for Android battery lasts forever
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## go to settings: | |
* apps & notifications > app info > disable builtin google services/apps (home/chrome/gmail/assistant/googlefi/cloud print/services for ar/) | |
* battery usage > adaptive on | |
* battery usage > enable background restriction for everything | |
* special app access > batt optimization > all apps > choose apps > optimize on/off | |
* special app access > unrestricted data > choose apps on/off | |
* dev opt > disable animation scales (speed gain) | |
* acessibility > remove animations | |
* dev opt > picture color, disable sRGB | |
* dev opt > wifi throttling | |
* dev opt > override force dark | |
* dev opt > background process limit to 1 | |
* dev opt > backghround check | |
* wifi scanning - turn off wifi and bt scanning | |
* wifi prefs - turn off open network notification | |
* wifi prefs - open network notification | |
# cpu/memory/background monitoring w/ bultin tools | |
* dev opt > mem > list apps by mem usage | |
* dev opt > running services | |
# third-party noroot must have tools | |
* netguard (restrict & log apps conectivity using vpn filter) | |
* greenify (agressive ps killer automator, noroot but need some permissions) | |
..forgot something? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment