diff options
| author | TheStrix <parthbhatia@lineageos.org> | 2017-03-20 21:07:14 +0530 |
|---|---|---|
| committer | Vatsal <koradiavatsal@gmail.com> | 2017-03-25 00:19:41 +0530 |
| commit | 227c384d98ee59b4eedd27011814a3b675af0184 (patch) | |
| tree | 4f23bb370639e4fb9b38f4fa8d43b1c16923b620 | |
| parent | 29090e88037691fd1c9ad949dbeca85d04d9e166 (diff) | |
hydrogen: Remove QTI Telephony
* CAF release LA.BR.1.3.6_rb1.10 qti-telephony.jar crashes when on domestic
roaming with error:
E AndroidRuntime: java.lang.NullPointerException: Attempt to read from field 'int java.lang.String.count' on a null object reference
This is because the jar searches for overlay config_operatorConsideredDomesticRoaming &
config_operatorConsideredDomesticRoamingExceptions overlays using public IDs "0x107005e" & "0x107005f"
which is different for those overlays in LineageOS and may differ again with other ROMs maybe
and turns out to be an issue.
Change-Id: Ic0097a9c6c6e75284d3f02cc6ec2864732cec08e
| -rwxr-xr-x | proprietary-files.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 0670930..2d47fc4 100755 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -703,7 +703,6 @@ vendor/lib/libsmemlog.so # Radio -app/embms/embms.apk -app/fastdormancy/fastdormancy.apk --app/QtiTelephonyService/QtiTelephonyService.apk -app/shutdownlistener/shutdownlistener.apk bin/mmbn-daemon bin/netmgrd @@ -714,16 +713,11 @@ bin/tftp_server etc/permissions/embms.xml etc/permissions/qcnvitems.xml etc/permissions/qcrilhook.xml -etc/permissions/qti_telephony_common.xml -etc/permissions/telephonyservice.xml etc/modem/Diag.cfg framework/embmslibrary.jar -framework/qcnvitems.jar -framework/qcrilhook.jar -framework/qti-telephony-common.jar -framework/QtiTelephonyServicelibrary.jar -priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk -vendor/bin/qti vendor/lib64/libconfigdb.so vendor/lib64/liblqe.so vendor/lib64/libmdmdetect.so |
