GPS Service Not Available
By Dharmesh Guna
12 Mar 2015 03:49
English
4 Replies
Hi All,
I am using Tizen 2.3.0_Rev2 SDK.
I am developing an Application for Samsung Z1 mobile where I need gps location.
when I try to get the position from API (location_manager_get_location) it says LOCATIONS_ERROR_SERVICE_NOT_AVAILABLE
ret = location_manager_get_location(manager, &altitude, &latitude, &longitude,
&climb, &direction, &speed, &level, &horizontal, &vertical, ×tamp);
if(LOCATIONS_ERROR_NONE != ret){
ERR("location_manager_get_location() Failed!!. Error Code = %d", ret);
__print_gps_error(ret);
return false;
}
|
My GPS already enabled. Also creating location manager and starting location service is not returing any error.
Please help if anybody faced this issue earlier.
Thank you.
View Selected Answer
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------