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 <sbordenave@gmail.com>
This commit is contained in:
parent
9f5dcf90da
commit
c35e1d376e
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# QCOM
|
||||
persist.vendor.dpm.feature=11
|
||||
persist.vendor.dpm.nsrm.bkg.evt=3955
|
||||
persist.vendor.dpm.feature=1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue