dre: Turn off persist.vendor.radio.poweron_opt
It's set to 1 in qcril_database migrations. Sed the property to something else so it defaults to 0. When the value is 1 it breaks SMS receiving without QTI telephony. Change-Id: I7f56ecaac51abb6525c6022d92eac1c285ab0688
This commit is contained in:
parent
49f47b2936
commit
f1051e96cc
1 changed files with 0 additions and 1 deletions
1
odm.prop
1
odm.prop
|
@ -22,7 +22,6 @@ vendor.media.vpp.sr.enable=0
|
||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
persist.vendor.radio.force_on_dc=true
|
persist.vendor.radio.force_on_dc=true
|
||||||
persist.vendor.radio.poweron_opt=1
|
|
||||||
persist.vendor.radio.stack_id_1=1
|
persist.vendor.radio.stack_id_1=1
|
||||||
ro.sys.reserve.integrate=true
|
ro.sys.reserve.integrate=true
|
||||||
ro.vendor.oplus.radio.project=2
|
ro.vendor.oplus.radio.project=2
|
||||||
|
|
Loading…
Reference in a new issue