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
piggz
Wed, 2021/09/08 - 18:08
Permalink
4.2 builds will be available once 4.2 is officiall out and available on OBS.
Hensch
Wed, 2021/09/08 - 08:13
Permalink
It's the same issue I have with my PineTime on Jolla C since weeks. Maybe the Jolla C is missing some needed BLE funnctions. I don't know. I hope this can be resolved.
Malakay
Sat, 2021/09/04 - 23:54
Permalink
Hi Piggz, is possible to have latest amazfish version on sfos 3.4.0.24? Did I understand correctly that yes, but I have to add that chum thing?
piggz
Wed, 2021/09/08 - 18:09
Permalink
Yes, you will need to install chum, and then install amazfish from this repository
https://build.merproject.org/project/show/home:piggz:harbour-amazfish
Look for the 3.4 specific vesion.
elkiaer
Thu, 2021/09/02 - 23:44
Permalink
sfos 4.1.0.24
error:
[root@XperiaX Downloads]# zypper install harbour-amazfish-2.0.2
-1.30.1.jolla_.armv7hl.rpm
Indlæser softwarekildedata...
Læser installerede pakker...
Løser pakkeafhængigheder...
Problem: intet leverer libKDb3.so.4, der kræves af harbour-amaz
fish-2.0.2-1.30.1.jolla.armv7hl
Løsning 1: installér ikke harbour-amazfish-2.0.2-1.30.1.jolla.
armv7hl
Løsning 2: ødelæg harbour-amazfish-2.0.2-1.30.1.jolla.armv7hl
ved at ignorere nogle af dens afhængigheder
Vælg blandt løsningerne overfor med et nummer [1/2/a/d/?] (a):
elkiaer
Fri, 2021/09/03 - 10:07
Permalink
ok :-)
I went into the following page:
https://repo.sailfishos.org/obs/sailfishos:/chum:/testing/4.1.0.24_armv7...
where I installed:
libKDb3-3-3.1.0-1.1.1.jolla.armv7hl.rpm
and
kdb-sqlite3-driver-3.1.0-1.1.1.jolla.armv7hl.rpm
The app can be install and live data (step and heart rate) can be seen.
But
I cannot transfer any data.
Am I missing any package?
ninepine
Thu, 2021/08/26 - 19:34
Permalink
Sorry @piggz but I'm rather confused by the new Chum repository. You say "To install Amazfish, first install the "chum" repository from the link above and "pkcon refresh" then install Amazfish."If I visit https://build.sailfishos.org/project/show/sailfishos:chum there is no obvious "chum" repository to install just a whole set of "Packages" and "Build results" none of which seem to reference "Chum". What do I need to do to " install the "chum" repository" please and then where is the Amazfish file that I need to install?I'm using an Xperia 10ii so I guess there is a file referring to aarch?I'm sure this is obvious to those familliar with programming and repositories but not to me. I would "ping" you but I don't know how.
piggz
Thu, 2021/08/26 - 22:54
Permalink
if you have telegram, ping me on @adampigg.
Otherwise, install this package https://build.sailfishos.org/package/binary/sailfishos:chum/sailfishos-c...
That will install the chum: repsitories, then pkcon and install Amazfish from here, openrepos ... the required packages will be install via chum.
anig
Sat, 2021/08/21 - 20:39
Permalink
Hi,
Thank you for the application. I have an Amazfit Bip S with xperia 10 II. I am not able to transfer GPS files. I used your huami-fork to download the files and even tried to use gadgetbridge UUIH tools to create a UUIH file. Is this not supported?
Also some feature requests:
Stop the phonecall notification when call is answered on the phone. At the moment I have to still dismiss the notification on the watch.
Don't send notifications when the phone screen is in use.
Finally, the cover seems to show no information instead it only shows a watchface with the text amazfish, is that a bug?
igarriguez
Wed, 2021/08/18 - 09:29
Permalink
I have been trying to setup my AMAZFIT BIP U PRO watch with Amazfish.
This model is compatible with some that currently exist.
And if not, you would include it in the next versions.
Thanks piggz!
ThongSong7
Mon, 2021/08/16 - 16:01
Permalink
I have been trying to setup my GTS2 watch with Amazfish.
I have noticed that it mentions that GTS is supported, does this then imply that GTS2 is supported or am I only dreaming?
Thanks piggz!
piggz
Mon, 2021/08/16 - 16:08
Permalink
Youre dreaming unfortunately!
I may be able to get the GTS2 working ... need to see if there are any substantial differences in the protocol first thought.
Adam
ThongSong7
Wed, 2021/09/29 - 12:20
Permalink
Hello Adam,
I am sure that you will be getting this working for the new 4.2 when the sdk drops, but any news on the GTS2 protocol developments?
Will or Might this version be included in your next release?
Thanks 1000x !
Peace!
ThongSong7
Wed, 2021/08/18 - 10:03
Permalink
Adam:
I have a dream.
I have a dream that we may be able to have SFOS 4.1 and have a GTS2 paired.
I have a dream that my children will one day live in a world where they will not be judged by the color of their skin but by the type of GTS paired to their SFOS.
I have a dream that we may be able to send nofications to that GTS2.
This is our hope. This is the faith that I will go back to the South with. With this faith we will be able to hew out of the mountain of despair a stone of hope.
I have a dream today.
“¯\_(ツ)_/¯“
Jaxxops
Fri, 2021/08/13 - 03:13
Permalink
Hi, is there a way of showing the calendar reminders on the Pinetime Infinitime 1.3? All the other notifactions work.
crs
Thu, 2021/08/05 - 07:53
Permalink
Hi Adam,
Got Amazfish 2.0 working on SFOS 3.4 with the latest infinitime (1.3). I am not sure if this is an issue with SFOS, Amazfish, or Infinitime, but I have noticed that infinitime doesnt seem to maintain its bluetooth connection once the phone is idle/sleeping to the extent that hours later notifications may or may not sync.
Seeing as you have community ports of SFOS and maintain Amazfish, I was wondering if you had any insights.
I found a thread on the forums about early/late suspend and have run mcetool --set-suspend-policy=early which seems to have made it a bit better but it still drops connection often and for random durations.
I appreciate any speculation. Thank you
crs
Thu, 2021/08/05 - 08:16
Permalink
Adam,
Feel free to disregard. I found an in depth issue on the infinitime github here:
https://github.com/JF002/InfiniTime/issues/207
It appears there are quite a few experiencing the issue or similar issues on a variety of OS's and companion apps including another person with SFOS 4.1/Amazfish. The dev is trying to figure it out but it could be anything really.
cthx
Tue, 2021/08/03 - 19:37
Permalink
I have some issues with amazfit bip: can't send a watchface (get File type/version: File not supported on this (device?)), on secon attempt I get No file selected notification; also no sms/call notification on this watch; the app often freezes with Amazfish is not responding window, especially on Debug info.
piggz
Wed, 2021/08/04 - 10:36
Permalink
Can you send logs from the daemon, journalctl | grep amaz. Sending watchfaces should work for the Bip, but maybe a new firmware has changed the format. The freezes are nothing to worry about, just sometimes some of the BLE calls take a long time, so the UI appears to hang momentarily.
OhneZ
Sun, 2021/08/01 - 00:44
Permalink
Hi Adam, today I paired the Amazfit GTR with my XA2 (4.1.0.24). The following I have not yet tested: Firmware update, A-GPS update, Watchface download. But the rest runs just as well as with the Amazfit GTS. All the described functions run flawlessly. Thank you very much for the great work.
PS: because I did not know exactly whether the GTR runs I had also ordered the GTS and could thus draw a direct comparison.
piggz
Wed, 2021/08/04 - 10:43
Permalink
If A-GPS doesnt work, I can probably enable that, but full firmware isnt implemented for the GTR as I cant test it. To get the AGPS, you'll need the huami-token application .. specifically, from my forked version https://github.com/piggz/huami-token/tree/uihh
crs
Sat, 2021/07/24 - 04:59
Permalink
Hi Adam,
I am not sure if you have seen it, but the Lillygo T-watch is an interesting and cheap ($35) smartwatch/dev watch with an ESP32. It would be awesome if it could get Amazfish support at some point.
sistux
Thu, 2021/07/22 - 05:51
Permalink
Hello together! are there plans or possibility to support Amazfit T-Rex ? Thanks.
Hensch
Tue, 2021/07/20 - 10:21
Permalink
Hi, I'm using Jolla C with SFOS 4.1 and Version 2.0.2 of Amazfish. I'm trying to connect my Pinetime with InfiniTime 1.2.0 firmware. It is found and connected via the bluetooth settings. But when I try to pair in Amazfish the application hangs after a while with the rotating circle on the watch symbol in the app. (Notification by SFOS is shown to close or wait for app) The watch shows the blue bluetooth symbol. The logs in journalctl say it is connected. No data is fetched in the app and the time is not synchronized. Can you please help me to get it running?
D_R
Sun, 2021/07/18 - 23:18
Permalink
dconf write /uk/co/piggz/amazfish/device/lastactivitysyncmillis "int64 1626478203000" do that magic ....
After setting the value all is going well again.
Thanks piggz for your help and your efforts
D_R
Sat, 2021/07/17 - 00:22
Permalink
The Field A.points to year 1969. Is there any possibility to change the date faster?
Clicking the + button changes the date in hour steps. In this way it will takes ages to switch it to current date..
piggz
Sat, 2021/07/17 - 00:35
Permalink
use dconf dump /uk/co/piggz/amazfish/ to get the full name ... something like lastActivitySyncMillis .... then use dconf write /path/to/variable 'int64 <big number>' where big number is the number of miliseconds since 1-1-1970
elkiaer
Fri, 2021/07/16 - 11:58
Permalink
After I have it got up running now, the 1 hour gap is non existent, Very nice.
Blumenkraft
Thu, 2021/07/15 - 22:20
Permalink
I'm having trouble with MiBand 2 updating activity data to app database after a reinstall on 4.1.0.24 (Kvarken). I uninstalled the app before updating to 4.1.0.24, and reinstalled when it was available to 4.x. Although I didn't remove any cache etc, I had to enter user settings again from scratch. First data update from early june to early july took several minutes, and every time I try to update activity data again, it says: "About to transfer data from friday july 2 12:29:00 2021" and almost immediately says: "Finished transferring activity data". And nothing is updated from there on.
I tried reinstalling with and without deleting ~/.cache/harbour-amazfish/, ~/.config/harbour-amazfish/ and ~/.local/share/harbour-amazfish. (Also tried deleting unused application data with Mashka before reinstalling.) Nothing helps with the activity data update problem.
Also deleting all that doesn't seem to clear user settings (with name, gender and everything) Where are those saved if not in those directories?
Apart from that, I consider this very useful application. Keep up the good work.
piggz
Fri, 2021/07/16 - 10:18
Permalink
if it always says the same date ... go into settings > debug, and there is a date/time field with an A: at the start ... set if forward an hour or 2 and try again
Pages