ghtalpo / py_amazfit_tools

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

Amazfit Rainbow #22

Closed Horatius80 closed 3 years ago

Horatius80 commented 4 years ago

Hi ghtalpo,

I tried two of Your branches (master, gtr) but I am not able to decompile correctly the Amazfit Rainbow Watchface i got this log (log is generated with master version) Amazfit_RainbowCircle.log

I am using Python 3.8 x64 and latest Pillow 7.0.0 thanx for help

Best regards Horatius80

Horatius80 commented 4 years ago

And when i try to use win32 release i got this log Amazfit_RainbowCircle(win32-main.exe).log

kampanita commented 4 years ago

I used SashaCX75's tool ( with or without python ) and it's able to decompile and recompile it again. When decompiled : [Amazfit_RainbowCircle.log]

i get this .json file (https://github.com/ghtalpo/py_amazfit_tools/files/4069782/Amazfit_RainbowCircle.log)

but when trying to recompile again, some of the new parameters like "goal2" dissappeared from .json file when processed ( i think that sashaCX75's implementation of python code does the trick, when does not recognize something, it clears before trying to pack it ) as you can see at this other log ( repacking )

Amazfit_RainbowCircle(1)_packed.log

ghtalpo commented 4 years ago

Hi ghtalpo,

I tried two of Your branches (master, gtr) but I am not able to decompile correctly the Amazfit Rainbow Watchface i got this log (log is generated with master version) Amazfit_RainbowCircle.log

I am using Python 3.8 x64 and latest Pillow 7.0.0 thanx for help

Best regards Horatius80

can you provide me a link for the WF?

kampanita commented 4 years ago

Hi, this is the link https://amazfitwatchfaces.com/gtr/view/2876

Horatius80 commented 4 years ago

Here is the original from Amazfit aplication (compressed) Amazfit_RainbowCircle.zip

ghtalpo commented 3 years ago

fixed in latest commit