Skip to content
weakish edited this page Dec 6, 2012 · 1 revision

Android

On a rooted android device:

su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

You may omit -t yaffs2.

After remounting /system to be read/write, edit the file /system/etc/hosts.

Linux

Edit /etc/hosts/.

Windows

Edit C:\WINDOWS\system32\drivers\etc. (Suppose your Windows installed on C:.)

Clone this wiki locally