From 29a0513b174a4cb9816b9196904f55a685e0ce8e Mon Sep 17 00:00:00 2001 From: Pierre-Hugues HUSSON Date: Sun, 30 Jun 2024 14:06:22 +0000 Subject: [PATCH] patch: script2: Added new fastbootd patch for a55x. Signed-off-by: Carlo Dandan --- script2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script2.sh b/script2.sh index 6348481..0ed7b2f 100644 --- a/script2.sh +++ b/script2.sh @@ -20,6 +20,7 @@ cd unpack ../magiskboot hexpatch system/bin/recovery 9ef0f4ec28b1701c 9ef0f4ec28b9701c ../magiskboot hexpatch system/bin/recovery 9ef00ced28b1701c 9ef00ced28b9701c ../magiskboot hexpatch system/bin/recovery 2001597ae0000054 2001597ae1000054 # ccmp w9, w25, #0, eq ; b.e #0x20 ===> b.ne #0x20 +../magiskboot hexpatch system/bin/recovery 2001597ac0000054 2001597ac1000054 ../magiskboot cpio vendor_ramdisk_recovery.cpio 'add 0755 system/bin/recovery system/bin/recovery' ../magiskboot repack ../vendor_boot.img new-boot.img cp new-boot.img ../vendor_boot-patched.img