From f74f6bdbde3170de3c0bbb4d065feabb65f9a9b7 Mon Sep 17 00:00:00 2001 From: RomanDesigner Date: Sun, 5 Jan 2020 13:27:02 +0300 Subject: [PATCH] matisse-common: Store correct IMSI when retreived from SIMRecords and use it for RuimRecords --- system.prop | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/system.prop b/system.prop index 5b4b286..468d6e1 100644 --- a/system.prop +++ b/system.prop @@ -97,6 +97,24 @@ ro.nfc.port=I2C # Perf ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so +# Radio +persist.data.netmgrd.qos.enable=false +persist.data.qmi.adb_logmask=0 +persist.radio.add_power_save=1 +rild.libpath=/vendor/lib/libsec-ril.so +ro.telephony.mms_data_profile=5 +ro.ril.telephony.qan_resp_strings=6 +ro.telephony.default_network=3 +persist.radio.apm_sim_not_pwdn=1 +ro.use_data_netmgrd=false +ro.data.large_tcp_window_size=true + +# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false +ro.telephony.call_ring.multiple=0 + +# Store correct IMSI when retreived from SIMRecords and use it for RuimRecords +ro.telephony.get_imsi_from_sim=true + # Sensors ro.qc.sdk.gestures.camera=false ro.qc.sdk.camera.facialproc=false