AndroidDumps / dumpyara

Generate a dump from an archive or image(s)
144 stars 113 forks source link

No system/vendor/product build*.prop found, pushing cancelled. #64

Closed naden01 closed 2 months ago

naden01 commented 2 months ago

No system/vendor/product build*.prop found, pushing cancelled.

how to fix it?

richardqcarvalho commented 2 months ago

It probably means you have a splitted super image inside file you're using or directory you're selecting. I suggest you to extract file (if you're using one), use simg2img to merge all super image parts in one and use lpunpack to extract all images inside it. Then having all these images, dumpyara will use it properly without this problem you had.

naden01 commented 2 months ago

ok i will try it