mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 15:39:26 -05:00
Sync APN list from 17.1 to all versions
- 15.1: enable hammerhead due to reported bt issues on 16.0
This commit is contained in:
parent
3b8750cdff
commit
e62afb602b
3824
Patches/Common/apns-conf.xml
Normal file
3824
Patches/Common/apns-conf.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -210,6 +210,7 @@ if [ "$DOS_MICROG_INCLUDED" = "NLP" ]; then sed -i '/Google provider/!b;n;s/com.
|
|||||||
sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dos/' config/common.mk; #Change buildtype
|
sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dos/' config/common.mk; #Change buildtype
|
||||||
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/CM_BUILDTYPE := dos/CM_BUILDTYPE := dosNC/' config/common.mk; fi;
|
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/CM_BUILDTYPE := dos/CM_BUILDTYPE := dosNC/' config/common.mk; fi;
|
||||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||||
|
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
|
||||||
|
|
||||||
enterAndClear "vendor/cmsdk";
|
enterAndClear "vendor/cmsdk";
|
||||||
awk -i inplace '!/WeatherManagerServiceBroker/' cm/res/res/values/config.xml; #Disable Weather
|
awk -i inplace '!/WeatherManagerServiceBroker/' cm/res/res/values/config.xml; #Disable Weather
|
||||||
|
@ -67,12 +67,13 @@ buildAll() {
|
|||||||
|
|
||||||
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
||||||
buildDevice flo; #Last version without repartitioning required
|
buildDevice flo; #Last version without repartitioning required
|
||||||
|
buildDevice mako; #testing
|
||||||
|
buildDevice hammerhead; #16.0 has bluetooth issues?
|
||||||
buildDevice shamu verity; #Last version with working IMS
|
buildDevice shamu verity; #Last version with working IMS
|
||||||
buildDevice oneplus2; #Last version with working IMS + broken - needs vendor patching
|
buildDevice oneplus2; #Last version with working IMS + broken - needs vendor patching
|
||||||
buildDevice ether; #Last version with working IMS
|
buildDevice ether; #Last version with working IMS
|
||||||
buildDevice fugu;
|
buildDevice fugu;
|
||||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||||
buildDevice mako;
|
|
||||||
buildDevice crackling;
|
buildDevice crackling;
|
||||||
buildDevice d802;
|
buildDevice d802;
|
||||||
buildDevice bacon;
|
buildDevice bacon;
|
||||||
@ -80,7 +81,7 @@ buildAll() {
|
|||||||
buildDevice d855;
|
buildDevice d855;
|
||||||
buildDevice FP2;
|
buildDevice FP2;
|
||||||
buildDevice ham;
|
buildDevice ham;
|
||||||
buildDevice hammerhead;
|
|
||||||
buildDevice klte;
|
buildDevice klte;
|
||||||
buildDevice m8;
|
buildDevice m8;
|
||||||
buildDevice victara;
|
buildDevice victara;
|
||||||
|
@ -195,6 +195,7 @@ if [ "$DOS_MICROG_INCLUDED" = "NLP" ]; then sed -i '/Google provider/!b;n;s/com.
|
|||||||
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/common.mk; #Change buildtype
|
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/common.mk; #Change buildtype
|
||||||
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/common.mk; fi;
|
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/common.mk; fi;
|
||||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||||
|
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
|
||||||
|
|
||||||
enter "vendor/divested";
|
enter "vendor/divested";
|
||||||
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
||||||
|
@ -190,6 +190,7 @@ if [ "$DOS_MICROG_INCLUDED" = "NLP" ]; then sed -i '/Google provider/!b;n;s/com.
|
|||||||
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/*.mk; #Change buildtype
|
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/*.mk; #Change buildtype
|
||||||
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/*.mk; fi;
|
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/*.mk; fi;
|
||||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||||
|
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
|
||||||
|
|
||||||
enter "vendor/divested";
|
enter "vendor/divested";
|
||||||
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then echo "PRODUCT_PACKAGES += GmsCore GsfProxy FakeStore" >> packages.mk; fi;
|
||||||
|
@ -199,6 +199,7 @@ if [ "$DOS_MICROG_INCLUDED" = "NLP" ]; then sed -i '/Google provider/!b;n;s/com.
|
|||||||
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/*.mk; #Change buildtype
|
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/*.mk; #Change buildtype
|
||||||
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/*.mk; fi;
|
if [ "$DOS_NON_COMMERCIAL_USE_PATCHES" = true ]; then sed -i 's/LINEAGE_BUILDTYPE := dos/LINEAGE_BUILDTYPE := dosNC/' config/*.mk; fi;
|
||||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||||
|
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
|
||||||
|
|
||||||
enter "vendor/divested";
|
enter "vendor/divested";
|
||||||
awk -i inplace '!/EtarPrebuilt/' packages.mk; #lineage-17.1 calendar is Etar fork
|
awk -i inplace '!/EtarPrebuilt/' packages.mk; #lineage-17.1 calendar is Etar fork
|
||||||
|
Loading…
Reference in New Issue
Block a user