Página 1 de 1

bin extractor errors with Fatal|System.ArgumentException

Publicado: 14 May 2019, 20:20
por bastens_com
I am attempting to edit an existing watch face. I started with trying to extract the the bin file using Amazfit Tools WatchFace.exe (dragging the bin file on the executable) but I get an error:

Trace|6 'Weather'
Trace|6.1 'WeatherIcon'
Fatal|System.ArgumentException: Parameter 2 isn't supported for WeatherIcon
at WatchFace.Parser.Utils.ParametersConverter.Parse[T](List`1 descriptor, String path)
at WatchFace.Program.ParseResources(Reader reader)

What am I doing wrong?

Re: bin extractor errors with Fatal|System.ArgumentException

Publicado: 15 May 2019, 04:08
por ebs
You may not be doing anything wrong.
Can you provide (or tell me where to download) the watchface bin file?
If so, I will try to extract it and see what happens.

Regards,
Eric

Re: bin extractor errors with Fatal|System.ArgumentException

Publicado: 15 May 2019, 13:21
por bastens_com
Thank you for your reply and for your time. I tried this on two with the same results:

amazfitwatchfaces ... /bip/view/7825 (Seiko G757 v7 12h with 24 Dual Time Zones)
amazfitwatchfaces ... /bip/view/3644 (Falcon Heavy V2 ENG)

Cheers,
Pat

Re: bin extractor errors with Fatal|System.ArgumentException

Publicado: 16 May 2019, 08:50
por TXK
Download the latest version of unpacking software:
https://bitbucket.org/valeronm/amazfitb ... downloads/

Re: bin extractor errors with Fatal|System.ArgumentException

Publicado: 16 May 2019, 22:40
por ebs
Hi Pat,

I used the latest version of Amazfit BIP tools (AmazfitBipTools-1.0.3.1.7z) and both of the watchfaces you listed extracted without problems. If you aren't using the latest version, give that a try.

Regards,
Eric

Re: bin extractor errors with Fatal|System.ArgumentException

Publicado: 17 May 2019, 13:29
por bastens_com
Oh my it was that simple, it worked as it should.

Thank you!