Postoji zabluda, da ukoliko korisnik nikada ne klikće na reklame, da se blokiranje istih neće negativno finansijski odraziti na stranicu ili aplikaciju. To je pogrešno jer programeri isto tako zarađuju novac samim prikazom reklama. Vaša je stvar hoćete li ili nećete blokirati reklame. Lično ne bih koristio aplikacije koje prikazuju oglase jer smatram da su vrlo iritantne, tako da bez aplikacije za sprečavanje prikaza reklama aplikacije te vrste ne bih ni instalirao.
Alock 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 na Androidu održava svoju sopstvenu DNS keš. Operativni Sistem će reflektovati nove hosts fajlove odmah (verifikovati sa pingom na komandnoj liniji) ali ćete morati da restartujete Android da bi obnovili DNS keš Jave.
Alock will also work without using the webserver!
You can enable a local webserver in preferences of Alock 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 Alock'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.
Pogledajte Listu dodatnih izvora hostova za Alock.
Molimo idite na https://adaway.org.