Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
GPS Service Not Available
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.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio