Există o confuzie în ceea ce privește venitul unui dezvoltator a unei aplicații obținut din afișarea reclamelor. Se crede că dacă un utilizator nu bagă în seamă reclamele afișate într-o aplicație sau website, blocarea acestora nu rănește financiar aplicația sau website-ul respectiv. Această afirmație este greșită, dezvoltatorii obțin venituri și prin afișarea reclamelor. Este alegerea dvs. dacă vreți să blocați reclamele sau nu. Eu personal nu aș folosi aplicații care afișează reclame fiindca mi se par foarte enervante, si fără un "ad-blocker" nu le-aș fi instalat.
AdAway uses the hosts file to block hostnames, that serve advertisements. The hosts file is a file found in /system/etc/hosts
that maps hostnames to IP addresses. It is a traditional way to define hostname to IP address pairs without relying on the Domain Name System (DNS). All unwanted hostnames are redirected to 127.0.0.1
which means they will point to your own device.
If the hosts file is not writable, a fallback solution is to use the builtin VPN service. It will filter connections to unwanted hostnames and let others go through.
Java in Android mentine un cache DNS intern. Sistemul de operare va 'vedea' fisierul hosts nou imediat dupa aplicare (se poate verifica acest lucru printr-o comanda ping in linia de comanda) dar un restart este totusi necesar pentru a reimprospata cache-ul DNS din Java.
AdAway will also work without using the webserver!
You can enable a local webserver in preferences of AdAway to answer requests to the local IP address 127.0.0.1
. This means requests from applications to ad servers which are redirected to 127.0.0.1
are answered by AdAway's webserver.
Some applications refuse to work, when ad servers are not reachable. With this method they will be reachable again, replying with a blank page and no ad images.
Add the hostnames you want to block to the Blocked list from thehomescreen. Additionally, hostnames you want to exclude from blocking can be added to the Allowed and hostnames you want to redirect to a specific IP address belong to the Redirected.
See List of additional hosts sources for AdAway.
Please go to https://adaway.org.