进入root模式下:
$ su //this step is very important,if not,will tell me the problem of permission.
# ip link set eth0 address00:01:02:03:04:05 //set the NIC address
然后进入android系统的设置=>Ethernet configuration配置网络,保存,此时会看到debug窗口中弹出诸如link dow link up类似的消息,再次打开网页OK,可以连接上网了。
debug调试窗口图:
Over.
原文:http://blog.csdn.net/jefbai/article/details/19683965