JSR 179 - Java ME API that produces information about the device's present physical location to Java applications.
JSR 179 specifies an optional package that enables developers to write mobile location-based applications for resource-limited devices. The API works on the J2ME CLDC v1.1 and CDC configurations.
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 that city. How to do this?
Can I get a location of mobile devices from j2me programming having no GPS unit installed?
Can I obtain the location using cell tower info? I heard about triangulation method.
And gone through…
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 to getLocation seems to hang indefinitely. I am…
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 click event. It throws an error as getLocation()…
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 do this..
I have a 3 GSM phones and a 3 verizon (CDMA) phones. I have a BB application in which the location listener is set to a 5 minute interval.
For 2 of the verizon phones the application's location update method gets called frequently. For the rest,…
When I'm sending message with location co-ordinates through my Nokia 5800. I'm getting "Location request timed out" message. I am working in one project to accomplish this task. How can I solve this issue?? Any solution for this problem??
I have build a jar file and trying to use it in j2me application. I have included the jar in the build path and imported the required classes as well. But when I run my j2me application I am getting NoClassDefFound Error in the line where I am…
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 test my app for different locations other than my…
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 device nokia 5230, it is given NullPointerException…