Accessing the internet browser on Android: via Ethernet connection
Problem:
Seeing "Web page not available" error messages even after entering on the serial console:
setprop net.dns1 <your DNS address>
Solution:
Verify that an IP address is assigned to eth0. On the console, type:
netcfg
eth0 should have an IP address and subnet assigned. If you see all 0's, enter:
netcfg eth0 dhcp
You should then see a 'Link is up' indication. Enter 'netcfg' again to verify that there are now IP address and subnet assignments. Now you should be able to use the browser with an ethernet connection.
At the time of this post, the above is valid for Adeneo releases 2.0, 3.0, and 3.3.