Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question regarding battery usage. #1822

Open
anxiouslelimo opened this issue Dec 16, 2024 · 3 comments
Open

A question regarding battery usage. #1822

anxiouslelimo opened this issue Dec 16, 2024 · 3 comments

Comments

@anxiouslelimo
Copy link

If i block apps in firewall and if it constantly send requests to domains, like in a loop since all requests are blocked, ideally how is the battery usage affected?

@ignoramous
Copy link
Collaborator

It affects power use in the sense that Rethink is processing those packets & dropping them, but the app keeps sending them, potentially preventing device from going to sleep, for instance.

You could choose to Disable such apps where possible. Some Freeze apps using Shizuku (that uses Device Manager APIs). Rethink used to be able to Kill such apps on earlier versions of Android but Google has since deprecated the APIs to let installed apps kill other installed apps.

@anxiouslelimo
Copy link
Author

Thanks for the reply. Also if the wireguard vpn is ON and phone is disconnected from internet, will there be constant attempt for connection by wireguard? I noticed battery was discharging faster with this setup.

@ignoramous
Copy link
Collaborator

constant attempt for connection by wireguard?

WireGuard on its own doesn't keep connections alive unless KeepAlive is set. I'd recommend turning it off if you don't use P2P apps like torrents, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants