http://centralops.net/co/NsLookup.aspx
查找clients2.google.com和android.clients.google.com,发现都指向android.l.google.com
而android.l.google.com,已经不再是209.85.135.100这个IP了
用NSLOOKUP查看得到最优IP : 70.84.161.11
adb下面的指令:
1、获得root权限:adb root
2、设置/system为可读写:adb remount
3、将hosts文件复制到PC:adb pull /system/etc/hosts
4、修改PC机上文件
5、将PC机上文件复制到手机:adb push
修改后,自己用的hosts:
127.0.0.1 localhost
70.84.161.11 clients2.google.com
74.125.227.11 android.clients.google.com
74.125.227.7 android.l.google.com
74.125.227.8 android.l.google.com