Pull VVM config from GrapheneOS instead of LineageOS

79.0.438914483 instead of 72.0.407683083

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-09-13 09:37:01 -04:00
parent 115edfe2a4
commit 3b0c05fe7c
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
2 changed files with 27 additions and 19 deletions

View File

@ -1,19 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<list name="carrier_config_list">
<pbundle_as_map>
<string-array name="mccmnc">
@ -29,7 +14,7 @@
<string name="feature_flag_name">vvm_carrier_flag_el_telecom</string>
<int name="vvm_port_number_int" value="5499" />
<string name="vvm_destination_number_string">8860</string>
<string name="vvm_type_string">vvm_type_omtp_1_3</string>
<string name="vvm_type_string">vvm_type_omtp</string>
</pbundle_as_map>
<pbundle_as_map>
<string-array name="mccmnc">
@ -37,6 +22,7 @@
<item value="20821" />
<item value="20888" />
</string-array>
<string name="feature_flag_name">vvm_carrier_flag_20820</string>
<int name="vvm_port_number_int" value="5499" />
<string name="vvm_destination_number_string">22344</string>
<string name="vvm_type_string">vvm_type_omtp</string>
@ -159,6 +145,9 @@
<item value="310640" />
<item value="310660" />
<item value="310800" />
<item value="311660" />
<item value="311882" />
<item value="312250" />
</string-array>
<int name="vvm_port_number_int" value="1808" />
<int name="vvm_ssl_port_number_int" value="993" />
@ -371,7 +360,7 @@
<string-array name="carrier_vvm_package_name_string_array">
<item value="com.att.mobile.android.vvm" />
</string-array>
<string name="vvm_type_string">vvm_type_advvm</string>
<string name="vvm_type_string">vvm_type_omtp</string>
<boolean name="vvm_legacy_mode_enabled_bool" value="true" />
<boolean name="vvm_ignore_transcription" value="true" />
<string name="vvm_transcription_allowed_for_carrier_flag_name"> vvm_att_us_allows_transcription </string>
@ -400,7 +389,7 @@
<int name="vvm_port_number_int" value="0" />
<string name="vvm_destination_number_string">9966</string>
<int name="vvm_application_port_number_int" value="5499" />
<string name="vvm_type_string">vvm_type_omtp_1_2</string>
<string name="vvm_type_string">vvm_type_omtp</string>
<boolean name="vvm_cellular_data_required_bool" value="true" />
<string-array name="carrier_vvm_package_name_string_array">
<item value="com.cellcom.cellcomvisualvoicemail" />
@ -415,4 +404,22 @@
</string-array>
<string name="vvm_type_string">vvm_type_disabled</string>
</pbundle_as_map>
<pbundle_as_map>
<string-array name="mccmnc">
<item value="310240?gid1=6D38" />
<item value="310260?gid1=6D38" />
<item value="00101?gid1=6D38" />
<item value="310160?gid1=6D38" />
<item value="310200?gid1=6D38" />
<item value="310210?gid1=6D38" />
<item value="310220?gid1=6D38" />
<item value="310230?gid1=6D38" />
<item value="310250?gid1=6D38" />
<item value="310270?gid1=6D38" />
<item value="310490?gid1=6D38" />
<item value="310660?gid1=6D38" />
<item value="310800?gid1=6D38" />
</string-array>
<string name="vvm_type_string">vvm_type_disabled</string>
</pbundle_as_map>
</list>

View File

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