sdm660-common: proprietary: update GPS blobs and gps configs
* from Honeywell/hon660/hon660:12/94.00.03/0037:user/release-keys (REAL LA.UM.10.2.1.r1-03400-sdm660.0) * add xiaomi conf change from miui * vendor.qti.gnss@4.0-service.xml is from s62pro actually, but as it's just a simple HIDL declaration, no need for declare a dedicated section for it(for Hon 660, gnss HIDL interface declared in vendor/odm/etc/vintf/manifest*.xml - determined by first api level and keymaster version) * uncomment SUPL_ES=1 since it is default 0(staging/gps/core/ContextBase.cpp#132), comment it out won't enable emergency SUPL * remove vendor.qti.hardware.cacert in manifest, since it's useless and will be declared as optional in FCM * gps config changed as below - gps.conf NTP_SERVER_2=asia.pool.ntp.org NTP_SERVER_3=0.cn.pool.ntp.org LPP_PROFILE=3 A_GLONASS_POS_PROTOCOL_SELECT=0xf XTRA_TEST_ENABLED = 1 XTRA_THROTTLE_ENABLED = 0 XTRA_SYSTEM_TIME_INJECT = 1 XTRA_SOCK_KEEPALIVE=1 Co-authored-by: 1582130940 <1582130940@qq.com> Co-authored-by: Arian <arian.kulmer@web.de> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
5e4faf510c
commit
181b732c3e
4 changed files with 64 additions and 48 deletions
|
@ -4,7 +4,7 @@
|
||||||
ERR_ESTIMATE=0
|
ERR_ESTIMATE=0
|
||||||
|
|
||||||
#NTP server
|
#NTP server
|
||||||
NTP_SERVER=1.android.pool.ntp.org
|
NTP_SERVER=time.xtracloud.net
|
||||||
NTP_SERVER_2=asia.pool.ntp.org
|
NTP_SERVER_2=asia.pool.ntp.org
|
||||||
NTP_SERVER_3=0.cn.pool.ntp.org
|
NTP_SERVER_3=0.cn.pool.ntp.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ INTERMEDIATE_POS=0
|
||||||
SUPL_VER=0x10000
|
SUPL_VER=0x10000
|
||||||
|
|
||||||
# Emergency SUPL, 1=enable, 0=disable
|
# Emergency SUPL, 1=enable, 0=disable
|
||||||
#SUPL_ES=1
|
SUPL_ES=1
|
||||||
|
|
||||||
#Choose PDN for Emergency SUPL
|
#Choose PDN for Emergency SUPL
|
||||||
#1 - Use emergency PDN
|
#1 - Use emergency PDN
|
||||||
|
@ -82,7 +82,7 @@ CAPABILITIES=0x17
|
||||||
# 0x2: LPP Control Plane
|
# 0x2: LPP Control Plane
|
||||||
# 0x4: LPP User Plane for NR5G
|
# 0x4: LPP User Plane for NR5G
|
||||||
# 0x8: LPP Control Plane for NR5G
|
# 0x8: LPP Control Plane for NR5G
|
||||||
LPP_PROFILE = 2
|
LPP_PROFILE = 3
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
#Datum Type
|
#Datum Type
|
||||||
|
@ -148,7 +148,7 @@ SGLTE_TARGET=0
|
||||||
# 0x1: RRC CPlane
|
# 0x1: RRC CPlane
|
||||||
# 0x2: RRLP UPlane
|
# 0x2: RRLP UPlane
|
||||||
# 0x4: LLP Uplane
|
# 0x4: LLP Uplane
|
||||||
A_GLONASS_POS_PROTOCOL_SELECT = 0
|
A_GLONASS_POS_PROTOCOL_SELECT = 0xf
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
# Select technology for LPPe Control Plane
|
# Select technology for LPPe Control Plane
|
||||||
|
@ -349,6 +349,15 @@ D_LEVEL_MAX_CAPACITY = 300
|
||||||
V_LEVEL_TIME_DEPTH = 200
|
V_LEVEL_TIME_DEPTH = 200
|
||||||
V_LEVEL_MAX_CAPACITY = 400
|
V_LEVEL_MAX_CAPACITY = 400
|
||||||
|
|
||||||
|
# Xiaomi add for breaking xtra download limitation
|
||||||
|
XTRA_TEST_ENABLED = 1
|
||||||
|
XTRA_THROTTLE_ENABLED = 0
|
||||||
|
XTRA_SYSTEM_TIME_INJECT = 1
|
||||||
|
|
||||||
|
# Mechanism to handle the gnss assistance data download
|
||||||
|
# in very bad network situations
|
||||||
|
XTRA_SOCK_KEEPALIVE=1
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
# Allow buffer diag log packets when diag memory allocation
|
# Allow buffer diag log packets when diag memory allocation
|
||||||
# fails during boot up time.
|
# fails during boot up time.
|
||||||
|
|
|
@ -157,11 +157,6 @@
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@2.0::IBTConfigStore/default</fqname>
|
<fqname>@2.0::IBTConfigStore/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>vendor.qti.hardware.cacert</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<fqname>@1.0::IService/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.hardware.dsp</name>
|
<name>vendor.qti.hardware.dsp</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -444,47 +444,58 @@ system_ext/lib64/fm_helium.so|917d8aed5dd0f25ebd0e9fa82a60823996fba586
|
||||||
system_ext/lib64/libfm-hci.so|8911fc8c721338fc64e3a98c299e20162a9b0f53
|
system_ext/lib64/libfm-hci.so|8911fc8c721338fc64e3a98c299e20162a9b0f53
|
||||||
vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so|f3d0cd85c9e0a88eafacbcdeff6d4e2b109b95f9
|
vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so|f3d0cd85c9e0a88eafacbcdeff6d4e2b109b95f9
|
||||||
|
|
||||||
# GPS - from lemon RKQ1.201004.002
|
# GPS - from Honeywell/hon660/hon660:12/94.00.03/0037:user/release-keys
|
||||||
vendor/bin/garden_app|9a27b84362075aa49c8ca67f2a6be30ad4eeb108
|
vendor/bin/garden_app|712b78a16d5afb399af48ffe69b33c675c746494
|
||||||
vendor/bin/loc_launcher|c9a2f764201ee679c29463f405abd9625c421afc
|
vendor/bin/loc_launcher|b520e0ec0532273111eb498af8aac9b3f38d65e9
|
||||||
vendor/bin/lowi-server|8126c1bf1ea2c52b90cb36d2b3f656fba27bc0c2
|
vendor/bin/lowi-server|67a511fd54e513da4b48054249d2d09fd3e1671d
|
||||||
vendor/bin/slim_daemon|9dfd473689b861112b62a38b6b3c8a94ac8f5160
|
vendor/bin/mlid|1ac6429fca1593f2e77cd66e0dabe8f425c43cad
|
||||||
vendor/bin/xtra-daemon|fbc8acdf308e851ef530f743ee63bbd7affddae1
|
vendor/bin/slim_daemon|d3bd65d839d2f8bded5e4caa76fd84dc6625c456
|
||||||
-vendor/etc/vintf/manifest/vendor.qti.gnss@4.0-service.xml|6514b13f55abc0acc28e004c35ff93fb972d61a9
|
vendor/bin/xtra-daemon|a97e01b7a97c0d117dad2865381279871b22af68
|
||||||
|
vendor/bin/xtwifi-client|785318c8d4baf5cb71ea29cd13797b4bb4fdeed3
|
||||||
|
vendor/bin/xtwifi-inet-agent|918d048262f0d08d2f1464e331001b46ae75aa9e
|
||||||
vendor/etc/cacert_location.pem|0789bf799c7e45d352a83e2f79ddb0cea86db85b
|
vendor/etc/cacert_location.pem|0789bf799c7e45d352a83e2f79ddb0cea86db85b
|
||||||
vendor/etc/xtra_root_cert.pem|f55a31ec4d9cf8ce2724acadecf00c779f8767db
|
vendor/etc/xtra_root_cert.pem|f55a31ec4d9cf8ce2724acadecf00c779f8767db
|
||||||
vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so|4754174dcf20c1f1d4fdc658d83237063fd9972d
|
-vendor/etc/vintf/manifest/vendor.qti.gnss@4.0-service.xml|6514b13f55abc0acc28e004c35ff93fb972d61a9
|
||||||
vendor/lib64/libaoa.so|42a731f0b2af0d847cc75143f4c2a15db509a2a3
|
vendor/lib64/hw/vendor.qti.gnss@4.0-impl.so|d99509d06a4fabce70c98388798651464bcf092e
|
||||||
vendor/lib64/libcacertclient.so|264dcc7f6fa782000978f3a6c01c8bb8000c30e8
|
vendor/lib64/libasn1cper.so|e8433017ceb0f2cef072c631ae5deb12f55c198a
|
||||||
vendor/lib64/libcdfw.so|8d8265215a10c09390038c905fd7967081fbbffb
|
vendor/lib64/libasn1crt.so|0e3c2c57d702f8b9f203aeb043edac0d5a7452cf
|
||||||
vendor/lib64/libcdfw_remote_api.so|dc7deb7618f05907ecfd2c3004bb3e0c39ec8522
|
vendor/lib64/libasn1crtx.so|9e4b305255d2edea615d883fa563495622affd37
|
||||||
vendor/lib64/libdataitems.so|f13cb93394d8aae1eef85c4730b5c8f9ace092a9
|
vendor/lib64/libcacertclient.so|e3a8936689ebcbb01cdf99cada5f66c79b25099b
|
||||||
vendor/lib64/libgarden.so|aa932f38e9ed391b0ca19c7a07186780b3259786
|
vendor/lib64/libcdfw.so|2cb66d4a85c682798c0e4c3db444fe044bee5a61
|
||||||
vendor/lib64/libgarden_haltests_e2e.so|0b9cf83029dec12e601889d893e7e05da702b918
|
vendor/lib64/libcdfw_remote_api.so|dfa21c6a5cb70d030032db458301b772b693e942
|
||||||
vendor/lib64/libgdtap.so|b0b1dfb6c8257d49d004bbd0ea14fc12794c1af2
|
vendor/lib64/libdataitems.so|0a5da45cf942fc273f8709fa232bc913d23d76e6
|
||||||
vendor/lib64/libgnsspps.so|7a145686f84e4a3d17a22fe9300d70f3fe8ddd77
|
vendor/lib64/libgarden.so|5ec9bb6f0425450bc845d9fb2814a96be552dd1b
|
||||||
vendor/lib64/libizat_client_api.so|919f58e423693236448b10ee50be9d92f0937bdd
|
vendor/lib64/libgarden_haltests_e2e.so|d36d5b23452b3996f0d74f1dfe7067d64053b8e4
|
||||||
vendor/lib64/libizat_core.so|bc5c7631f721e629f89b20c27c80f4b5d3acc7b8
|
vendor/lib64/libgdtap.so|f92eff9d53e68de634558a64dab0a64bffe5b5d6
|
||||||
vendor/lib64/liblbs_core.so|dd827bb7c4570c7b1398e83f144acf8ac6046df8
|
vendor/lib64/libgnsspps.so|c4e4eb8c5314e53ad54b57a29288fafb96aa83dd
|
||||||
vendor/lib64/libloc_api_v02.so|108f0590420ca26739b30c4a4f1e48036dee63ab
|
vendor/lib64/libizat_client_api.so|510a233c74c47c5170d18b31df5f1b08ec994e13
|
||||||
vendor/lib64/libloc_socket.so|99053bb105cb57f292cad5887151c26d6dd426a9
|
vendor/lib64/libizat_core.so|1f4c5dff069a21398f2dbda00031ba8c2ae42498
|
||||||
vendor/lib64/liblocationservice.so|25b7a475a48366592a0992e83b8d7339d1c18f66
|
vendor/lib64/libjnihelper.so|1d6fb56b3879aed18be3776784772b02b9879912
|
||||||
vendor/lib64/liblocationservice_glue.so|239a4591bda5a7307fda7cf9574c7bc5cc2b0785
|
vendor/lib64/liblbs_core.so|64b51c7572b5a1190a7349f6b3c8210e1daa6e4f
|
||||||
vendor/lib64/liblowi_client.so|1b3d9c0b9f39bf72bd00ab0445c4bb1f089fab25
|
vendor/lib64/libloc_api_v02.so|ad3dd5fc74682e3e38156ee6f20503a8d846a31f
|
||||||
vendor/lib64/liblowi_wifihal.so|0c87566ce9d4afecd997376fbbbdc2676d9e72a7
|
vendor/lib64/libloc_api_wds.so|c4c22560a0072d46bd0f5608dbf25f07203fbcce
|
||||||
vendor/lib64/libqcc_file_agent.so|87710c018b01ca71be37ea79a23bd28b8b25f665
|
vendor/lib64/libloc_socket.so|7a8ba85131fcb656017ee7f3a1adaad98ab71d8a
|
||||||
vendor/lib64/libslimclient.so|0a7005db6e533fa7b7bae68e6e75706fbead728d
|
vendor/lib64/liblocationservice.so|643510a4740a7da6337c4b98ad347dbcfc7316b6
|
||||||
vendor/lib64/libxtadapter.so|83744299d8cb6fb803906c121ff6b6399074651d
|
vendor/lib64/liblocationservice_glue.so|791352fd96d938133d3f68611f0bf970996ed158
|
||||||
vendor/lib64/vendor.qti.gnss@1.0.so|c36d44d52e8f96b0810f2a4bbe88b94d52195f00
|
vendor/lib64/liblowi_client.so|aa0b2a74e92f027c60a246bd53d03db1abb108f9
|
||||||
vendor/lib64/vendor.qti.gnss@1.1.so|d443152c9a4a10c570fe2fd1fe419a42a2187ac5
|
vendor/lib64/liblowi_wifihal.so|2957825343ee1dd60d762c82ed09fb57ecdb1a30
|
||||||
vendor/lib64/vendor.qti.gnss@1.2.so|75b910c1ff4c7f625b9d2634a43afc3a14aadf35
|
vendor/lib64/libminksocket.so|5a84e37a6ffb43f892154a4029e016274dbcce4f
|
||||||
vendor/lib64/vendor.qti.gnss@2.0.so|ba5cf017c9ffce8e02958404eb7f86bc17e0d13e
|
vendor/lib64/libqcc_file_agent.so|5ee8573028b537196c40cebfb70a4889675f6ae9
|
||||||
vendor/lib64/vendor.qti.gnss@2.1.so|edd26a738f33af4c64a16d27e09186eda325f590
|
vendor/lib64/libqdma_file_agent.so|209c1c33e273761ea1e8feae425dd0256f0dd489
|
||||||
vendor/lib64/vendor.qti.gnss@3.0.so|b231e15f8951df7d41ba0d7c9fa32b49b8621a1b
|
vendor/lib64/libslimclient.so|8c8101f0c756425c535be828fcc10dcd15e0faa0
|
||||||
vendor/lib64/vendor.qti.gnss@4.0-service.so|3c75d133af5193436167380aa89abcf05d079968
|
vendor/lib64/libxtadapter.so|8a8e583397f9584a5a47f4b8fdfdf0118c0f0bbc
|
||||||
vendor/lib64/vendor.qti.gnss@4.0.so|7a18241204a0c0977a97a6f5153cd954d9c24a65
|
vendor/lib64/libxtwifi_server_protocol.so|c35fa35b28d4bf5796ab71e21699ef275c0c2bbc
|
||||||
vendor/lib64/vendor.qti.hardware.cacert@1.0.so|2373473decd9bcc1c1e8494cc3658b91ad2dd698
|
vendor/lib64/libxtwifi_server_protocol_uri_v3.so|6634c21f33d80aedf9cea642431ca5d1278108ec
|
||||||
vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so|f72dfc79135a45fc2f76336ea975f63192906927
|
vendor/lib64/vendor.qti.gnss@1.0.so|26aeb358ad1906d562669384411eaf250550d4cd
|
||||||
|
vendor/lib64/vendor.qti.gnss@1.1.so|cc4b2df27d9aa0ca787bf759e3f7db0590e967a1
|
||||||
|
vendor/lib64/vendor.qti.gnss@1.2.so|3351c25c2d1a98d8e02a908513e87387f16225c0
|
||||||
|
vendor/lib64/vendor.qti.gnss@2.0.so|92754fb186946dda3aad7a1e049ee6a92c3a3e44
|
||||||
|
vendor/lib64/vendor.qti.gnss@2.1.so|392c9c83194bf7ab0f92d90937660f24c26f7b01
|
||||||
|
vendor/lib64/vendor.qti.gnss@3.0.so|c4378d625f630abde4769293e153452403aeffdf
|
||||||
|
vendor/lib64/vendor.qti.gnss@4.0-service.so|69b13bc69088f859a93efff420e729b080475ade
|
||||||
|
vendor/lib64/vendor.qti.gnss@4.0.so|bdeca40a0020c01eb046e7a3935f78ad046add85
|
||||||
|
vendor/lib64/vendor.qti.hardware.cacert@1.0.so|1151315a12b072662e5f5e61505916ce7ac534c1
|
||||||
|
vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so|234659279ea5ee717d3797756287d0974478cc58
|
||||||
|
|
||||||
# Graphics Firmware - from lavender
|
# Graphics Firmware - from lavender
|
||||||
vendor/firmware/a512_zap.b00
|
vendor/firmware/a512_zap.b00
|
||||||
|
|
|
@ -259,6 +259,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.neuralnetworks@1.3.vendor \
|
android.hardware.neuralnetworks@1.3.vendor \
|
||||||
android.hardware.keymaster@3.0.vendor \
|
android.hardware.keymaster@3.0.vendor \
|
||||||
android.hardware.keymaster@4.0.vendor \
|
android.hardware.keymaster@4.0.vendor \
|
||||||
|
android.hardware.power@1.3.vendor \
|
||||||
android.hardware.radio.config@1.3.vendor \
|
android.hardware.radio.config@1.3.vendor \
|
||||||
android.hardware.radio@1.6.vendor \
|
android.hardware.radio@1.6.vendor \
|
||||||
android.hardware.radio.deprecated@1.0.vendor \
|
android.hardware.radio.deprecated@1.0.vendor \
|
||||||
|
|
Loading…
Reference in a new issue