ghtalpo / py_amazfit_tools

pack/unpack .bin for amazfit verge lite/gtr/gts
55 stars 53 forks source link

cant unpack verge lite wf #3

Closed ashtroy closed 5 years ago

ashtroy commented 5 years ago

cant unpack virge lite wf https://amazfitwatchfaces.com/verge-lite/view/139

end of log:

2019-08-28 20:29:54,532 - root - ERROR - Traceback (most recent call last): File "D:\py_amazfit_tools-master\py_amazfit_tools-master\program.py", line 86, in readWatchFace reader.read() File "D:\py_amazfit_tools-master\py_amazfit_tools-master\watchFaceParser\reader.py", line 42, in read self._resources = Reader(self._stream).read(imagesCount) File "D:\py_amazfit_tools-master\py_amazfit_tools-master\resources\reader.py", line 38, in read bitmap = Reader(self._stream).read() File "D:\py_amazfit_tools-master\py_amazfit_tools-master\resources\image\reader.py", line 25, in read assert(False) # not implemented AssertionError

ghtalpo commented 5 years ago

which tool did you use for packing?

it has broken image header in it.

ashtroy commented 5 years ago

I don’t know which tool they use, I just want to edit wf for myself

ghtalpo commented 5 years ago

my tools is intended for pack/unpacking official wf.

wf that you've mentioned seems not correct .bin file.

to short, I cannot unpack yours. sorry.