Donations: https://paypal.me/piggz
Companion application for Huami Devices (such as Amazfit Bip, Cor, MiBand2/3 and GTS and GTS), Pinetime Infinitime and Bangle.js.
This application requires several supporting packages. Until Aug 2021, these were available on openrepos for the latest SailfishOS release. Updating these libs is a big pain, so they have now moved to SailfishOS::Chum. If you dont know what that is, read this https://build.merproject.org/project/show/sailfishos:chum:testing
To install Amazfish, first install the "chum" repository from the link above and "pkcon refresh" then install Amazfish.
I apologise about thie extra step, but it makes updates much easier. Pacakges in chum are automatically built for each SailfishOS release and instantly available. In the future, Amazfish may also be distributed this way, but for now, it can still be installed from here, for the current SailfishOS release.
If you already have Amazfish installed, and need to update, you will also need chum, but you may have to drop to a command line and "zypper dup" and accept and changes to the package vendor.
There are 3 tiers of supported devices:
These are devices I have, have tested and will try not to break any functioanlity for an include:
* Amazfit Bip
* Amazfit GTS
* Pinetime Infinitme
* Bangle.js
These are devices which are properly implemented in the application, but I do not have and are tested by the commuity, and include:
* Amazfit BipS
* Amazfit Bip Lite
I do not promise not to break funcaionality in these, but will fix where I can
These are devices which use a protocol that is close to another suppored device, and so is treated like that device. Your mileage may vary with these devices.
* MiBand 2/3/4
* AMzfit Cor
* Amazfit GTR
Amazfish needs to be built on OBS against a defined set of libraries. Becuase there is a delay between a Sailfish release and that release being available on OBS, there will be a delay to supporting the latest versions.
For releases of the current version built against other Sailfish releases, use the repositories at :
https://build.merproject.org/project/show/home:piggz:harbour-amazfish and
https://build.merproject.org/project/show/home:piggz:kf5
The new sport display feature requires the MapBox component. The easiest way to get this is by installing PureMaps from rinigus repository.
Powered by KEXI
As of version 0.5.1, actiivity data is retrieved into an sqlite database. Becuase I think it is important to allow individuals to be in control of their own data, and that they should have the ability to analyse it themsleves, I have chosen to store data in a KEXI compatible database. This will allow you to copy the database from the phone, and open it up inside KEXI on Linux/Windows/Mac and perform queries and reports on it. This added ability means i link to a couple of KDE libraries, which should be installed automatically.
Firmware Download - READ FIRST - I am not liable if you brick your watch ;)
Read this for info about which files to flash https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Firmware...
App has been tested using an amazfit bip and GTS, downloading the latest (0.1.1.45) official firmware.
The firmware is split into multiple files on these devices. With the official MiFit app, all are downloaded at once, and everything works fine. With this app, you have to send each file individually. The firmwares are available by extracting the MiFit apk, and looking in the assets/ folder for files named Mili_chaohu.*. When you select a file, its type and version will be determined, and you will be prevented from sending invalid files.
The firmware (.fw) requires a matching fotn (.ft) and resource (.res). Send the firmware first, the app will send a reboot command at the end of the transfer, and the watch will boot up into a mode where it needs the matching font and resource sent. Just wait for the app to connect again, then send the font and resource.
The following types of file exist:
firmware, resource, a-gps data, fonts
So, to re-iterate, the firmware flashing order is:
The newer devices (GTS, BipS etc) requires a server-side pairing key which requires inital pairing with an android device. To get the key, follow the instructions here and enter into Amzafish when prompted, WITHOUT 0x at the beginning.
See https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS
AGPS Download/Transfer
The official amazfit app can download and transfer the AGPS files to the watch automatically. The amazfit web site limits download of the files to those with accounts. A python script has been developped that can download the AGPS files, these can then be transferred to your phone, and downloaded to the watch using the normal "Download File" option.
Pairing Issues
Pairing works for myself, sometimes I have to try twice. If pairing doesnt work at all, then try:
Check if after all this, pairing works from the sailfish BT settings page. It should pair and connect just fine from there. f that doesnt work, my app wont either.
Not all features currently implemented
***May not work on all devices***
Uses Bluetooth Low Energy to communicate with the watch, this is known to be problematic on some devices. it is known to work on the Xiaomi Mido. Probably also works on the FP2. Official devices unknown.
Implemented
Todo
Tip:
On your device, create a symlink in /home/nemo to /home/nemo/.local/share/harbour-amazfish
This way, you can easilty copy the database off the phone using MTP.
Bip and GTS notify when the watch button is pressed. This is captured by amazfish which allows running actions on theses presses. An action can be ran on 2,3 or 4 presses. To confiure the actions, goto Settings > Application > Button Actions.
A custom script can be used, the script must be called harbour-amazfish-script.sh and be in the home folder. Example which sends a OTP code to the watch as a message:
#!/bin/sh if [ "$1" == "4" ]; then CODE=`python3 -c 'import pyotp;totp = pyotp.TOTP("XXXX Authenticator code here XXXX");print(totp.now())'` dbus-send --session --print-reply --dest=uk.co.piggz.amazfish /application uk.co.piggz.amazfish.sendAlert string:'' string:'Google OTP' string:$CODE boolean:true fi;
Source: https://github.com/piggz/harbour-amazfish
Credits to:
2.0.3
2.0.2 - Now for 4.1
2.0.0 (incl unreleased 1.9.9)
1.9.8
1.9.7
1.9.6
1.9.5 (includes unreleased changes for otehr distros)
1.9.0
1.8.7
1.8.6 (not release for sailfish)
1.8.5
1.8.2
1.8.1 - Includes 1.8.0 which was skipped
1.7.1
1.7.0
1.6.8
1.6.7
1.6.6.
1.6.5
1.6.1
1.6.0
1.5.6
1.5.5
1.5.1
1.5.0
1.4.5
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.9.2
Stop notification when call answered
Fix sending weather on interval
Add more languages for watch (only works if supported by FW)
0.9.1
Fixed crash for new users
Weather UI fixes
Whitelisted some more firmware
Translation updates
Bugfixes for daemon/ui split
0.9.0
***ONLY FOR SAILFISHOS >= 3.0.3***
Daemon/UI split
Reworked some pages to streamline them
0.8.9
Add buffer for 10 notifications when watch disconnected
0.8.8
Added deep sleep value to page
Save GPX files in data location not cache location
May install on SFOS 3.0.3 when available
0.8.7
New UI layout
Sleep statistics
0.8.5
Added step summary chart showing steps over previous 20 days from the selected day
Added auto-sync of activity data which occurs each hour
0.8.2
Fixed applying settings from the UI
0.8.1
Hopefully fixed crash introduced in 0.8.0
0.8.0
Major code restructure to better allow support for other devices (devs needed!)
Whitelist new Bip frmwares
Hopefully fixed GPS issue with new firmwares
0.7.5
Implemented sending weather
Fixed app displaying correct status when watch disconnects
Use correct icon for depecher
Fix layout of HR button
0.7.3
Updated translations
Fixed user profile settings page not opening
Comments
Stezkoy
Sat, 2020/02/29 - 19:15
Permalink
don't have a gts
piggz
Sat, 2020/02/29 - 19:27
Permalink
i mean gtr!
Stezkoy
Sat, 2020/02/29 - 20:16
Permalink
Amazfit GTR
DA:31:AA:XX:XX:47
alex000090
Sat, 2020/02/29 - 14:18
Permalink
Dear piggz, could you add sleep time interval when the phone don't send any notification to a clock?
piggz
Sat, 2020/02/29 - 14:20
Permalink
Yes, there is already an open issue for this
rdomschk
Sun, 2020/02/23 - 15:38
Permalink
Thank You very mutch for this genial app. I got a Amazfit GTS on my Birthday an could coupple it with this way. My question is if is possible to add an option to increase the font sizes in messages on the watch. In the androidapp it is adapted on the system fonts of android.
Now I have found a moded newest Firmware 0.0.8.46 mod (with Font 12) for the GTS from here: https://t.me/huamifw/303
But how can I send this to the watch? It are 3 files (fw, ft and res) Maybe I can only send the ft 0 font file. Could you sharing your knowledege with me please?
AlphaX2
Sat, 2020/02/22 - 20:26
Permalink
Do you mean this auth-key thing? Getting the key might be anoying, but not to hard. I have some problems with disconnecting and reconnecting, but the phone is just on the table and very near. These reconnects or the connection itself seems to drain the battery (on phone and GTS) a lot.
ahjolinna
Sat, 2020/02/22 - 06:26
Permalink
I just tried to connect GTS with my Xperia 10 and I noticed that when it tired to find/scan for the device your app didn't notice that bluetooth wasnt ON (yet) and just said after a while that couldn't fine the device. Maybe add a check if bluetooth has/hasn't been enabled
PS. I really hope the connecting process for GTS will someday become way easier than what it's now
jpn9s
Thu, 2020/02/20 - 13:26
Permalink
Shall it be possible to have an following some day: When watch is connected via bt to Sailfish phones, a silent mode is activated automatically?
AlphaX2
Mon, 2020/02/17 - 23:37
Permalink
Hi, I am really happy with my new Amazfit GTS that works well for now. Hope you keep up the great work, would be cool to see a watchface install option added. The two default faces of the GTS are okay, but not great. Thank you a lot.
piggz
Mon, 2020/02/17 - 23:44
Permalink
you could help by opening an issue on github, and if possible, gather the bluetooth snoop log from an android device as it sends a watchface to the device, this way, i have something to reverse engineer. Gadgetbridge does not yet support sending watchfaces to the GTS, so I dont have a reference implementation to work from
subeditor
Mon, 2020/02/17 - 17:45
Permalink
Any chance to pair with Huawei/Honor devices?
piggz
Mon, 2020/02/17 - 23:42
Permalink
ive no plans to, though i will always accept PRs if someone implements a new device.
erdzas
Thu, 2020/02/13 - 10:23
Permalink
Hi piggz,
I use Amasfish 1.1.1.1 on XA2 plus with the last os version, since few day.
I have noticed a large battery drain (my consumption has doubled), This is not the case with previous version of the app and miband 2.
And my watch loose 20% of battery per day.
jpn9s
Wed, 2020/02/12 - 08:34
Permalink
Since Feb 7th, thus the fifth day, Cor with XA2 SFOS 3.2.1.20 + Amazfish ver 1.1.1 has been working very flawlessy. Great! Thank you.
velemas
Tue, 2020/02/11 - 16:37
Permalink
Pairing with Amazfit Cor 2 (Amazfit Band 2) does not work in 1.1.1.
Caluna
Sat, 2020/02/08 - 23:09
Permalink
Hi did anyone test, if GTS support also ads suppor fot GTR?
ninepine
Sat, 2020/02/08 - 18:59
Permalink
Amazfit GTS
Hi @piggz Many thanks for the App and the work on the recent beta for GTS. Here are some comments / feedback. Not sure I have done everything right but hope these notes are helpful.
I’m running Amazfish 1.1.1-1 on Sony Xperia XA2 running Sailfish Nuuksio 3.2.1.20 connecting to Amazfit GTS with Firmware v0.0.8.37 (Have not attempted to flash any firmware files described as for Amazfit Bip). Watch firmware updated using Amazfit for Android on an Android phone to latest firmware (0.0.8.3)
Pairing. Have paired natively in Sailfish Settings – It is showing as Connected. No need to get key for pairing etc. In settings Debug info though the Connection State is :authfailed
App shows Battery level and Heartrate correctly and Bluetooth refreshes every few minutes to update. On Steps screen the current step count is captured and shown but sometime this is augmented temporarily by a factor of 10. There is a list of dates below the step count but this is not bound to the step count. Moving between dates shows the step count for the current date rather than changing for each day. There is no Data / graphs shown in any of the graph boxes but this is the first day connected. Sleep shows no data and is zero. Analysis screen shows no data.
Not sure is I should have flashed to BIP firmware or if the database is OK. No option to Download Data (greyed pulldown option).
Some clarification on whether to flash the Bip firmware for the GTS would be appreciated please.
Hope this is helpful. Best wishes,
Mike
piggz
Sat, 2020/02/08 - 19:23
Permalink
1. DO NOT flash a bip FW to a GTS
2. You definitiely need the pairing code and to pair through the app as described, its not enough to just "pair" it in jolla-settings, without that, the watch wont authenticate to the app.
ninepine
Sun, 2020/02/09 - 00:53
Permalink
@piggz Thanks for clarifying. Will pair through the app.
jpn9s
Sat, 2020/02/08 - 19:38
Permalink
Or multiplies with 10 (10x)the steps as mentioned earlier allready.
Funny, my Cor attached to Amafish counted steps earlier without any problem. After that yesterday-crisis due to the jump to Vers 1.1.0 / 1.1.1 my Amafish step counting went crazy. I have SFOS 3.2.1.0.20 in my XA2, too.
carmenfdezb
Sat, 2020/02/08 - 10:31
Permalink
This version fix bugs for amazfit bip? In v1.1 I can't send any file to my watch and it doesn't shows right values in steps.
carmenfdezb
Tue, 2020/02/11 - 00:51
Permalink
Ok, I've installed v1.1.1 and it only has bug about steps
jpn9s
Fri, 2020/02/07 - 21:32
Permalink
I read of Sailfish API Documentation. Unfortunately I do not have any skill for any adding. I'm sorry.
jpn9s
Sat, 2020/02/08 - 09:25
Permalink
Works now for Cor, too. Thank you very much. Va bene adesso.
jpn9s
Fri, 2020/02/07 - 17:52
Permalink
Mi scusi
. ☺ Bluetooth shows Amazfit Cor... But I do not understand what dialog? Cor is not shown in pairing options.
jpn9s
Fri, 2020/02/07 - 16:17
Permalink
Thus 1.1.0. Cor does not pair with app. App only shows 'Start service'. Nothing else.
piggz
Fri, 2020/02/07 - 17:38
Permalink
Can you give the name of the Cor as it appears in the sailfish settings dialog?
jpn9s
Fri, 2020/02/07 - 15:58
Permalink
Dear Piggz,
Good afternoon. My XA2 loaded 1.1.1 Amazfish. Noted that Amazfit Cor does not work anymore. Is it skipped out, isn't it? Thank you for your reply on this.
carmenfdezb
Thu, 2020/02/06 - 22:53
Permalink
Hi @piggz!
Since I've updated to v1.1 I have some issues:
1) Wrong value in steps: when I access to steps page, it always shows the value multiplied tenfold. For example, if steps value is 1000 in my amazfit bip, amazfish displays 10000. It only shows the right value when I synchronize data.
2) I can't install firmware, it always shows invalid file. However, I can install firmware with v0.9.2 (it fails in v1.0 too)
Pages