Skip to content

Commit 2e47a0a

Browse files
committed
TEST7
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
1 parent 1c1cbe7 commit 2e47a0a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

script2.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
mkdir unpack
44
cd unpack
55
../magiskboot unpack ../vendor_boot.img
6-
ls
7-
mv vendor_ramdisk_recovery.cpio vendor_ramdisk_recovery.cpio.lz4
8-
ls
9-
lz4 -d vendor_ramdisk_recovery.cpio.lz4
6+
lz4 -d vendor_ramdisk_recovery.cpio
107
ls
118
cpio -idmv < vendor_ramdisk_recovery.cpio
12-
ls
139
# Reverse fastbootd ENG mode check
1410
../magiskboot hexpatch system/bin/recovery e10313aaf40300aa6ecc009420010034 e10313aaf40300aa6ecc0094 # 20 01 00 35
1511
../magiskboot hexpatch system/bin/recovery eec3009420010034 eec3009420010035

0 commit comments

Comments
 (0)