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.