[APP][ROOT/NONROOT][OFFICIAL] AdAway v6.1.0

Search This thread

Nergal di Cuthah

Senior Member
Sep 20, 2013
2,029
1,086
Google Pixel 6 Pro
Not sure if I am beating a dead horse, but is the hostname bug ever going to be resolved? The github issue has been opened for 2 years.

AdAway can't parse anything that doesn't have 127.0.0.1 or 0.0.0.0 preceding a hostname. I feel like it's really not necessary for this application, and simply wastes a lot of bandwidth.
That's what hosts are they redirect the domain listed to the ip listed, not sure how adaway would work without them.
 
  • Like
Reactions: ipdev

m0han

Senior Member
Apr 30, 2012
5,455
2,559

Attachments

  • Screenshot_20230205_232124.jpg
    Screenshot_20230205_232124.jpg
    208.5 KB · Views: 137

ipdev

Recognized Contributor
Feb 14, 2016
2,317
1
4,627
Google Nexus 10
Nexus 7 (2013)
Ffs. After a few hours AdAway stopped blocking ads again...

Edit

So... I did change something 2 days ago: provider. Vodafone is using a proxy, so went to APN settings, removed the proxy and saved, it's working again now. Because I haven't been using mobile data till today, I didn't notice it was because of it.
You might be interested in one of my previous comments. 🙃
Post #16,628[/I]

Cheers. :cowboy:
 

YandereSan

Senior Member
Sep 1, 2013
204
88
That's what hosts are they redirect the domain listed to the ip listed, not sure how adaway would work without them.
Pi-Hole and pfBlockerNG can both take hostname lists without 0.0.0.0. The main purpose of AdAway is to forward hostnames to a black hole address, so prepending hostnames with 0.0.0.0 is redundant.

The two main benefits of removing the prepend would be to save bandwidth and remove the need for having separate ipv4/ipv6 entries.

I realize that it's the hosts format, but it doesn't necessarily mean that the hosts format is an efficient implementation of an adblocker.

I guess I could potentially write it up and submit a pull request myself.
 
Last edited:

Nergal di Cuthah

Senior Member
Sep 20, 2013
2,029
1,086
Google Pixel 6 Pro
Pi-Hole and pfBlockerNG can both take hostname lists without 0.0.0.0. The main purpose of AdAway is to forward hostnames to a black hole address, so prepending hostnames with 0.0.0.0 is redundant.

The two main benefits of removing the prepend would be to save bandwidth and remove the need for having separate ipv4/ipv6 entries.

I realize that it's the hosts format, but it doesn't necessarily mean that the hosts format is an efficient implementation of an adblocker.

I guess I could potentially write it up and submit a pull request myself.
Adway doesn't (in root) do any active blocking, all it does is collate sources.
 

ipdev

Recognized Contributor
Feb 14, 2016
2,317
1
4,627
Google Nexus 10
Nexus 7 (2013)
Thanks, I'll take a look over the VPN mode :)

But really, what is that proxy **** for? :p
APN (Access Point Name) is the carrier settings/configuration.
Some are general (generic) others are specific to the carrier.

AT&T, T-Mobile, Verizon, Vodafone, ...
Will include settings for their own network(s).
Setting(s) for 5G and VoLTE to work on their network for example.

Not sure what Vodafone's proxy is for. :unsure:

Normally it is best not to mess with your carrier's APN settings if you do not have to. 🙂
Then again, you might be able to enable something you want like VoLTE (or bypass a proxy server) if you know the setting to change. 🙃

Cheers. :cowboy:
 

voetbalremco

Inactive Recognized Developer
Jan 6, 2012
4,623
1,880
gelderland
Is there a place where whitelisting domains are maintained to prevent false positives from being blocked that restrict websites and ads from loading?
 

zgfg

Senior Member
Oct 10, 2016
8,569
6,289
Xiaomi Mi 11 Lite 5G
Yeah I mean like a Github page with whitelist domains instead of blocklists
Don't know for the maintained Allow lists

You can put your own Allowed list locally (to the phone) or to GitHub, then add to your Hosts sources lists as Allowed (not Blocked by default)

With a format like:

Code:
# MIUI
miuipolska.pl
api.micloud.xiaomi.net
sgpac.account.xiaomi.com
connect.rom.miui.com
update.miui.com

# Magisk
topjohnwu.github.io

