Small changes

This commit is contained in:
Tad 2021-03-29 17:09:12 -04:00
parent 9c70bfc6a3
commit 398f663e47
5 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0e3eaae50ed6f26731f6d6f82d2ea825774736e8
Subproject commit c1946bede3f47cc38c1f6bd3ed464fc3d3887e79

View File

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

View File

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

View File

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

View File

@ -0,0 +1,3 @@
- Fix PicoTTS inclusion
- Fix vintf in Android.bp deblobbing
- Fix signing on newer devices