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:
SagarMakhar 2024-10-01 23:59:30 +05:30 committed by Albert Tang
parent 49f47b2936
commit f1051e96cc

View file

@ -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