269
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 19 Oct 2023
269 points (97.9% liked)
Asklemmy
43974 readers
627 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
Adguard for Android - uses a local VPN to block ads system wide in most apps.
Magisk -> Adguard certificate - moves the Adguard cert to the system store so you can MitM HTTPS traffic and block even more ads (eg: in Chrome, or the system webview)
Magisk -> universal safetynet fix - spoof safetynet and play integrity
Magisk -> ACC - set battery charge cutoffs for devices that don't have an 80/85% charge limit built into the firmware
Obtainium - update open source apps directly from GitHub releases, fdroid repos, https sources by regex, etc
Accubattery - track and estimate device battery wear over time so you know when you're ready to replace one
Zarchiver - handle zstd compressed files on Android
Doesn't Adguard require root?
No, but you do need magisk if you plan to MitM https traffic. Everything else can be handled by piping your net traffic through a VPN endpoint it sets up on your phone or tablet, that covers DNS blocking and standard http filtering.
Interesting. Thanks for clarifying.