Explorar o código

sm8450-common: Disable redir_party_num

Caused incoming caller number not being parsed correctly by Phone app on
VoLTE and VoWiFi. No idea why Xiaomi enabled this ancient prop.

Signed-off-by: Andrzej Perczak <[email protected]>
Change-Id: I4d3d19b80bedd7410e638c78909a8a910bc10be8
Andrzej Perczak %!s(int64=3) %!d(string=hai) anos
pai
achega
e0ab3da8d5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      extract-files.sh

+ 3 - 0
extract-files.sh

@@ -73,6 +73,9 @@ function blob_fixup() {
         vendor/etc/init/init.embmssl_server.rc)
             sed -i -n '/interface/!p' "${2}"
             ;;
+        vendor/etc/qcril_database/upgrade/config/6.0_config.sql)
+            sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
+            ;;
         vendor/etc/vintf/manifest/c2_manifest_vendor.xml)
             sed -ni '/dolby/!p' "${2}"
             ;;