From c35e1d376e20da6ad8d1a3281324501260cb9831 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Tue, 13 Jun 2023 18:38:51 +0800 Subject: [PATCH] sdm660-common: properties: match up stock Radio configs * imsrcsd is a key IMS HAL service bundle, please don't do the thing like "ginkgo did it, so we copy" * uceservice(User Capability Exchange) HIDL would never be found with this, so that no capability exchange if you disable that and will get a "always retry" logspam * com.qualcomm.qti.imscmservice HIDL interface would never be found * vendor.qti.ims.factory HIDL interface would never be found * when "rearranging prop" please do not add/remove unexpected props * "NV" subscription type is missing * as persist.vendor.dpm.feature=11, In binary 1011, the "0" means NSRM not enabled, the NSRM prop should not be added even for rearrange * set back dpm.feature to 1, we don't need 0x8 TCP Connection Manager, 0x4 Network Socket Request Manager(NSRM), 0x2 Connection Tracking on an Android tablet * dpm.feature=0x1 Fast Dormancy is also matched up with miui config Signed-off-by: pix106 --- properties/system.prop | 2 +- properties/system_ext.prop | 3 +-- properties/vendor.prop | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/properties/system.prop b/properties/system.prop index 1c5347a2..4ad5f8d8 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -169,7 +169,7 @@ persist.vendor.ims.disableIMSLogs=1 persist.vendor.qti.telephony.vt_cam_interface=2 persist.vendor.radio.enable_temp_dds=true persist.vendor.radio.force_on_dc=true -ril.subscription.types=RUIM +ril.subscription.types=NV,RUIM # SELinux ro.build.selinux=1 diff --git a/properties/system_ext.prop b/properties/system_ext.prop index 959989ab..db5bd6f7 100644 --- a/properties/system_ext.prop +++ b/properties/system_ext.prop @@ -1,3 +1,2 @@ # QCOM -persist.vendor.dpm.feature=11 -persist.vendor.dpm.nsrm.bkg.evt=3955 +persist.vendor.dpm.feature=1 diff --git a/properties/vendor.prop b/properties/vendor.prop index 785540f0..2db186d3 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -188,9 +188,6 @@ persist.vendor.qcomsysd.enabled=1 ro.vendor.extension_library=libqti-perfd-client.so ro.vendor.perf.scroll_opt=true -# RCS -persist.rcs.supported=0 - # Radio persist.dbg.volte_avail_ovr=1 persist.dbg.vt_avail_ovr=1