Update commons

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-12-15 17:40:38 -05:00
parent 684f4f68f0
commit 4f1c1b343c
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
4 changed files with 57 additions and 34 deletions

View file

@ -18,7 +18,7 @@ umask 0022;
set -uo pipefail;
#APN List
wget "https://github.com/LineageOS/android_vendor_lineage/raw/lineage-19.1/prebuilt/common/etc/apns-conf.xml" -O ../Patches/Common/apns-conf.xml;
wget "https://github.com/LineageOS/android_vendor_lineage/raw/lineage-20.0/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;
@ -29,11 +29,11 @@ wget "https://github.com/LineageOS/android_packages_apps_LineageParts/raw/lineag
#TODO: wireless-regdb
#https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/
#Last: 2022/11/21
#Last: 2022/12/15
#TODO: MMS Configs
#https://github.com/GrapheneOS/platform_packages_apps_Messaging
#Last: 2022/11/21
#Last: 2022/12/15
#TODO: Carrier List
#https://android.googlesource.com/platform/packages/providers/TelephonyProvider/