diff --git a/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch b/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch index 9b29ccca..1dd36997 100644 --- a/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch +++ b/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch @@ -57,7 +57,7 @@ index 5797aa01bfc0..cd3e8b391982 100644 diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java -index 1eba4cc4d16a..d267e40cfce7 100644 +index 597860087158..abcfcd616dd8 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java @@ -186,6 +186,8 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, @@ -119,7 +119,7 @@ index 1eba4cc4d16a..d267e40cfce7 100644 /** * Let's us know when the device is waking up. */ -@@ -1587,6 +1611,10 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, +@@ -1589,6 +1613,10 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, if (DEBUG) Log.d(TAG, "doKeyguard: showing the lock screen"); showLocked(options); @@ -130,7 +130,7 @@ index 1eba4cc4d16a..d267e40cfce7 100644 } private void lockProfile(int userId) { -@@ -1786,6 +1814,12 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, +@@ -1791,6 +1819,12 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, } } } @@ -143,7 +143,7 @@ index 1eba4cc4d16a..d267e40cfce7 100644 } } }; -@@ -2367,6 +2401,7 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, +@@ -2373,6 +2407,7 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, mHideAnimationRun = false; adjustStatusBarLocked(); sendUserPresentBroadcast(); diff --git a/Scripts/Common/Deblob.sh b/Scripts/Common/Deblob.sh index 6c7efe30..c9893284 100644 --- a/Scripts/Common/Deblob.sh +++ b/Scripts/Common/Deblob.sh @@ -854,6 +854,7 @@ deblobVendorBp() { #TODO make this work for more then these two blobs #Credit: https://stackoverflow.com/a/26053127 sed -i ':a;N;s/\n/&/3;Ta;/manifest_android.hardware.drm@1.*-service.widevine.xml/!{P;D};:b;N;s/\n/&/8;Tb;d' "$bpfile"; + sed -i ':a;N;s/\n/&/3;Ta;/manifest_vendor.xiaomi.hardware.mlipay.xml/!{P;D};:b;N;s/\n/&/8;Tb;d' "$bpfile"; sed -i ':a;N;s/\n/&/3;Ta;/vendor.qti.hardware.radio.atcmdfwd@1.0.xml/!{P;D};:b;N;s/\n/&/8;Tb;d' "$bpfile"; } export -f deblobVendorBp;