Page 1 of 1

Amazfit BIP to BIP S json converter

Posted: 14 Aug 2020, 08:51
by 4timepi
Hi
I've made small app to convert json file from BIP to BIP S.
Tried it on few watchfaces. Feel free to try. If you notice problems please report it here.
.NET 4.5.2 required.

Using AmazfitBip, AmazfitBipS Tools, this and some batch commands it's possible to make full automated script to convert *.bin files from BIP to BIP S.

Re: Amazfit BIP to BIP S json converter

Posted: 14 Aug 2020, 09:42
by TXK
great job, thank~!

Re: Amazfit BIP to BIP S json converter

Posted: 14 Aug 2020, 09:51
by Lienarhba
Fantastic , great work keep it up .

Re: Amazfit BIP to BIP S json converter

Posted: 14 Aug 2020, 10:20
by GIK-Team
Moved to "Watchfaces Tools" ;)

Re: Amazfit BIP to BIP S json converter

Posted: 15 Aug 2020, 09:50
by Klabautermann
Nice work!
But does the BipS tool finally support the step progress linear-indicators and heartrate scale-indicators?

(i really want to integrate those graphical elements into my new watchface ideas, like in some BipS stock watchfaces from the app)

Re: Amazfit BIP to BIP S json converter

Posted: 12 Oct 2020, 11:52
by Nimre
I would like to ask help from you guys I just happen to buy a Chinese version of amazfit bip s maybe some can help me to convert it to English version

Re: Amazfit BIP to BIP S json converter

Posted: 29 Oct 2020, 15:46
by joab
thank´s for the converter tool. For some reason the numbers for battery, calories, steps and heartrate are not displayed. Any idea why?

Re: Amazfit BIP to BIP S json converter

Posted: 24 Jan 2021, 19:23
by WilomanCZ
Thank you very much, I was planning to do something similar because I was tired of rewriting it manually, but I didn't have the necessary knowledge and much time yet. Thank you very much, it works perfectly.

Re: Amazfit BIP to BIP S json converter

Posted: 23 Jun 2021, 16:19
by wolfgangv
The script shows an error in the dll.
Unexpected character encountered while parsing value: H. Path '', line 0, position 0.

Re: Amazfit BIP to BIP S json converter

Posted: 15 Nov 2021, 18:45
by Dark5375
joab wrote: 29 Oct 2020, 15:46
thank´s for the converter tool. For some reason the numbers for battery, calories, steps and heartrate are not displayed. Any idea why?
You will need to add some lines of code "Number": {

like this:

"Activity": {
"Steps": {
"Number": { <------- this
"TopLeftX": 62,
"TopLeftY": 148,
"BottomRightX": 45,
"BottomRightY": 26,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 11,
"ImagesCount": 10
}
},
"Pulse": {
"Number": { <------- this
"TopLeftX": 81,
"TopLeftY": 125,
"BottomRightX": 71,
"BottomRightY": 24,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 11,
"ImagesCount": 10
}
}

-

Posted: 17 Dec 2021, 08:24
by Aaronfet
I am new to this forum and was wondering if you could tell me what the HSBI Converter is and how you use it. I didn't see anything else on this forum. Thank you.

GWF