diff --git a/PrebuiltApps b/PrebuiltApps index 0e3eaae5..c1946bed 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit 0e3eaae50ed6f26731f6d6f82d2ea825774736e8 +Subproject commit c1946bede3f47cc38c1f6bd3ed464fc3d3887e79 diff --git a/Scripts/LineageOS-17.1/Rebrand.sh b/Scripts/LineageOS-17.1/Rebrand.sh index 47bd5555..5e9219fa 100644 --- a/Scripts/LineageOS-17.1/Rebrand.sh +++ b/Scripts/LineageOS-17.1/Rebrand.sh @@ -21,6 +21,7 @@ echo "Rebranding..."; enter "bootable/recovery"; +git revert --no-edit 7e46bc14; #use standard animation sed -i 's/if (lineage_logo_/if (false/' recovery_ui/*ui.cpp; awk -i inplace '!/DrawSurface\(logo.get\(\)/' recovery_ui/screen_ui.cpp; #Hide logo mogrify -format png -fill "#FF5722" -opaque "#167C80" -fuzz 10% res-*/images/*sel.png; #Recolor icons diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 3e77aa37..40204095 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -149,7 +149,6 @@ enterAndClear "packages/apps/PermissionController"; if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then patch -p1 < "$DOS_PATCHES/android_packages_apps_PermissionController/0001-Signature_Spoofing.patch"; fi; #Allow packages to spoof their signature (microG) enterAndClear "packages/apps/Settings"; -git revert --no-edit 33cde5dbeee934269f16d72e26e651d56a13733e 94b8579607c6f1201cea9d6601e88cec897b2ff6; #My LAN does not have a public CA, nor a domain to validate. sed -i 's/if (isFullDiskEncrypted()) {/if (false) {/' src/com/android/settings/accessibility/*AccessibilityService*.java; #Never disable secure start-up when enabling an accessibility service if [ "$DOS_MICROG_INCLUDED" = "FULL" ]; then sed -i 's/GSETTINGS_PROVIDER = "com.google.settings";/GSETTINGS_PROVIDER = "com.google.oQuae4av";/' src/com/android/settings/backup/PrivacySettingsUtils.java; fi; #microG doesn't support Backup, hide the options diff --git a/Scripts/LineageOS-18.1/Rebrand.sh b/Scripts/LineageOS-18.1/Rebrand.sh index 02b96880..5f2b14f6 100644 --- a/Scripts/LineageOS-18.1/Rebrand.sh +++ b/Scripts/LineageOS-18.1/Rebrand.sh @@ -21,6 +21,7 @@ echo "Rebranding..."; enter "bootable/recovery"; +git revert --no-edit c4071b4f; #use standard animation awk -i inplace '!/DrawSurface\(logo.get\(\)/' recovery_ui/screen_ui.cpp; #Hide logo mogrify -format png -fill "#FF5722" -opaque "#167C80" -fuzz 10% res-*/images/*sel.png; #Recolor icons mogrify -format png -fill "#FF5722" -opaque "#7c4dff" -fuzz 10% res-*/images/ic_back_sel.png; diff --git a/Scripts/LineageOS-18.1/TODO b/Scripts/LineageOS-18.1/TODO new file mode 100644 index 00000000..040a01ba --- /dev/null +++ b/Scripts/LineageOS-18.1/TODO @@ -0,0 +1,3 @@ +- Fix PicoTTS inclusion +- Fix vintf in Android.bp deblobbing +- Fix signing on newer devices