Closed
Bug 1163558
Opened 10 years ago
Closed 9 years ago
[aries-l] GPS does not work
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: seinlin, Assigned: seinlin)
References
Details
No description provided.
Assignee | ||
Comment 2•10 years ago
|
||
I can't get a postion and saw the following log when there is no data/wifi connection; If there is data/wifi connection I can get a position from WIFI GEO (MLS).
--
E/ ( 326): E/failed to change mode for /data/misc/location/gpsone_d/gpsone_loc_api_q, error = No such file or directory
E/ ( 326): E/chown for pipe failed, pipe /data/misc/location/gpsone_d/gpsone_loc_api_q, gid = 1021, result = -1, error = No such file or directory
E/ ( 326): E/failed to change mode for /data/misc/location/gpsone_d/gpsone_loc_api_resp_q, error = No such file or directory
E/ ( 326): E/chown for pipe failed, pipe /data/misc/location/gpsone_d/gpsone_loc_api_resp_q, gid = 1021, result = -1, error = No such file or directory
E/ ( 326): E/loc_eng_dmn_conn_glue_msgrcv:153] pipe broken -1
E/ ( 326): E/int loc_api_server_proc(void*):138] fail receiving msg from gpsone_daemon, retry later
E/LocSvc_ApiV02( 326): E/virtual int LocApiV02::setGpsLock(unsigned int):2977]: Set engine lock failed. status: eLOC_CLIENT_FAILURE_INVALID_PARAMETER, ind status:eQMI_LOC_SUCCESS_V02
E/LocSvc_ApiV02( 326): E/virtual loc_api_adapter_err LocApiV02::setSUPLVersion(uint32_t):1317]: Error status = eLOC_CLIENT_SUCCESS, ind..status = eQMI_LOC_ENGINE_BUSY_V02
E/LocSvc_api_v02( 326): E/loc_sync_wait_for_ind:461]: slot 0, timed out for ind_id QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
E/LocSvc_api_v02( 326): E/loc_sync_send_req:533]: loc_api_wait_for_ind failed, err -110, select id 0, status eLOC_CLIENT_FAILURE_TIMEOUT
E/LocSvc_ApiV02( 326): E/virtual loc_api_adapter_err LocApiV02::setLPPConfig(uint32_t):1356]: Error status = eLOC_CLIENT_FAILURE_TIMEOUT, ind..status = eQMI_LOC_SUCCESS_V02
E/LocSvc_ApiV02( 326): E/virtual loc_api_adapter_err LocApiV02::setSensorControlConfig(int, int):1401]: Error status = eLOC_CLIENT_SUCCESS, ind..status = eQMI_LOC_ENGINE_BUSY_V02
E/LocSvc_api_v02( 326): E/loc_sync_wait_for_ind:461]: slot 0, timed out for ind_id QMI_LOC_SET_PROTOCOL_CONFIG_PARAMETERS_REQ_V02
E/LocSvc_api_v02( 326): E/loc_sync_send_req:533]: loc_api_wait_for_ind failed, err -110, select id 0, status eLOC_CLIENT_FAILURE_TIMEOUT
E/LocSvc_ApiV02( 326): E/virtual loc_api_adapter_err LocApiV02::setAGLONASSProtocol(long unsigned int):1632]: Error status = eLOC_CLIENT_FAILURE_TIMEOUT, ind..status = eQMI_LOC_SUCCESS_V02
E/LocSvc_ApiV02( 326): E/virtual loc_api_adapter_err LocApiV02::setSensorPerfControlConfig(int, int, int, int, int, int, int, int, int, int):1534]: Error status = eLOC_CLIENT_SUCCESS, ind..status = eQMI_LOC_ENGINE_BUSY_V02
Flags: needinfo?(kli)
Assignee | ||
Comment 3•10 years ago
|
||
After I used the latest blobs released from vendor [1], now it is able to get the gps position without data connection. Let's leave this bug open till extract-files.sh of aries-l is landed in mozilla-b2g.
[1] http://developer.sonymobile.com/knowledge-base/open-source/open-devices/latest-updates/
Assignee | ||
Comment 4•9 years ago
|
||
GPS does work properly, after bug 1163550 resolved fixed.
Assignee: nobody → seinlin.maung+bugs
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•