land: enable some props
This commit is contained in:
parent
1c23c1fb8e
commit
5750c14e19
3 changed files with 15 additions and 1 deletions
3
product/cne.mk
Normal file
3
product/cne.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
# CNE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.cne.feature=1
|
|
@ -2,3 +2,7 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
FMRadio \
|
||||
libfmjni
|
||||
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.fm.transmitter=false
|
||||
|
|
|
@ -14,10 +14,16 @@ PRODUCT_PACKAGES += \
|
|||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
DEVICE_PROVISIONED=1 \
|
||||
persist.data.iwlan.enable=false \
|
||||
persist.data.iwlan.enable=true \
|
||||
persist.data.mode=concurrent \
|
||||
persist.data.netmgrd.qos.enable=true \
|
||||
persist.dbg.volte_avail_ovr=1 \
|
||||
persist.dbg.ims_volte_enable=1 \
|
||||
persist.dbg.wfc_avail_ovr=1 \
|
||||
persist.radio.calls.on.ims=true \
|
||||
persist.radio.csvt.enabled=false \
|
||||
persist.radio.custom_ecc=0 \
|
||||
persist.radio.jbims=0 \
|
||||
persist.dbg.vt_avail_ovr=1 \
|
||||
persist.radio.DROPSETENABLE=1 \
|
||||
persist.radio.apm_sim_not_pwdn=1 \
|
||||
|
@ -28,6 +34,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.radio.multisim.config=dsds \
|
||||
persist.radio.rat_on=combine \
|
||||
persist.radio.sib16_support=1 \
|
||||
ril.ecclist=100,101,102,108,112 \
|
||||
ril.subscription.types=NV,RUIM \
|
||||
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so \
|
||||
ro.ct.device.model=XMP-2016030 \
|
||||
|
|
Loading…
Reference in a new issue