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.
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 in advance
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 out). I tried different combinations of criteria…
My code for addProximityListener is -
Coordinates proxcoord = new Coordinates(0.0, 0.0, 0.0f);
proxcoord.setLatitude(Double.parseDouble(lat));
proxcoord.setLongitude(Double.parseDouble(lon));
provider.addProximityListener(this, proxcoord, 40.0f);…
In my j2me app I have an array of double data type containing 5 coordinates value. This array is inside the thread to continuously check whether the same values is given by GPS.
Once it get correct match, I want to pause the thread then remove match…
I want to get longitude and latitude of the phone mobile by this code:
public void commandAction(Command com, Displayable d) {
if (com == position)
{
try
{
Criteria cr = new Criteria();
…
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 i achieve.
Thank You
I'm trying to implement a location tracker sort of application. I need to get location at specific times, but while I trying I notice that, if my phone doesn't get gps location it doesn't look for network location. When I turn of gps at my phone's…
JSR-179 is an optional package so it requires permissions and certificate signing. So are there other ways of getting longitude and latitude of mobile device through J2ME ?