Re: NAND Boot Testing - 01-07: Panel power on/off fixes
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.
|