# Etc
s.youtube.com
t.co
bit.ly
*.optimizely.com

Instead, search for Blocked lists on the Net and read what they declare that they block, then choose (add/remove) fro the Hosts sources list by your preferences, what do you want to block or not
 

zgfg

Senior Member
Oct 10, 2016
8,569
6,289
Xiaomi Mi 11 Lite 5G
Just FYI:

Yesterday I wanted to read one Google/Android technical document but found that domain was blocked

First we had a discussion (in the other thread), it looked like the given link to the document was broken since few others were also not able to access

At the end I found that domain was indeed blocked by my AdAway and particularly by the one hosts source (and only that one - not by any other of 11 hosts sources I use):
blocks:
developers.google.com

IMO, there is really no point of blocking the Google's domain for developers with technical docs and guides

But this is not the first time that I found the same 4PDA hosts source used to block false positive and otherwise useful domain(s) - coincidence or not, it was also during this last year

Anyway, I had removed now that hosts source from my list. Just another reason to stick with only a few but accountable hosts sources, not to pick whatever else hosts sources could be found on the Net
 
Last edited:

Top Liked Posts

  • 1
    Do you have a lot of lists. Root adaway does nothing but download and collate sources, it shouldn't be resource intensive unless yoi have a lot of lists (even then shouldn't be heavily used cpu)
    i edited my last post all good, take a read. ty.
  • 42
    Hi all,

    Long time no see release! Months passed so fast: Got a new job, a better health, and it's now 8 months since the last release...
    Truth is, this update required time and energy to upgrade the app to Android 13. But now, you should have things like adaptive icon and notification runtime permission, in addition to the usual library and build tool upgrades 😉

    Changelog:
    • Add adaptive launcher icon
    • Add POST_NOTIFCATIONS runtime permission support
    • Improve settings UI
    • Update target SDK to Android 13
    • Update libsu
    • Update mongoose web server
    • Update AndroidX libraries
    • Update third party libraries
    • Update Android gradle plugin
    • Update NDK

    Download:

    AdAway 6.1.0
    7
    Warning:

    If using Systemless Hosts + AdAway (root):

    - Stay with Magisk Canary 25209 or other (older) Magisk Stable/Canary versions

    - Mounting systemless changes to /system/* is broken in Magisk Canary (981ccabb) 25210 - Systemless Hosts (and modules like JamesDSP, V4A AML, etc) will not work

    No problems with Magisk Delta

    Seems that the problem is related to the issue reported for Magisk Canary (25211 with the fix not released yet):
    7
    Glad to read that it works now

    Always, when you install/remove/disable/enable a module, phone must be rebooted (Magisk takes actions on modules only on reboot)

    Also, Magisk mounts the systemless copy of your hosts file (AdAway writes to):
    /data/adb/modules/hosts/system/etc/hosts
    to
    /system/etc/hosts

    only on reboot - hence if you add something to Allow list, you should reboot to have the given host really allowed

    The same holds for updating hosts sources - your new systemless copy of the hosts file will not be mounted to the system's hosts file until you reboot

    For that reason I keep all auto-updates in AdAway disabled and every second day or so I manually open AdAway and let it update hosts sources - then I reboot the phone

    Then,also, in the root/hosts phone, AdAway does not need to be given Auto start and Battery not-optimized permissions:
    - you manually run the update of hosts sources and then you reboot
    - on reboot, Magisk mounts the latest update of the hosts file and Android takes it for the built-in DNS resolver

    After that, Magisk does nothing (until it will be updating the hosts file next time)

    ---

    Of course, for the non-root/VPN mode it's the opposite

    AdAway runs in the background to maintain the VPN

    Also, on updating the hosts sources (or adding to Allow list, etc), AdAway will immediately use the newly updated internal hosts file - no need to reboot there
    Thanks for the extensive explanation and educating me. Not many people take the time to educate others and its always good to learn something new. Really appreciated!!! Thanks
    6
    I rooted with Magisk Canary 25206. Had the issue above. Did a complete uninstall of Magisk and AdAway. Re-rooted, no joy.

    I updated later to Magisk Canary 25207. This just crashed and left me a bit stuck. I installed Magisk Canary 25207 debug and that version worked, but AdAway still did not.

    Today I installed the latest OP10 pro security update. While I was at it I upgraded to Magisk Canary 25210. Now my systemless hosts was totally busted.

    I had enough of the Canary channel and I uninstalled Magisk (fully) and uninstalled AdAway.

    I re-rooted by patching my boot image with Magisk stable 25200. My phone is now rooted and Adaway works!!!

    As I came here to say this, I saw posts about staying away from 25210. In my opinion 25206+ caused my issues. This isn't a fact. I also installed a security patch which might have reset/ unbroken something... But I don't think so. I think systemless hosts had other issues prior to 25210.

    No worry. 🙂
    Canary builds are not for everyone and every setup.

    Nothing ever said you have to be running the most current of any thing.
    Back in the day, CyanogenMod (the ashes that LineageOS came from) had nightly (weekly?) builds and Milestone builds.
    The Milestone builds were the solid/stable release.

    --

    As for the Magisk issue, it was fixed already.
    The next version of Canary will include the fix.
    Keep in mind, this is the "Fun" part of using test builds.
    We get fixes faster but, we also find errors/issues faster.

    Magisk PR (Fix mkdir #6690) - Link


    Cheers. :cowboy:
    PS.
    For the record, I still run Android 11 on my daily use phone. 🙃
    5
    Uninstalled 25210 and installed 25209 and I still get the same error. Have other people fixed it that way?

    Edit: it's working now. I guess it needed another reboot after some modules were installed.
    Glad to read that it works now

    Always, when you install/remove/disable/enable a module, phone must be rebooted (Magisk takes actions on modules only on reboot)

    Also, Magisk mounts the systemless copy of your hosts file (AdAway writes to):
    /data/adb/modules/hosts/system/etc/hosts
    to
    /system/etc/hosts

    only on reboot - hence if you add something to Allow list, you should reboot to have the given host really allowed

    The same holds for updating hosts sources - your new systemless copy of the hosts file will not be mounted to the system's hosts file until you reboot

    For that reason I keep all auto-updates in AdAway disabled and every second day or so I manually open AdAway and let it update hosts sources - then I reboot the phone

    Then,also, in the root/hosts phone, AdAway does not need to be given Auto start and Battery not-optimized permissions:
    - you manually run the update of hosts sources and then you reboot
    - on reboot, Magisk mounts the latest update of the hosts file and Android takes it for the built-in DNS resolver

    After that, Magisk does nothing (until it will be updating the hosts file next time)

    ---

    Of course, for the non-root/VPN mode it's the opposite

    AdAway runs in the background to maintain the VPN

    Also, on updating the hosts sources (or adding to Allow list, etc), AdAway will immediately use the newly updated internal hosts file - no need to reboot there
  • 3347
    icon.png
    AdAway

    AdAway is an open source ad blocker for Android using the hosts file.


    Google Play Store notice

    According the Google Play Developer Policy, especially the "Device and Network Abuse" section, ad blocker like AdAway violates the "Apps that block or interfere with another app displaying ads." rule and can't be distributed on distributed on the Play Store.
    As Free and Open Source Software, AdAway is available from F-Droid Store or this XDA thread :good:


    Requirements

    This application requires Android 8 or above and does no more require root.

    For older Android versions, a rooted device is required.


    Changelog

    If you don't want to read each announce post of this thread, you can:


    Downloads

    Stable versions are available on GitHub releases and F-Droid Store:
    Beta versions are available on GitHub releases only: AdAway 6.0.2b

    The app provides an in-app updater for both GitHub and F-Droid builds.
    Keep in mind beta channel is limited to GitHub builds, and F-Droid releases usually have a several days latency.


    Problem? Read this

    * If you use Chrome and still see ads on web pages, remember to disable the "data saver" or "reduced data usage" browser option.
    * Check your APN settings for any proxy, the proxy itself could be allowing ads. Disable the proxy.
    * After you install or make any change to AdAway, you must reboot for those changes to take effect.
    * If you are still having issues please read and understand all the info in the wiki before asking for help here.

    Otherwise, this is the right thread to discuss about it or file a bug report here.


    Contributors

    PerfectSlayer, Vankog, jawz101
    Source Code: https://github.com/AdAway/AdAway
    170
    Hi all,

    A new year is coming and I wish you all to have nice holidays :victory:

    Just few words about this ending year. There was about 12 releases in 2019 which brings you a new UI, a lot of bug fixes, Android 10 support, Gist and GitLab hosting support and better Magisk support.
    All of this is possible thanks to the community to help users to discover the app, learn how to use it and report any new bug and also your moral, nice words and thanks you can send to me, and financial support.
    Thanks a lot for all donators, GitHub sponsor and the Pixel 2 you sent me to test Android 10 support.

    For the next year, I hope to release the next version (V5), at least in beta to start. It's been 9 months since its first lines of code and things are working quite nicely.
    It aims to make the app simpler to use for the main use cases, support rooted and non rooted devices and remove old hacks/workaround which are no more needed on recent setups.

    But before this big next update, I still have time to fix current issue with a new release :p

    Changelog:
    • Fix GitLab hosting support (commit date parsing failed)
    • Translation update

    Thanks:

    Special thanks to @gallegonovato for its helpful bug report and @Vankog for translation update.

    Download:

    AdAway 4.3.2 on AndroidFileHost (md5: 78fde09a0e92044c45e901bb1cec8e2e)
    159
    Hi all,

    Long time no see! It's been more than two months since the last update.
    I can't say I was not active on the project as I start working on a new version (5.x.y) as a side project.
    I won't share the source code yet as it is not ready at all and I don't want to give an ETA but this new version targets the following goals:
    • 1. Revamp the UI
    • 2. Clean up old support
    • 3. Address one of the main drawback of the app

    1. The card based UI does not feel right. Welcome card takes too much space, update button / status has a lot of critic. I guess I can do better.
    I started a new simpler and lighter design which provide the most useful information on home screen and all main actions to trigger in one tap (no more burger menu).
    It is still under heavy development but I hopefully get a friend onboard, specialized in graphics and design, to help me :highfive:

    2. In order to simplify the development, I clean up the app and remove support for old features.
    I bump target SDK version so I finally get Java 8 language feature (it was released 5y ago…) and move to topjohnwu root library (instead of home made one). It means systemless support is now handled by Magisk and other root solutions will still work.

    3. Think of what prevent most of users to use AdAway? Now it's gone!
    It's not gone forever. It's still here but there will be a fallback to workaround it.
    I won't tell more until the first public beta but I guess you get the point :fingers-crossed:

    In the meanwhile, here is a new version!

    Feedback:

    Is anyone using a hosts list hosted on Gitlab? It keeps showing "Unknown update status".
    GitLab, like GitHub do not set LastModified HTTP header so update status is not supported... yet!

    Changelog:
    • Add Gist and GitLab hosting support for hosts file
    • Add option to set default IPv6 redirection
    • Improve reboot command
    • Improve UI for overlays
    • Update translations

    Thanks:

    Special thanks to @MSF Jarvis and ralayax for theirs contributions and @andy356 for its helpful bug report.

    Download:

    AdAway 4.2.5 on AndroidFileHost (md5: ab81225745afaaa7646024109de299c0)
    148
    Hi all,

    Feedback:

    Hmm, not working for me for this URL, v4.1.0 shows something like not updated in -360 days (some large negative value). Can you please see if you can reproduce?
    https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts
    It works well here. I failed to reproduce as I change the HTTP client library and how I use it.
    But update date for the source you link definitely works now.

    All the F-Droid apps I know of have manual push updates to the store.

    Isn't automatic build basically for nightlies?
    Not really. You could choose a lot of different mode.
    For example, F-Droid server watches AdAway GitHub repository to find tags which match a specific versioning pattern.

    I exist still... do you know what i have to do to transfer ownership? if i edit project it doesn't let me change the primary author so i assume i have to PM some higher up to make this happen?
    Thank you so much! :highfive:

    This is now done, @PerfectSlayer is the OP of this thread.
    Thank you too!


    Changelog:
    • Add hosts source download cache
    • Add snackbar notification to update host from DNS request listing
    • Update UI from Material Design to Material Theming
    • Update gradle, plugins and dependencies
    • Fix crash parsing not defined host source last modified date
    • Fix native modules build script (required for F-Droid build server)
    • Fix Transifex issues

    Thanks:

    Special thanks to all recent donators! Your help is really appreciated :good:

    Download:

    AdAway 4.2.0 on AndroidFileHost (md5: 023169e7c345ef7297095793024f8478)
    144
    Hi all,

    I talked enough about it the past weeks and here it is: the first beta for the next version of AdAway.
    As you know, the main feature is the removal of root requirement but it also comes with a lot of improvements like an easier to use UI, a builtin updater, new cache and databases to improve reliability or even a quick pause/resume adblocking button that 3rd party apps can control.

    It took me literally a year and 330+ commits to build it (the first commit of this branch was April the 7th) and I hope it will be worth it.
    It should allow the app to be viable in the future with root being more and more difficult to achieve at each new Android release and Google hardening SafetyNet checks.

    I will try to answer to the most expected questions here so you still can post a link to this FAQ later to lost users.

    FAQ:

    Does this version replace the v4.x versions?
    No. This is still a preview version and does not replace the stable one.
    It is available to test it and report issues and feedback before being promoted to stable.

    Can I upgrade and revert safely?
    Yes. Both v4 and v5 use the same settings export format.

    Why does this version targets Android 8+ Oreo only?
    Like the v4, v5 is expected to offer support for latest devices.
    Android 8 and above represent more than 60% of device distribution and will grew through time.
    If you use an older device, root solutions work very well and v4 is here for you (like v2 and v3 stayed for legacy devices).

    How the hell does it work without root?
    This version provides two adblocking methods: the usual root one using hosts file and a new one using local VPN.
    The VPN solution allows to filter and alter connections of your devices without root access.

    Is using a VPN safe?
    In the case of AdAway, yes. It uses VPN API but does not connect to a VPN server.
    In the case of VPN client app, it depends.
    To give you more details, a VPN client app uses the VPN API to create a virtual network interface on your device and redirect all your traffic into it.
    If you imaginge the VPN like a pipe (the right word is tunnel), client VPN app outputs all your traffic on a VPN server which is able to check what you are doing on the Internet.
    With AdAway, your network is not redirected to a VPN server but your device internet connection (same as no VPN). VPN API is only used to get traffic into it to break the connections to ad servers.

    Is VPN use battery?
    Yes, like everything you do on device.
    Witouth root, a VPN service will be running permanently to filter your traffic.
    Good news is it will only filter DNS traffic. Not all traffic is redirected into it so it won't be as expensive as you can fear.

    Did you come up with this idea alone?
    Absolutely not! I spent a lot of hours trying to find altenatives to hosts based adblocking (like routes or private DNS). But nothing was better than VPN based adblocking.
    So we (MrRobinson and I) approched Julian Klode, developer of DNS66 more than three years ago to see if we can merge our apps. It wasn't that easy as we don't develop our apps the same way so I ended up by integrating the DNS66 adblocking method into AdAway. It is fine for Julian, his app is Open Source and he himself built it from the core code of AdBuster app (an VPN based adblocking app).

    Should we stop using DNS66 for AdAway?
    Not at all. DNS66 is a great app and provides some features that AdAway doesn't have (yet?), like DNS settings.
    DNS66 is a great app, keep using it if you like it!
    If both apps used the same adblocking method a year ago when I start this version, I keep adding feature to the VPN adblocking method and most of them won't be in DNS66.
    If Julian ports them back to DNS66, it's great if it can help his app and users!

    Is it me or the app put on weight?
    Yes, the app significantly grew due to new libraries like VPN related ones and Android Jetpack.
    It also stores more data on device: a http cache, a host database, a hosts copy, etc...
    I think 15~20mo of storage is still fine.

    Changelog:

    Without further ado, check the summarized changelog (it was hard to summarize a one year development)

    • Add new home screen
      • Provides all main controls from one screen
      • Displays currently blocked, allowed and redirected domains
      • Displays current hosts sources status and control to force apply
    • Add non root ad-blocking feature
      • Uses a builtin local VPN to filter DNS request to blocked domains
      • Based on the work of dns66 by julian-klode
      • Allows to excluded system applications and per user applications
    • Add builtin updater with changelog display
    • Add feature to quickly pause and resume ad-blocking
    • Add wizard screen for first run setup
    • Add feature to display and filter all blocked, allowed, redirect domains
    • Improve preferences screen
    • Add broadcast receiver to control ad-blocking from third party applications
    • Update Android target to Android 10
    • Improve root and shell support
    • Split translation files to easier understand their context
    • Add GitHub action test and build tasks

    Download:

    AdAway 5.0.0 beta (sha2: 200fd7789b174735d3af5925b4e568b09475bb3f39a79d24d6617af4b19cd19d)

    If you like my work, feel free to support me. Check my sign for donation links. Thanks all! :highfive: