PhoneGap geolocation() not working in Blackberry simulator?

789 Views Asked by At

I installed PhoneGap 0.9.2 and followed the instructions from the PhoneGap wiki page "Getting Started with PhoneGap (BlackBerry Widgets)" to run the Phone Gap sample in 9550 BlackBerry simulator.

I used the simulator menu to set a geolocation to a known value. However, when I click the "Get Location" button in the sample, it prompted the following error message.

code: 104 message: GPS location acquisition timed out.

2

There are 2 best solutions below

0
On BEST ANSWER

Switch to the 9800 simulator and that should work. And I should get some stackoverflow points :)

0
On

Thanks to davdjohnson's comments. I also found the similar complaints on BB's forum. I switched to 9800 simulator and the geolocation works.