Thursday, April 18, 2013

How to Edit the Hosts File on Android (and Block Web Sites)

Inline image 2

Whether you want to prevent your child from accessing Facebook or are simply sick of the advertisements that litter webpages, a custom hosts file can come in handy.

Note: This requires a rooted Android device.

How to Edit the Hosts File on Android
The easiest way to edit the hosts file on your device is to use the Android Debug Bridge, so go ahead and set it up. Once you're done, navigate into the folder where ADB is located and type cmd into the location bar, which will open a command prompt in the current folder.

Once the command prompt opens run the following command to see what devices are attached to your PC.

adb devices


Next you need to download the host file from your device so you can edit it.

adb pull /system/etc/hosts F:\hosts

Then navigate to where you saved the file and open it with notepad.

Finally you will need ADB to push the file back to your device.

adb push F:\hosts /system/etc/

Read more: How-to geek
QR: Inline image 1