Quote:
Originally Posted by vistazifta
can u try to set a dns server manually with something ike this:
Open an adb shell or Terminal Emulator and type
setprop ro.kernel.android.ndns 2
setprop net.eth0.dns1 208.67.222.222
setprop net.eth0.dns2 208.67.220.220
Those are ip addresses for OpenDNS, so use your own if you want something else. It might not be persistent through reboots though. If it isn't, append it to init.rc. Make sure you set the properties before opening the browser.
|
This is what I tried
C:\Program Files\Android\android-sdk\platform-tools>adb shell
# setprop ro.kernel.android.ndns 2
setprop ro.kernel.android.ndns 2
# setprop net.eth0.dns1 208.67.222.222
setprop net.eth0.dns1 208.67.222.222
# setprop net.eth0.dns2 208.67.220.220
setprop net.eth0.dns2 208.67.220.220
#
Not sure I did that right, but if I did, it did not work. No data.
Attached is the radio logcat for you.