View Single Post
  #1516 (permalink)  
Old 03-08-2011, 03:28 AM
steveholtam's Avatar
steveholtam
Regular 'Geeker
Offline
 
Join Date: Aug 2008
Posts: 261
Reputation: 145
steveholtam is keeping up the good worksteveholtam is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by vistazifta View Post
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.
Attached Files
File Type: txt 4_vista.txt (15.2 KB, 2 views) Click for barcode!
Reply With Quote