diff options
| author | Hemant Sharma <hemantbeast@gmail.com> | 2017-10-15 21:54:21 +0530 |
|---|---|---|
| committer | Hemant Sharma <hemantbeast@gmail.com> | 2018-01-10 18:51:11 +0530 |
| commit | e48b3911761dd4268ef3b7daa8de75ea4c2bccd5 (patch) | |
| tree | ee2db91866650bf10962cb617d64083e67ca38ef | |
| parent | 6e0f0dc05485341b10ad74537fadfbd2864663b0 (diff) | |
armani: Drop GPS NLP support
* It doesn't work all that well on O
since it crashes the whole system
every so often.
Change-Id: I2a538f66df50acf4ee3c2d9f7f2b795e1535d80c
| -rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | proprietary-files.txt | 16 | ||||
| -rwxr-xr-x | rootdir/init.armani.rc | 12 | ||||
| -rw-r--r-- | system.prop | 2 |
4 files changed, 1 insertions, 32 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index fdf7f81..f8b558f 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -61,9 +61,6 @@ config to 7. --> <integer name="config_deviceHardwareWakeKeys">64</integer> - <!-- Component name of the combo network location provider. --> - <string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string> - <!-- Support in Surfaceflinger for blur layers. NOTE: This requires additional hardware-specific code. <bool name="config_uiBlurEnabled">true</bool> --> diff --git a/proprietary-files.txt b/proprietary-files.txt index 5e111d8..25de160 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -109,12 +109,7 @@ vendor/lib/librpmb.so vendor/lib/libssd.so # GPS --app/com.qualcomm.location/com.qualcomm.location.apk --app/com.qualcomm.services.location/com.qualcomm.services.location.apk bin/location-mq:vendor/bin/location-mq -bin/xtwifi-client:vendor/bin/xtwifi-client -bin/xtwifi-inet-agent:vendor/bin/xtwifi-inet-agent -etc/permissions/com.qualcomm.location.xml etc/gps.conf etc/izat.conf etc/quipc.conf @@ -123,20 +118,9 @@ etc/xtwifi.conf etc/xtra_root_cert.pem lib/libloc_api_v02.so lib/libloc_ds_api.so -vendor/lib/libalarmservice_jni.so vendor/lib/libgeofence.so vendor/lib/libizat_core.so vendor/lib/liblbs_core.so -vendor/lib/liblocationservice.so -vendor/lib/libloc_ext.so -vendor/lib/liblowi_client.so -vendor/lib/libquipc_os_api.so -vendor/lib/libquipc_ulp_adapter.so -vendor/lib/libulp2.so -vendor/lib/libxtadapter.so -vendor/lib/libxtwifi_ulp_adaptor.so -vendor/lib/libxtwifi_zpp_adaptor.so -vendor/lib/libxt_native.so # Graphics etc/firmware/a300_pfp.fw diff --git a/rootdir/init.armani.rc b/rootdir/init.armani.rc index 29930bf..59dbf2b 100755 --- a/rootdir/init.armani.rc +++ b/rootdir/init.armani.rc @@ -355,18 +355,6 @@ service location_mq /vendor/bin/location-mq group gps disabled -service xtwifi_client /vendor/bin/xtwifi-client - class late_start - user gps - group net_admin wifi inet gps - disabled - -service xtwifi_inet /vendor/bin/xtwifi-inet-agent - class late_start - user gps - group inet gps - disabled - service charger /charger class charger critical diff --git a/system.prop b/system.prop index ff96063..83e6eb1 100644 --- a/system.prop +++ b/system.prop @@ -32,7 +32,7 @@ debug.hwui.use_buffer_age=false ro.gps.agps_provider=1 ro.qc.sdk.izat.premium_enabled=1 ro.qc.sdk.izat.service_mask=0x5 -persist.gps.qc_nlp_in_use=1 +persist.gps.qc_nlp_in_use=0 persist.loc.nlp_name=com.qualcomm.services.location # Telephony |
