Page 1 of 1

Ads that show up in apps

Posted: Sun Feb 19, 2017 11:32 pm
by TheEssemCraft
Hey,
Is it possible to block ads that show up in Android games made with Unity, such as Geometry Dash World?
I am using DNS66.

Re: Ads that show up in Android apps

Posted: Mon Feb 20, 2017 12:02 am
by smed79
julian-klode wrote:On the first start, you must manually update the hosts files (using the refresh button) issue #1

Image

Re: Ads that show up in apps

Posted: Wed Mar 01, 2017 5:52 am
by zyme
Assuming the ad is going to an website of only ads (or ads and nothing you don't mind blocking) - and it's looking up a hostname instead of using a direct IP address, it should be possible & easy - *However: *Often* I've see blocked app adds continue to display with white banners where they use to be, which are almost as annoying if not more distracting. This will could depend on your OS and the App. Androids especially can vary in many different ways between devices, os versions, models, and manufacturers.

(Host file filters like said above) OR if you're device is locked down from host files - the almost identical, just as effective but often easier to implement and reconfigure: host file & dns based filters (you can always have a localhost or external dns server simply act as a forwarding server to your current DNS provider, if you're restricted to it by some requirement/preference), work for some ads, but are also easier for anti-ad-blockers to detect and are fairly limited with what they can block without blocking a bunch of legitimate connections at the same time.

If that doesn't work there are more complicated ways, using some brands of proxies, NAT gateways, or firewalls (same difference for our purposes) with packet inspection can filter specific url's like adblock/ublock etc. If the sites use HTTPS (as everything seems to be moving to) it's a little more complicated since you'll need to use one with it's own SSL cert which is trusted by your device. aside from that, as long as the APP or OS isn't predefining the space to leave you with a white box simply filtering it or replacing it with a 1x1 pixel sized picture in the filter will take care of that problem.

(Let this be a general starting guide for anyone with a similar inquiry, walkthroughs would be much longer and shouldn't be difficult to lookup =)
Hope this helps someone.

Re: Ads that show up in apps

Posted: Wed Mar 01, 2017 6:46 am
by -Mark-
Use Adguard for Android.

Re: Ads that show up in apps

Posted: Fri Apr 21, 2017 6:41 pm
by gotitbro
zyme wrote: Wed Mar 01, 2017 5:52 am *However: *Often* I've see blocked app adds continue to display with white banners where they use to be, which are almost as annoying...
These leftover elements are also hidden by the MinMinGuard Xposed module
(https://forum.xda-developers.com/xposed/modules/xposed-minminguard-v1-7-0-cancelled-t2597332)
though it requires your Android OS to be rooted and have the Xposed Framework installed.

It does not work for all apps though.

Re: Ads that show up in apps

Posted: Sat Apr 22, 2017 6:04 am
by smed79
Another alternative is to install "DNS Changer - Lilly" and use setup Adguard DNS.

* Default (block ads, trackers and phishing websites)
176.103.130.130
176.103.130.131
* Family Protection (block ads, trackers and phishing websites + blocking adult websites + safe search)
176.103.130.132
176.103.130.134

Re: Ads that show up in apps

Posted: Sat Apr 22, 2017 11:39 am
by gotitbro
[mention]smed79[/mention] This can also directly be setup from the router as well (no additional apps to install) in the DNS settings.

Re: Ads that show up in apps

Posted: Mon Jul 31, 2017 11:45 pm
by Markk786
@TheEssemCraft were you able to block the ads??
If so please tell me too...