xpirt / img2sdat

Convert sparse EXT4 image to sparse Android data image
MIT License
153 stars 98 forks source link

Problem with common #7

Closed Aleonair closed 7 years ago

Aleonair commented 7 years ago

Ubuntu 16.04 LTS, all software installed. alex_mercer@MacBookPro:~/UNPACK/AKITCHEN$ ./img2sdat.py system_sparse.img Traceback (most recent call last): File "./img2sdat.py", line 10, in <module> import common, blockimgdiff, sparse_img ImportError: No module named common alex_mercer@MacBookPro:~/UNPACK/AKITCHEN$

xpirt commented 7 years ago

do you have the common.py file within the same folder?

Aleonair commented 7 years ago

No, on XDA was not written about it. So, it must be there?

xpirt commented 7 years ago

the img2sdat.py needs all the files present in this repository :)

Aleonair commented 7 years ago

Thank you, now it is perfectly working) Closed