You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a OnePlus user and I want to extract a full OTA, I've got the same problem as #4 saying its delta payload. I only want to exact the init_boot.img file for rooting, so even if the python version cannot exact all the files, it works fine for me, but this program won't exact anything. I'm here to ask if this program could add the feature of extracting part of the imgs even it cannot exact all.
Here is the exception the python version payload_dumper get:
Processing vendor partition......................................................................Traceback (most recent call last):
File "D:\misc\3139a5770e414640ad62f5406b5b9e26\payload_dumper-master\payload_dumper.py", line 157, in <module>
dump_part(part)
File "D:\misc\3139a5770e414640ad62f5406b5b9e26\payload_dumper-master\payload_dumper.py", line 109, in dump_part
data = data_for_op(op,out_file,old_file)
File "D:\misc\3139a5770e414640ad62f5406b5b9e26\payload_dumper-master\payload_dumper.py", line 44, in data_for_op
data = dec.decompress(data)
_lzma.LZMAError: Input format not supported by decoder
The text was updated successfully, but these errors were encountered:
I'm a OnePlus user and I want to extract a full OTA, I've got the same problem as #4 saying its delta payload. I only want to exact the
init_boot.img
file for rooting, so even if the python version cannot exact all the files, it works fine for me, but this program won't exact anything. I'm here to ask if this program could add the feature of extracting part of the imgs even it cannot exact all.Here is the information about the OTA:
You can get it from
https://gauss-componentotacostmanual-cn.allawnfs.com/remove-a013fbdf98c074dedba31969fe467624/component-ota/23/10/23/3139a5770e414640ad62f5406b5b9e26.zip
https://gauss-compotacostauto-cn.allawnfs.com/remove-a013fbdf98c074dedba31969fe467624/component-ota/23/10/23/3139a5770e414640ad62f5406b5b9e26.zip
https://gauss-otacostmanual-cn.allawnfs.com/remove-a013fbdf98c074dedba31969fe467624/component-ota/23/10/23/3139a5770e414640ad62f5406b5b9e26.zip
https://componentota-manual-cn.allawnfs.com/component-ota/23/10/23/3139a5770e414640ad62f5406b5b9e26.zip
Here is the exception the python version payload_dumper get:
The text was updated successfully, but these errors were encountered: