Danny Kohler
Danny Kohler
(Forgotten vbmeta.img in the previous post) 
It seems the Windows version hasn't the pipe problem, but cannot read a file that must be created by the script : 
[images.zip](https://github.com/bkerler/android_universal/files/6807514/images.zip) Thank you ! If the problem really originates from unpacking initfs, the broken pipe might be linked since it's exactly at the same place ( p.stdin.write(rdcpio) ) : 
Maybe it's because the Android phone is A/B device. (Fairphone 3) Inside makeramdisk.py : The script is writing hdrsize if the header version is superior than 0 :  But...
I have managed to modifiy the program in order to complete the process. First, according to bootimg.h, I have modified this part of makeramdisk.py :  I have changed the...
 I presume the difference between the two mods (0750 vs 0755) is normal. I will adapt the script to patch this init@0755 because it seems the A/B devices have...
In fact, it seems the kernel doesn't load the ramdisk at all. (I have tried boot_a and boot_b)  I think it is linked to the boot method in some...