Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

How do programmatically turn off GPS on a Blackberry

Does anyone know how to programmatically turn off the Blackberry internal GPS receiver?
3
votes
1answer
3k views

How to show our own icon in BlackBerry Map?

I want to know how to use our own logo to show the particular place in BBMap? Can anyone knows how to do this and if u can pls provide me some code snippet. regards, s.kumaran.
2
votes
4answers
1k views

How to get Latitude and Longitude for particular city or street without using google map?

How to get Latitude and Longitude for particular city or street or location without using google map? For example user entered city name is "Chennai" and i need to show only Latitude and Longitude for ...
2
votes
2answers
2k views

Blackberry - LocationProvider.getLocation() hangs on

I wrote a very simple application that asks the LocationProvider for a location and prints it to System.out. This works great in the simulator. However, when I run it on my blackberry device, the call ...
2
votes
2answers
6k views

Use Google Map in Blackberry application

Can anyone tell me how to use Google maps in blackberry application development instead of Blackberry map?
1
vote
1answer
200 views

Nokia N97 realted to orientation

Myself shweta dodiya.I am facing problem with nokia N97 related to change orientation for my game application. I am using J2me technology.I want to pause my application when i open my slider. Thanks ...
1
vote
1answer
981 views

Blackberry - getLocation() method cannot be called from event thread

I want to get the longitude and latitude of device. I used location api to get the longtitude and latitude the problem now I am facing is that I could not call the getLocation() method inside button ...
1
vote
1answer
2k views

How to show more than one location in Blackberry MapField?

I can able to show one location using co ordinates or longtitude and latitude but i dont know how to show more than one location in the blackberry MapField.If is it possible pls share with me how to ...
1
vote
1answer
2k views

How to find the route between two places in BlackBerry?

How do I find the route information between two places in BlackBerry? I'm using MapField to show the map in my application.
1
vote
2answers
2k views

Blackberry - change latitude and longitude on the device to test app

I want to test my app on the device. Is it possible to hard code the latitude and longitude values somewhere in the device settings so the app reads those instead of the current location? I want to ...
1
vote
2answers
581 views

Location API not working for custom/third-party applications

I'm trying to write a simple GPS based application for my BB 8800 (with Airtel, India). But for some reason my code getLocation(timeout) always returns with a non-valid location (only after timing ...
0
votes
1answer
47 views

NullPointerException error on Implementing Location API on J2me

I am trying to implement jsr-179 APi into Nokia Symbian phone for periodic location update using setLocationListener through J2me. In emulator it is working fine. While I installed Midlet on the ...
0
votes
1answer
194 views

How to find device location in blackberry

I have to find current user location in map view.How can i do that in black berry.Is it possible to find current location using GPS and show it on BlackBerry in India.Please provide some help.How can ...
-1
votes
3answers
1k views

How to start GPS program in blackberry?

I want to how to create a GPS program in BlackBerry.