diff --git a/Patches/Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml b/Patches/Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml index 92cf8fce..bec6652a 100644 --- a/Patches/Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml +++ b/Patches/Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml @@ -1,19 +1,4 @@ - - @@ -29,7 +14,7 @@ vvm_carrier_flag_el_telecom 8860 - vvm_type_omtp_1_3 + vvm_type_omtp @@ -37,6 +22,7 @@ + vvm_carrier_flag_20820 22344 vvm_type_omtp @@ -159,6 +145,9 @@ + + + @@ -371,7 +360,7 @@ - vvm_type_advvm + vvm_type_omtp vvm_att_us_allows_transcription @@ -400,7 +389,7 @@ 9966 - vvm_type_omtp_1_2 + vvm_type_omtp @@ -415,4 +404,22 @@ vvm_type_disabled + + + + + + + + + + + + + + + + + vvm_type_disabled + diff --git a/Scripts/Update_Commons.sh b/Scripts/Update_Commons.sh index 19d88e6c..8888288d 100644 --- a/Scripts/Update_Commons.sh +++ b/Scripts/Update_Commons.sh @@ -21,7 +21,8 @@ set -uo pipefail; wget "https://github.com/LineageOS/android_vendor_lineage/raw/lineage-19.1/prebuilt/common/etc/apns-conf.xml" -O ../Patches/Common/apns-conf.xml; #Visual VoiceMail Config -wget "https://raw.githubusercontent.com/LineageOS/android_vendor_lineage/lineage-19.1/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml" -O ../Patches/./Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml; +#wget "https://raw.githubusercontent.com/LineageOS/android_vendor_lineage/lineage-19.1/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml" -O ../Patches/./Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml; +wget "https://raw.githubusercontent.com/GrapheneOS/platform_packages_apps_Dialer/13/java/com/android/voicemail/impl/res/xml/vvm_config.xml" -O ../Patches/./Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml; #LineageOS Contributors Cloud wget "https://github.com/LineageOS/android_packages_apps_LineageParts/raw/lineage-19.1/assets/contributors.db" -O ../Patches/Common/contributors.db;