hi i was have the samr problem ,, but i have added ethernet to the android source code and build it ,, http://groups.google.com/group/android-x86/browse_thread/thread/13061695c31d1b1c/64f800d8f8d493d8?lnk=gst&q=ethernet+support#64f800d8f8d493d8 here the guide to the files that u will add it
On Aug 9, 12:01 am, Robert Greenwalt <[email protected]> wrote: > Ethernet isn't properly supported in Android yet. However you can fake > things a bit for development purposes. > > If you go into frameworks/base/core/res/res/config.xml (or better yet, an > overlay of this file for your project) and modify network Attributes adding > <item>"dummy",8,8,1</item> > > and to radioAttributes add > <item>"8,1"</item> > > then set net.dns1 to some dns and net.dns2 to another (8.8.8.8?) and add > your routes. Then things should work for you. > > R > > On Mon, Aug 8, 2011 at 2:34 PM, Ali A.D. Farahany > <[email protected]>wrote: > > > > > > > > > Dear All, > > I have a problem with android porting. I have an embedded board with > > ethernet interface (no other network interface). There isnt any menu in > > network and wireless config for LAN devices. i have activated the LAN port > > eth0 in Linux kernel and i can ping everywhere in internet (for example > > 4.2.2.4 & 8.8.8.8) from command line. But on the android screen i cant > > config LAN port. There are only wireless, VPN and ... but no LAN port on > > android > > setting. > > I need to enable LAN port on android menu because most of android program > > cant use Linux driver and so hey cant work and warns that there are no > > "network connection". But actually there is a network connection. and in my > > project we should use LAN port instead of wifi. > > Thxs, > > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
