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
marxistavegana
Mon, 2018/11/26 - 14:24
Permalink
It is giving me a segfault on sfos3.
piggz
Mon, 2018/11/26 - 21:45
Permalink
Are you doing anything specific to cause the crash or does it happen on startup?
Its working for me, but I didnt do a clean run, ie, with no pairing. I will check that. there were a lot of changes in 0.8.0 so i potentially missed something.
Can you post logs from running in a console to github?
cartron
Mon, 2018/11/26 - 17:31
Permalink
Hi, on which device? I upgraded my Xperia X yesterday to 0.8.0-1, and it works perfectly. Haven't tried yet running to see whether GPX files are OK now, but the rest works fine
cartron
Sun, 2018/11/25 - 23:15
Permalink
One cool feature I am missing from Rockpool/Pebble: the ability to select which applications can send notifications to the watch.
e.g. having Spotify sending me a notification on my wrist every time the song changes, is a bit annoying! ;)
cartron
Sun, 2018/11/25 - 22:55
Permalink
Hi @piggz, thanks for Amazfish, it works like a charm for connection with my Amazfit Bip - which I bought just because you created this software for SailfishOS :)
I was about to tell you that I had issues with the GPX from the first run I did with the Amazfit today - completely wrong, 25KM instead of the 11K I did - the overall trace is fine, but the GPX starting point is like 10 KM away from my real starting point.
I saw that you released version 0.8.0-1 today, I will update and will try it with my next run to see.
Thanks again!
Nico
piggz
Sun, 2018/11/25 - 23:11
Permalink
Thanks, let me know if it works. Ive heard from someone else that it does.
cartron
Mon, 2018/11/26 - 11:43
Permalink
will try tomorrow! :)
anyway to try again downloading from the watch? I removed the .gpx file in ~/Laufhelden, but it seems there's a cache somewhere, as Amazfish tells me there's no more run to download
cartron
Thu, 2018/11/29 - 00:57
Permalink
@piggz i confirm GPX file is no longer corrupted, thanks!
rsw75
Thu, 2018/11/22 - 19:06
Permalink
No new features that I've seen, and the one unofficial set of release notes I saw just said 'bug fixes'. I've recorded a couple more workouts to play with this evening. Will updatel later
rsw75
Mon, 2018/11/19 - 19:30
Permalink
Possibly co-incidentally but my two runs after amazfit bip had firmware update to 1.1.5.04 have had the gpx files corrupt in the same style. Run shows going due North, then due East for about the total distance run. The route run is then captured at this mystery location. I can edit the gpx file to get rid of the extra straight lines, but the run remains in the wrong location. Any ideas?
piggz
Mon, 2018/11/19 - 22:04
Permalink
interesting, i can see how that can happen, not helped by the way the damn bip sends its data. the way the datastream works is to send an initial location/time, and all points after that are sent as offsets from the previous point. so, if the first point is wrong, they all will be.
is it wrong by location and time, or just location?
im running 1.1.1.0.0 and used the gps this weekend and it was fine. perhaps they changed something. please test more and raise an issue on github. any other new features?
klampfenfreak
Thu, 2018/11/15 - 01:06
Permalink
Hi, thank you, piggz! Can't import any .kexi file under Arch distribution. Downloaded all related packages. But something is still missing, error shows no details at all. I will give it a try under Linux Mint next days. btw. works nice under Gemini PDA X27
piggz
Thu, 2018/11/15 - 01:16
Permalink
Maybe you hit this bug https://bugs.kde.org/show_bug.cgi?id=396999
codeandcreate
Mon, 2018/11/12 - 16:19
Permalink
You should mention, that it works nicely with Jolla C...
Thanks a lot for this app!
klampfenfreak
Sat, 2018/11/10 - 20:00
Permalink
Hi all,
I installed Kexi under Arch Linux. But get Import error, wrong kexi format?
piggz
Sat, 2018/11/10 - 20:15
Permalink
Can you double check that you can open other kexi databases? Should be able to find one online. Make sure all the kexi drivers are installed. failing that, you can send me the db to check it?
stevexley
Tue, 2018/10/23 - 07:27
Permalink
Thanks for the app and the ongoing improvements. I've noticed lately that my Xperia X keeps putting the app to sleep so I don't get notifications. Is there a simple way to prevent this?
rsw75
Sun, 2018/10/21 - 09:38
Permalink
Great app, thank you.
I've only just twigged that workouts recorded on my Bip when downloaded with Amazfish appear in Laufhelden ready for sync to Strava. An instance of the solution to a problem being easier on Sailfish than either Android or iOS.
piggz
Sun, 2018/10/21 - 12:12
Permalink
yes....i wronte strava support for Laufhelden, and didnt see a need to copy the code into Amazfish.
pjr
Wed, 2018/10/03 - 08:20
Permalink
Just updated my bip firmware(to 1.1.2.05) with Amazfish and it did work!
The sleep tracking would be nice feature.
Where can I buy some beer for this project?
piggz
Wed, 2018/10/03 - 09:10
Permalink
Also, thanks for being happy with it. Sleep willl probably be in next+1, and, I rolled back from fw 1.1.2 because it seemed horribly broken, i couldnt use the on screen button when starting a ride for example. Previous fw was fine.
piggz
Wed, 2018/10/03 - 09:06
Permalink
There is the `donate` button in settings ;)
elio88
Tue, 2018/10/02 - 18:58
Permalink
Hi! In some cases the bluetooth connection between the Cor and Xperia X goes down after few minutes with no possibities of a new connection and the only solution is to pair again the devices
piggz
Wed, 2018/10/03 - 09:07
Permalink
While i cant debug or suport issues with Cor as I dont have one, the next release, which probably wont have any new features, is a hugew refactoring to better enable more devices to be supported. You just need a dev to step up and write that support.
R1v3r
Fri, 2018/08/31 - 14:26
Permalink
Propably few stupid questions. So I have been thinking to buy one Bip, but few concerns. So does all notification (e.g. whatsapp, messages, call) work in this watch?
And is there APP for the watch, that it can be used as normal swimcounter? :D (so is there any APPs possible to install?)
piggz
Fri, 2018/08/31 - 17:53
Permalink
Notifications: yes
The bip does not support apps, you are limited to whats in the firmware. Is it even waterproof for swimming? Ivbe got mine wet, but not sure on the rating.
R1v3r
Wed, 2018/09/05 - 21:39
Permalink
Hello. Do you have some forum to send questions/request if possible?
Your app seems to be fine, but is there possible to add watch to vibrate when connected and disconnected?
Easily to recognize if phone is out of reach :)
piggz
Wed, 2018/09/05 - 21:41
Permalink
the link is in the details ;)
btw ... already app sends message to watch on connect .... not sure how disconnect would work
R1v3r
Thu, 2018/09/06 - 21:35
Permalink
Thanks for fast answer, as always :)
you mean this github address?
And for disconnecting message seems working on android at least :)
R1v3r
Fri, 2018/08/31 - 21:07
Permalink
Ok. not sure. I saw somewhere, that it would be IP68 that showed like 30 minutes in 1,5 meters. But not sure, if this is for swimming though :D
Edit: Well. Ordered it. Will see, how it goes :)
Pages