sm6375-common: Fix persist.vendor.radio.poweron_opt to 0
* If this value 1 breaks SMS receiving Change-Id: I12b87e8f8147bc3358c71244912387cb9c9297a7
This commit is contained in:
parent
dd5f2c6b5a
commit
76852d8bc6
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ function blob_fixup() {
|
|||
vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml)
|
||||
sed -ni '/default.*fqname/!p' "${2}"
|
||||
;;
|
||||
vendor/etc/qcril_database/qcrilNr.db|\
|
||||
vendor/etc/qcril_database/upgrade/config/*)
|
||||
sed -i '/persist.vendor.radio.poweron_opt/ s/1/0/g' "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue