Re: [android-porting] Develop an Ethernet based Applications instead of Wifi based

2011-07-06 Thread Alex Yu
Hi, For ethernet, the Android does not setup DNS automatically. So DNS must be manually setup. This is not an issue for WiFi since dhcpcd is explicitly called after WiFi access is available. Hope this can help. AlexYu On Thu, Jul 7, 2011 at 7:17 AM, tarek attia wrote: > Hi all, > > I've a

[android-porting] Develop an Ethernet based Applications instead of Wifi based

2011-07-06 Thread tarek attia
Hi all, I've a board that doesn't have Wifi module,However it has an Ethernet connection .The browser works fine,however I want to write an Application that communicates with the internet,and and I want to tell my application to use the Ethernet connection instead of the Wifi in Android ... Any i