I'm having trouble extracting the boot.img from payload.bin with payload_dumper in Python. See the error below. Anyone any tips or care to upload the boot.img?
Traceback (most recent call last):
File "payload_dumper.py", line 92, in <module>
dump_part(part)
File "payload_dumper.py", line 55, in dump_part
data = data_for_op(op)
File "payload_dumper.py", line 41, in data_for_op
data = dec.decompress(data)
_lzma.LZMAError: Input format not supported by decoder
NEVER MIND:
used Fastboot enhance instead and that worked well