Is it possible to block ads via hosts file on UT?
-
@nero355 said in Is it possible to block ads via hosts file on UT?:
Pi-Hole
Hi. That seems a bit too complex and involved for my liking.
-
@applee said in Is it possible to block ads via hosts file on UT?:
uAdBlock
Hi AL.
I just check and uAdBlock was already installed. I opened it and a popup window said no update available. I went past than and say "Last updated: 7 Apr 2020".
I'm on v2.6.2 and the settings have 'Check for updates on app start' enabled.
Does the settings 'remain in r/w status' need to be on?
Thanks.
-
@opolork I don't remember,
But I think it can be turned off.
What is important is to select the proper blacklist(s) and to update them once in a while.
Also I noticed a couple of time the app crashed silently, but a reboot fixed it for months. -
@applee said in Is it possible to block ads via hosts file on UT?:
@opolork I don't remember,
But I think it can be turned off.
What is important is to select the proper blacklist(s) and to update them once in a while.
Also I noticed a couple of time the app crashed silently, but a reboot fixed it for months.I checked all the blocked lists, it's now updated to today.
-
Does uAdBlock rewrite the whole /etc/hosts file everytime it updates it or does it only change it's own entries? In other words - do custom entries someone would make in /etc/hosts be overwritten every time uAdBlock does its stuff?
-
@opolork
I don't know about that.
Maybe you can make some tests if nobody knows...Good question though
-
Is it possible to access the /etc/hosts from my PC? I find editing on a smartphone to be too cumbersome. I'd like to open them the hosts file on a text editor on my PC (Debian 11) and do a few edits.
-
@opolork
You can do it using ADB or SSH... -
@applee Which is easier? Do you know a basic/quick method?
-
@opolork do keep in mind that the hosts file is readonly for a reason. any changes will be lost after an ota update, uAdBlock know how to restore it changes, but it might become tedious for you to restore your changes
-
@fuseteam Ok, it'd be best to let uAdBlock maange it so. Thank you.
-
Both are really simple.
For ADB (which I do not use) you can type a single command like thisadb shell sh
after connecting your device with USB cable.SSH allows you to avoid the cable and use the wifi instead.
But you need to configure it first using UT Tweak Tool.
I don't remember if it's required, but I will advise to push a public key to your device so you won't have to enter a passphrase.
To connect with SSH you just typessh phablet@<ip_address>
... -
uAdBlock blocks at the DNS level and unfortunately some lists cannot act and be installed at this level. This means that uAdBlock, although useful, is becoming less and less effective as time goes by, unfortunately, given the evolution of technologies for installing crap on computers...
-
@opolork said in Is it possible to block ads via hosts file on UT? [Resolved]:
That seems a bit too complex and involved for my liking.
I am using it now for about 5 years or so and it's AWESOME!!!
I can recommend running Pi-Hole + Unbound to pretty much EVERYONE who has a spare Raspberry Pi laying around!
@domubpkm said in Is it possible to block ads via hosts file on UT? [Resolved]:
uAdBlock blocks at the DNS level and unfortunately some lists cannot act and be installed at this level. This means that uAdBlock, although useful, is becoming less and less effective as time goes by, unfortunately, given the evolution of technologies for installing crap on computers...
Things like DNS over HTTPS and ads beeing hosted on the same server as the content (YouTube for example!) are becoming a much bigger issue IMHO
But fortunately you can still block a lot of stuff via DNS so I am very happy with that method on my home network!
-
@applee said in Is it possible to block ads via hosts file on UT? [Resolved]:
For ADB (which I do not use) you can type a single command like this adb shell sh after connecting your device with USB cable.
Hi AL.
So I just need to install the
adb
package on my PC?Is the
adb shell sh
run from my PC? -
@nero355 Hi Nero. Thanks but I'll stick to the simpler method for now.
Merry Xmas!
-
@opolork
Yes you should open a console and type it on your computer with the device attached to it. -
@applee Ok, cheers, AL.
Merry Xmas!
-
@applee said in Is it possible to block ads via hosts file on UT? [Resolved]:
For ADB (which I do not use) you can type a single command like this adb shell sh after connecting your device with USB cable.
I got this:
adb shell sh
error: no devices/emulators found
-
@opolork
Did you Enable Developer Mode and USB Debugging ?!