fixed the gyatt
This commit is contained in:
parent
c3098771c2
commit
0b4578a3e5
|
@ -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```
|
||||
<br> 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``` <br>
|
||||
- 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 <br>
|
||||
if you just want the cmdline or ramdisk, kernel etc... you can specify the arguments.
|
||||
|
|
Loading…
Reference in New Issue