$ ./emulator &There is a new property [net.dns1] and [net.dns2].
$ ./adb shell
# getprop
net.dns1 sounds very interesting, so I modified android-root/default.prop, adding;
net.eth0.dns1=208.66.222.222OK. Network is up. Now I can browse the Internet and see Street View with Map application.
net.dns1=208.67.222.222
Chrees,
my android based on linux kernel 2.6.25 can run well on my hardware platform with your former help, and now i want to add wifi driver into android,make network work.
i already have made marvell 8686 wifi drive work well in linux 2.6.25, now i try to make it work under android too, how and what i should modify android ? in your article you mentioned that modified android-root/default.prop,is that all i should do ? thank your more detailed tips in advance.
ruala
If you look into /system/lib, you will find wlan.ko under modules directory. I guess this kernel module should be replaced by your WiFi driver. Please refer wifi.c source code at following source code tree.
mydroid/hardware/libhardware/wifi
Happy hacking,