tamsanh / amazfitbiptools-mac

Forked from valeronm / amazfitbiptools, with an additional script to make it work on mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazfit Bip Tools

Mac Compatible

Watch the Video Version: How To Make/Edit/Install Amazfit Bip WatchFaces on Mac and iOS

This package allows you to run valeronn's Amazfit Bip Tools on a Mac.

The decompiled images and json file can be used with this Online WatchFace Editor in order to create your custom watch face.

Install

Requirements: Brew must be installed before this can be used. Install brew by following the instructions at: https://brew.sh/

  1. Clone this repository with git clone git@github.com:tamsanh/amazfitbiptools-mac.git.
  2. Enter into the directory with cd amazfitbiptools-mac.
  3. Execute the ./run.sh to install and use.

After installation, you can simply run ./run.sh to execute the WatchFace.exe file on your Mac.

Usage

./run.sh

Decompiling a bin file.

./run.sh example/3472.bin

This will extract your bin file into the images and json file that you can upload to the Online WatchFace Editor. The online editor will allow you to move and place your image files with a live preview of your changes.

When you are finished placing the images, save the json output visible on the EDIT tab in the same folder as your image files.

Compiling a json file.

./run.sh example/3472/3472.json

This will generate a .bin file from the .json data which can be installed into a bip.

Installing to bip

iOS

  1. Download the AmazTools app on your iOS device.
  2. Open your Mi Fit app and let it run in the background
  3. Open your AmazTools app and set it up to connect it to the Bip.
  4. Ctrl-Click your new .bin file on your mac
  5. AirDrop the .bin file to your iOS device
  6. On the iOS, open the .bin file with AmazTools.
  7. Click Install to install it to your watch.

If AmazTools indicates a developer error, make sure your Mi Fit app is running in the background.

About

Forked from valeronm / amazfitbiptools, with an additional script to make it work on mac.


Languages

Language:C# 99.6%Language:Shell 0.4%