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
Mariusmssj
Sun, 2019/06/16 - 22:10
Permalink
Ahh I see, by restarting the daemon you mean just stop the service and start it again from the app?
piggz
Mon, 2019/06/17 - 00:24
Permalink
I should maybe point out that installing a new version currently doesnt restart the service, so, you should do it manually after an update for the update to take effect!
seiichiro0185
Mon, 2019/06/17 - 06:57
Permalink
@Mariusmssj: Yes, i simply stopped and started the service from the settings page, after that Weather started working on the watch.
@piggz: In my case there was no update involved. Its a new install of 0.9.2, since I just got the Bip last friday.
Mariusmssj
Mon, 2019/06/17 - 11:10
Permalink
Did you have to pair the phone again? For me after stoping and starting the service it would not connect back to the phone and I had to go through the paring process again.
seiichiro0185
Mon, 2019/06/17 - 11:22
Permalink
It didn't connect by itself, but using the "Connect to Watch" (don't know exact wording here in English, my Phone is in German) entry in the Pulley Menu was enough, I didn't have to do the pairing again. Maybe it would have reconnected by itself after some time, didn't try that.
Termitebug
Fri, 2019/06/07 - 04:21
Permalink
Can't install Amazfish to latest Hossa. Jolla is missing from 3.0.3.10 Sony-nile repository alienaudioservice package required by Amazfish .rpm
D_R
Fri, 2019/06/07 - 08:31
Permalink
I'll get always no data to transfer popup and no data in the charts.... I get only the actual value for steps. On the side with the 3 charts I get no data to transfer popup always...
zepher
Wed, 2019/06/05 - 11:11
Permalink
I am having a similar issue as D_R, the first time I connected it did update data but since that time additional days are shown mostly as blank (no data) and for one day the plots just look strange, heart rate is shown as a broad line. There are no reported errors on data transfer and phone <--> watch comms seem fine in the debug menu. I am on firmware 0.1.1.4.5
piggz
Thu, 2019/06/06 - 21:50
Permalink
The graphs work, its just not auto-downloading the data, you have to keep manually downloading until there is no data left
zepher
Mon, 2019/06/10 - 17:02
Permalink
Ah, I see. can get data now. it seems to only get heart rate for a couple of days in the last few weeks, perhaps I have set up something wrong with the heart rate recording interval. thanks for all your work on this app!
D_R
Tue, 2019/06/04 - 08:29
Permalink
I downgraded to firmware 1.1.5.12. Same behaviour : pairing and connecting is okay but the values are not shown in the charts. It seems that nothing is written or read from to the database...
BonoNL
Mon, 2019/06/03 - 23:15
Permalink
For the right apk:
https://www.apkmirror.com/apk/anhui-huami-information-technology-co-ltd/...
This is the last APK with these three packages:
I just donated, keep up the good work Adam!
MartiMasa
Sun, 2019/06/02 - 10:22
Permalink
Hi, I think I have the same issue as D_R. The watch connects, notifications, battery status, pulse as well as step-counts are working fine. However, no data and no curves are shown in the app. When trying to receive the data from connected watch „No data to transfer” is displayed. My firmware is 1.1.2.05 but I'll try to update. How to fix the data transfer?
D_R
Sun, 2019/05/26 - 15:23
Permalink
Hallo Piggz,
thank you for that great app!!!
The connection problem is gone with the last update of Amazfish. But since the last Sailfish update I have no curves in the charts. How can I debug it or solve that problem?
My firmware is 1.1.5.16 on Amzfit Bip
and the kdb lib was installed by zypper...
Mariusmssj
Fri, 2019/05/24 - 10:12
Permalink
Hello piggz, just wanted to say you are doing a great work to provide us this app :) I plan to get an Amazfit Bip but I wanted to ask if it supports Calendar Alerts?
Thank you :)
zepher
Wed, 2019/05/22 - 01:29
Permalink
Thanks so much 0.9.1 works for me too. I just had to remove the pairing and repair so that it would authenticate.
zepher
Tue, 2019/05/21 - 11:02
Permalink
Same here, I had set the location details before trying to connect.
piggz
Tue, 2019/05/21 - 22:38
Permalink
Please try 0.9.1
zepher
Mon, 2019/05/20 - 15:54
Permalink
I had the same journalctl output as jojonintendo. It's the first time I've paired.
piggz
Mon, 2019/05/20 - 15:57
Permalink
Its a little odd ... i just wiped config/unpaired my watch, and it doesnt crash! .. I'll keep digging though!
piggz
Mon, 2019/05/20 - 16:00
Permalink
Oh, i think I found it! I only wiped my device config, not the full config. The next stage of the loading is the weather, so I guess it crashes as no location is set. An easy fix!
jojonintendo
Tue, 2019/05/21 - 10:19
Permalink
Nice! I'll try the new version as it comes out and report back.
Edit: what I mean is that I've already tried to set the location before pairing, and also configuring everything else like the name, height, etc. But it still won't connect.
piggz
Tue, 2019/05/21 - 22:38
Permalink
Please try 0.9.1
jojonintendo
Wed, 2019/05/22 - 00:32
Permalink
Working perfectly fine now, thank you very much for your fast fix!
zepher
Sun, 2019/05/19 - 09:49
Permalink
Sorry, I won't be available for a few days but can run a debug command and post the output if that helps.
piggz
Sun, 2019/05/19 - 15:09
Permalink
can you get the output of:
systemctl --user start harbour-amazfish
systemctl --user status harbour-amazfish
(as root) journalctl | grep amazfish
jojonintendo
Sun, 2019/05/19 - 16:37
Permalink
Not to hijack, but I can give my output:
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - Starting amazfish daemon
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - BluezAdapter::BluezAdapter
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - amazfish-daemon: succesfully registered to dbus sessionBus
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - Registered notifications listener for device
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - DeviceFactory::createDevice: requested device of type: ""
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - DeviceFactory::createDevice: no suitable devices found, creating a Bip device as default
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - BluezAdapter::setAdapterPath: "/org/bluez/hci0"
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - DRIVERS: ("org.kde.kdb.sqlite")
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - KDbConnection object created.
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - KDbConnection::connect() OK.
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - ("mi_band_activity", "sports_data")
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - VoiceCallsChanged
May 19 15:29:16 Sailfish harbour-amazfishd[11789]: [D] unknown:0 - ActiveVoiceCallChanged
May 19 15:29:16 Sailfish systemd[3261]: harbour-amazfish.service: Main process exited, code=killed, status=11/SEGV
May 19 15:29:16 Sailfish systemd[3261]: harbour-amazfish.service: Unit entered failed state.
May 19 15:29:16 Sailfish systemd[3261]: harbour-amazfish.service: Failed with result 'signal'.
May 19 15:29:21 Sailfish systemd[3261]: harbour-amazfish.service: Service hold-off time over, scheduling restart.
May 19 15:29:21 Sailfish systemd[3261]: harbour-amazfish.service: Start request repeated too quickly.
May 19 15:29:21 Sailfish systemd[3261]: harbour-amazfish.service: Unit entered failed state.
May 19 15:29:21 Sailfish systemd[3261]: harbour-amazfish.service: Failed with result 'start-limit'.
piggz
Sun, 2019/05/19 - 16:52
Permalink
Ah, Ok, its crashing for you....did you previously have a device paired with an older version, or is this your first time?
jojonintendo
Mon, 2019/05/20 - 00:05
Permalink
I had the same device paired, with same firmware as before. Pairing seems to work on bluetooth settings of the phone though, but Amazfish can't connect to it. I had to reset the phone due to other issues, but the watch is unchanged.
zepher
Sat, 2019/05/18 - 17:46
Permalink
Thanks for the update. I am also having difficulty getting the Amazfish service to start. I have paired with Sailfish BT setting successfully but the app doesn't seem to sync/download. It also doesn't show any debug info. I can properly see the BT connect icon on my watch. I have tried all steps suggested for connecting.
If I try pairing from Amazfish, it shows the BT ID but doesn't seem to complete despite there being a connection shown on the watch.
FW 0.1.1.45, Sailfish 3.0.3.9
Pages