Palm Pre Emulator Internet connection problem

1.3k Views Asked by At

I am running the Google Map application which is part of Palm Emulator. On launching the application , it displays "Google Maps requires internet connection". When i run emulator, do I need to configure the network settings .

Similar thing happens when i enter some url in the browser its says " Error Loading Page 2028".

I assumed that emulator will the take the pc Lan setting on which the emulator is running to access to internet.

Can someone help and highlight some info on the same ??

Thanks,

2

There are 2 best solutions below

0
On BEST ANSWER

I ran into this problem and solved it by rooting into the emulator via novacom, and updating /etc/resolv.conf to a proper nameserver. For some reason it hadn't set that correctly.

To check if this is your problem, try (from your rooted emulator) pinging "google.com", and then try pinging just its IP. If the latter works but not the former, this is your issue.

You can check the output of "ip route show" and use the default gateway shown as the nameserver to set it to.

Also, the emulator setup should default to NAT, so no, extra configuration should not be required as indicated by other poster.

0
On

The Palm Pre Emulator works atop Sun's VirtualBox. If the emulator is not able to connect to the Internet or any existing network from the get-go, you should skim through the documentation provided on the VirtualBox site as well as the helpful HOWTOs and tutorials that explain how to set up different kinds of networking on VirtualBox.