diff --git a/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/bootanimation.tar b/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/bootanimation.tar new file mode 100644 index 00000000..12049944 Binary files /dev/null and b/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/bootanimation.tar differ diff --git a/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/desc.txt b/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/desc.txt new file mode 100644 index 00000000..f9298837 --- /dev/null +++ b/Patches/LineageOS-14.1/android_vendor_cm/bootanimation/desc.txt @@ -0,0 +1,10 @@ +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 +p 1 0 part0 diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh index 0baf1c9a..1f2df841 100755 --- a/Scripts/LAOS-14.1_Patches.sh +++ b/Scripts/LAOS-14.1_Patches.sh @@ -187,6 +187,8 @@ awk -i inplace '!/50-cm.sh/' config/common.mk; #Make sure our hosts is always us patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid cp $patches"android_vendor_cm/sce.mk" config/sce.mk cp $patches"android_vendor_cm/config.xml" overlay/common/vendor/cmsdk/cm/res/res/values/config.xml; #Per app performance profiles +cp $patches"android_vendor_cm/bootanimation/bootanimation.tar" bootanimation/bootanimation.tar +cp $patches"android_vendor_cm/bootanimation/desc.txt" bootanimation/desc.txt sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dos/' config/common.mk; #Change buildtype sed -i 's/messaging/Silence/' config/telephony.mk; #Replace AOSP Messaging app with Silence #sed -i 's/mka bacon/mka bacon target-files-package dist/' build/envsetup.sh; #Create target-files for incrementals diff --git a/Scripts/Rebrand-14.1.sh b/Scripts/Rebrand-14.1.sh index ab3ad176..f6507391 100644 --- a/Scripts/Rebrand-14.1.sh +++ b/Scripts/Rebrand-14.1.sh @@ -21,3 +21,4 @@ sed -i 's|>LineageOS|>DivestOS|' res/values*/strings.xml cd $base"vendor/cm" sed -i 's|http://lineageos.org/legal|https://divestos.xyz/pages/legal/tos.html|' config/common.mk; #sed -i '/.*ZIPFILE=/s/lineage/divestos/' build/envsetup.sh +#TODO: Boot animation