B2G icon indicating copy to clipboard operation
B2G copied to clipboard

No internet access from qemu-ics

Open jonallengriffin opened this issue 12 years ago • 2 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.

jonallengriffin avatar Apr 26 '12 22:04 jonallengriffin

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.

philikon avatar May 15 '12 18:05 philikon

Works, thanks @philikon

lightsofapollo avatar May 18 '12 01:05 lightsofapollo