Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
95 views

Current location using wi-fi on BlackBerry Storm 2 (9550)

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 ...
2
votes
2answers
1k views

Is there any battery power consumption benefit if Network Location Provider (vs. GPS) is used?

Is there any real battery power consumption benefit if Network Location Provider (vs. GPS) is used? I believe there should be some benefit, but since I develop on emulator I can not prove my ...
0
votes
1answer
68 views

how to quick get current lat long from device GPS system

My application is based on Event according to user current location. when i start my application Splash screen comes for 3 or 4 second .. then during splash screen i m getting current location of ...
0
votes
1answer
37 views

Java JME location provider not returning coordinates if not in startApp()

I believe I am doing something wrong in a Midlet application. Whenever I try to use the LocationProvider to find my mobile's position, two scenarios happen. If I start the application with a form ...
0
votes
2answers
93 views

Blackberry socket connection and threads

I am developing a program which have 2 buttons : Start and End. When i click Start it will start to get Locations in every 30sec. and send them to a server using socket connection. When i click the ...
0
votes
1answer
449 views

ANDROID: Help with LocationProvider

I am trying to acquire my location for an application I am working on. However I receive an error then force close when it tries to select the best provider. Any help on the issue would be much ...