Page 7 of 7

py amazfit tool

Posted: 17 Aug 2019, 20:13
by afwafwafw
https://github.com/lolyinseo/py_amazfit ... ee/dev_gtr
https://github.com/ghtalpo/amazfit_verge_lite_tools

what is...
  • can pack/unpack .bin file for amazfit verge lite/gtr(original watchfaces)
what isn't...
  • 100% compatibility with amazfit_bip_tool
  • 100% compatibility with .json structures of bip
requirements
  • python3(tested on 3.7.4)
  • pillow(tested on 6.1.0)

Code: Select all

## usage
* for verge lite
  * see scripts folder
    * to unpack
      * python main.py WATCH_FACE_FILE.bin
    * to pack
      * python main.py WATCH_FACE_FILE.json
    * to convert from extracted GTR watchface(experimental BIP support also)
      * python convert.py EXTRACTED_WATCH_FACE_FOLDER
  * for windows users(experimental) : USE AT YOUR OWN RISK
    * copy & unzip amazfit_verge_lite_tools_WIN32.zip from release/win32
      * to pack
        * drag & drop WATCH_FACE_FILE.json into main/main.exe
      * to unpack
        * drag & drop WATCH_FACE_FILE.bin into main/main.exe
      * to convert from extracted GTR watchface(experimental BIP support also)
        * drag & drop EXTRACTED_WATCH_FACE_FOLDER into convert/convert.exe
* for GTR
  * to unpack
    * python main.py --gtr WATCH_FACE_FILE.bin
  * to pack
    * python main.py --gtr WATCH_FACE_FILE.json
  * for windows users(experimental) : USE AT YOUR OWN RISK
    * copy & unzip amazfit_gtr_tools_WIN32.7z from release/win32
      * to pack
        * drag & drop WATCH_FACE_FILE.json into main_gtr/main.exe
      * to unpack
        * drag & drop WATCH_FACE_FILE.bin into main_gtr/main.exe
It's a python port of Валерий Миронов's AmazfitBipTools(v.1.0.3.1) with some hacks.

Have a fun and feel free to give me some feeback.

Re: py amazfit tool

Posted: 17 Jun 2024, 02:58
by asoo
lobianco wrote: 16 Jun 2024, 19:43
Spoiler
lobianco wrote: 15 Jun 2024, 22:13
asoo wrote: 15 Jun 2024, 14:31
Spoiler

This is a tool used to pack and unpack and edit watch faces that use ZeppOS as the operating system, which GTRmini is one of them.
viewtopic.php?p=11643#p11643

PS. The format of the watch face using zeppOS will be .zip.

Thanks
Hi asoo,
I used the wonderful Watch Face Editor program (ZeppOS), as you indicated, from SashaCX75, I made a watchface for the GTRmini, it generated a .zip file, how do I install this watchface on the watch?
[/quote]

You can UPLOAD your watch face to the web with your ID and install it through the AmazFaces app.
viewforum.php?f=23


OR please see instructions from the link below for other way.
viewtopic.php?p=17161#p17161

Re: py amazfit tool

Posted: 17 Jun 2024, 20:53
by lobianco
Hi, asoo
I did everything, turned it into zpk, created QR Code, and nothing worked, several and several attempts, finally, I took the zip created with the @SashaCX75 program, put it on the smartphone, with the file manager, told it to open with the app Amazfaces, it installed without problems.
Thank you very much for your information, good will, I learned a lot.