Hi,
I´m using location api with a N73 phone using a Bluetoot GPS.
I have already tried to get the location using a LocationListener and the getLocation method without problems.
When I get the position, I want to STOP the GPS for save the phone battery, and my problems start here.
I have used this lines of code, and I have read all the javadoc documentation already.
locationProv.setLocationListener(null,-1,-1,-1);
locationProv.reset();
In the forum I have found this thread talking about this problem:
http://discussion.forum.nokia.com/fo...d.php?t=124336
And we have this on the wiki:
http://wiki.forum.nokia.com/index.ph...d_battery_life
It´s really imposible Stop the GPS? Someone have found something new?
Thanks in advance

Reply With Quote

.


