andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.

Home Page:https://wiki.mozilla.org/B2G

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No internet access from qemu-ics

jonallengriffin opened this issue · comments

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.

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.

Works, thanks @philikon