From 0b4578a3e51d05357d476918b2809a488468a5dc Mon Sep 17 00:00:00 2001 From: vexdevt Date: Sat, 11 May 2024 15:23:17 -0500 Subject: [PATCH] fixed the gyatt --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d40a71..696283b 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ bnyx can do basic stuff like : etc.. # how to extract your boot image? -Boot to recovery ( twrp, orangefox whatever ), Open terminal in the recovery and run the command : +- Boot to recovery ( twrp, orangefox whatever ), Open terminal in the recovery and run the command : ```dd if=/dev/block/bootdevice/by-name/boot of=/sdcard/boot.img``` -
for zone optional double a/b partition devices : -```dd if=/dev/block/bootdevice/by-name/boot_a of=/sdcard/boot.img``` +- for zone optional double a/b partition devices : +```dd if=/dev/block/bootdevice/by-name/boot_a of=/sdcard/boot.img```
+- now open bash and set ```BOOTIMG=/path/to/your/boot.img``` # how to use the damn program? drop your boot image to bnyx and it will extract the contents inside automatically for you
if you just want the cmdline or ramdisk, kernel etc... you can specify the arguments.