Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I can surf the net now. I added a static DNS, then the network was OK.
Original comment by huanyufe...@gmail.com
on 18 Aug 2010 at 5:36
But How to get the DNS server dynamically?
Original comment by huanyufe...@gmail.com
on 18 Aug 2010 at 7:21
I had resolved this problem after deleted the "ANDROID_CHANGEDS" in the
create_resolv() function.
Original comment by huanyufe...@gmail.com
on 20 Aug 2010 at 9:17
hi Erin,
Should we integrate yufeng's changes in 0xdroid?
Original comment by jserv.tw@gmail.com
on 22 Aug 2010 at 3:41
Hi there,
How is your ip-up script? does it set DNS property?
like below:
setprop "net.dns1" "$DNS1"
setprop "net.dns2" "$DNS2"
setprop "net.$NAME.local-ip" "$IPLOCAL"
setprop "net.$NAME.remote-ip" "$IPREMOTE"
I saw your comment#4, you marked "ANDROID_CHANGES" out in create_resolv. I
guess you create a resolv.conf in /etc/ppp folder, right?
Original comment by erinyueh
on 23 Aug 2010 at 5:52
Erin:
My ip-up script is at the same as yours. It set the DNS for network. And I didn't create the resolv.conf because of the "ANDROID_CHANGEDS" close this action.
Thanks! Erin.
Original comment by huanyufe...@gmail.com
on 23 Aug 2010 at 6:09
Hi there,
mmh... i see. You marked that define out, then it can create resolv.conf
correctly.
Original comment by erinyueh
on 23 Aug 2010 at 6:30
Original issue reported on code.google.com by
huanyufe...@gmail.com
on 17 Aug 2010 at 12:27