I want to get the current location using wi-fi on my Storm 2 9550. I have implemented LocationProvider and it is working fine on the simulator after sending lat long manually, but it doesn't work on the device.

GPS is already active on the device but to my knowledge BlackBerry GPS cannot get location without a Network Provider. There is no network provider on the device.

link|improve this question

47% accept rate
LocationProvider can get GPS fixes without being on a network. GPS chips need some time to get "hot" and find sats, expect about a minute or so to get a fix. You'll need to be outdoors for it to work. – Mister Smith Nov 28 '11 at 9:28
without Network, it should be work or not ? – Coder Nov 28 '11 at 10:17
It depends on the mode used. Regular GPS mode should work in GPS-enabled devices like 9550. But geolocation using Cell data won't work unless you are on a carrier network, and WiFi geolocation won't work unless you have WiFi enabled and there are APs available. – Mister Smith Nov 28 '11 at 10:40
BTW, WiFi geolocation was addded in OS 6.0. Have a look at dev. guide: docs.blackberry.com/en/developers/deliverables/36458/… – Mister Smith Nov 28 '11 at 10:43
feedback

1 Answer

Refer the book apress beginning blackberry development chapter 8 Where Am I? Using Location-Based Services . It will help you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.