aboutsummaryrefslogtreecommitdiff
path: root/gps (follow)
Commit message (Collapse)AuthorAge
* z2_plus: Use oem_2901 instead of qcom_diagdd3boh2017-10-31
| | | | | | * thanks @erfanoabdi for the suggestion :) Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Revert "z2_plus: rootdir: Get rid of qcom_diag"dd3boh2017-10-31
| | | | This reverts commit bd10d1a6243b013efd4b89cb9ec6416225f6b053.
* gps: remove slim_daemonDemon0002017-09-07
| | | | | | | | It's a PREMIUM_FEATURE daemon and it's causing errors on O. 01-29 01:03:28.327 877 877 F DEBUG : Abort message: 'CANNOT LINK EXECUTABLE "slim_daemon": cannot locate symbol "_ZN7android16SensorEventQueue4readEP12ASensorEventm" referenced by "/system/vendor/bin/slim_daemon"...' Change-Id: Iba1342d12b10e94be9e37724795a922996d32773
* z2_plus: rootdir: Get rid of qcom_diagLuca Stefani2017-09-07
| | | | | Change-Id: Ie301a2699ab1f203af4042ffe28ae61535287abf Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Add missing liblog dependencyDimitry Ivanov2017-09-07
| | | | | | | | Bug: http://b/31289077 Bug: http://b/27171986 Test: remove liblog from libcutils and recompile Change-Id: Icd2f1ae735e263296a5c6705c7b528b00aa1a94a (cherry picked from commit 532f3378c214c3134afcb5bcc7c19ce047ec02ac)
* Depend on libandroid_runtimeColin Cross2017-09-07
| | | | | | | | | | | | libloc_pla is playing tricks with -Wl,--export-dynamic to use symbols from libandroid_runtime without depending on it. libandroid_runtime's headers are moving to where they are only exported to modules that depend on it, so add a dependency and remove -Wl,--export-dynamic Bug: 33630870 Test: builds Change-Id: I9b0567a48ded63031085b6ba93fb3b36404279e1 (cherry picked from commit ada652709d5a1b9faedecc02739d2ed610e18f86)
* gps.conf: use HTTPS for XTRA downloadsÁlvaro Brey2017-07-13
| | | | Change-Id: I5e999cd96327889560a6535ec8bfe6e161fd6f92
* gps: Fix agpsdavidevinavil2017-06-21
|
* gps: Fix cold startdavidevinavil2017-04-07
| | | | Change-Id: I2cdc800b58d61943f1bef3e86c4d0739b91eac5e
* Gps: import Zuk configdavidevinavil2017-01-23
| | | | Change-Id: Id0ca8d739071465b3a272d943be464e004f63439
* fixdavidevinavil2017-01-21
| | | | Change-Id: Ibe3d022be95bf66954fc794d1b2b06bd92cc52ce
* z2_plus: Fix target device to build gpsdavidevinavil2017-01-21
| | | | Change-Id: Iabe4c3e09dbdd315456337e128e6e3940ce21065
* z2_plus: Update GPS and Location API from upstreamBruno Martins2017-01-21
| | | | | | * Tag: LA.UM.5.5.r1-02300-8x96.0 Change-Id: I0449ca62f7ad8763c799e865be39b5146e0b0e31
* z2_plus: Import QC location sourceBruno Martins2017-01-21
| | | | | | * Tag: LA.UM.5.5.r1-01800-8x96.0 Change-Id: Ib33b01591c1743dd8b217a81a580bc3c2b13bd05
* z2_plus: Update GPS HAL from upstreamdianlujitao2017-01-21
| | | | | | * Tag: LA.UM.5.5.r1-01300-8x96.0 Change-Id: I269ec7f9809531139e157220feed9a2c977a7d6c
* z2_plus: Update services to drop net_raw and net_admindavidevinavil2017-01-21
| | | | Change-Id: I1d8803f5cbe62bbf61647386f74b93d91e2f1efb
* z2_plus: Update GPS stackBruno Martins2017-01-21
| | | | | | * Tag LA.UM.5.5.r1-00100-8x96.0 Change-Id: I18cd979799001ccbaae6d08d07f907689ac5a00a
* update gps configdavidevinavil2017-01-21
| | | | Change-Id: I89901bab23d4326d0a92b08e54a74ab9c678961a
* z2_plus: Match upstream GPS configurationSteve Kondik2017-01-21
| | | | Change-Id: I0d353f782daefd4c7aa5d887cfef572e377d1ee9
* z2_plus: Update GPS HAL from upstreamcrancocco2017-01-21
| | | | | | * Tag LA.HB.1.3.2-15400-8x96.0 Change-Id: I2ba108f26a2ef4fc78504ef8c08ca41624ccb193
* z2_plus: Disable the combo providerSteve Kondik2017-01-21
| | | | | | | | * With combo provider enabled we see the heading while navigating freeze and jump erratically. Let's just disable it. With this configuration, we still get hardware geofences and such. Change-Id: Ic37d6b7064dce19fa2f4f75ab74bc036b6b33611
* z2_plus: Enable QC location servicesBruno Martins2017-01-21
| | | | | | * This is a dependency for DPM on the new blobs Change-Id: I000ac5722ea7087a6ab1f88ad205542382e3527c
* update config from zui 2.5.334_170116davidevinavil2017-01-21
| | | | Change-Id: I135ca385a8d10b8502d15a4ef272be16b4e9fd23
* z2_plus: Build GPS HAL from sourceBruno Martins2017-01-21
| | | | | | | * Remove Location API for targets with RPC * Use stock GPS configs (also include missing xtwifi.conf) Change-Id: I142d161b324e1bc84d258adbedb0a454a72e7e4c
* z2_plus: gps: Fix build for OSS buildsScott Mertz2017-01-21
| | | | | | | | | | | | | | | | | | gps: Correct forward declaration in proprietary definitions Fix gps runtime error The qcom prebuilt binary relies on FlpExtLocation_s, so we cannot change it to FlpExtLocation. This patch fixes it. gps: fix remove trailing space In setXtraUserAgent, size_t is unsigned and never being negative. Will cause segmentation fault, if string is all space. Change-Id: I1cf1f956943b0739640afe909954ade6921e28a1
* z2_plus: Import GPS HAL from CAFLouis Popi2017-01-21
| | | | | | * Tag LA.HB.1.1.1-03340-8x96.0 Change-Id: I65d0bb0343a007dc99a18a3639056bef582c0d05
* update config from zui 2.5.334_170116davidevinavil2017-01-21
| | | | Change-Id: I05b06b3963130dc5dcaf72215641fc7f7b9fe3d7
* z2_plus: Add GPS configsBruno Martins2017-01-21
| | | | Change-Id: I1727f746d30c7d1d7d22628117ebf28b148322ae
* remove gpsdavidevinavil2017-01-21
| | | | Change-Id: Ia1b7e04bb52bb7a669629c8433a6ccc56a895e6b
* z2_plus: Update gps configdavidevinavil2017-01-14
| | | | Change-Id: Ie9fd13ad84842e5fda57114b9f96ab76b878db12
* z_2plus: Initial cleanupOrdenKrieger2017-01-14
| | | | *Lets start
* Small edits in GPS confFedor9172016-11-10
|
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Initial commitFedor9172016-10-26