Hi,
we are testing Android 2.3.4 on AM3517 and we have seen from the following link
http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_UserGuide#Browser_Configuration,
that a user should configure manually the Internet connection eth0 before using a web browser with the following console command:
#> netcfg eth0 dhcp
#> setprop net.dns1 `getprop net.eth0.dns1`
My question is, how can I set "eth0" configuration at startup (with a static IP or with a dynamic IP address) without sending each time the above commands each time I switch on the machine ?
thank you,
Paolo.