andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

No internet access from qemu-ics #287

Open jonallengriffin opened 12 years ago

jonallengriffin commented 12 years ago

After building qemu-ics, anything that requires network access (like the browser app) just shows:

"Server not found".

I tried the workaround suggested by mwu, |setprop net0.dns 8.8.8.8|, but this didn't resolve the problem.

philikon commented 12 years ago

This should fix it:

adb shell setprop net.dns1 10.0.2.3

it worked for me last week. We could add this to the run-emulator.sh script.

lightsofapollo commented 12 years ago

Works, thanks @philikon