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
ABreen
Fri, 2021/12/17 - 21:06
Permalink
Will do later day
ABreen
Fri, 2021/12/17 - 08:15
Permalink
Hi,
I have just bought a GTR2. I did the initial set up on an Android device and got the key.
I installed Amazfish from Chum on my XA2 running 4.3.0.12.
I appear to be having pairing /Bluetooth issues. I seem to be able to connect via Bluetooth but the watch keeps disconnecting. I can see the Amazfit GTR 2 as a device in Amazfish.
When it is connected (or appears to be connected) there is a Bluetooth symbol beside the device name. Just to the right of the Bluetooth symbol is a watch symbol which has a blue rotating circle, as if it's trying to sync, but nothing happens.
If I go to the debugging info page I can see what looks like the MAC address but all the other info lines (Serial No., Hardware Rev, Software Rev, etc) have no info. Also A and S lines which I assume are date and time stamps show 1970-01-05T00:00:00:000Z.
Help. :)
Continental
Tue, 2021/12/21 - 17:49
Permalink
Have you solved this problem? I have the same problem
ABreen
Tue, 2022/02/15 - 00:44
Permalink
Not yet. I have been working with the app developer. I'm a novice using Command Line instructions and the developer doesn't have a GTR2. I'm doing stuff by remote control, running tests and collecting logs with a 13 hour time difference. It's been a slow process. It's still a work in progress.
piggz
Fri, 2021/12/17 - 12:35
Permalink
If you can, ping me on telelgram, @adampigg and we can try getting logs/debugging ... ive never tested on a gts 2, just trying to blindly implement.
norayr
Tue, 2021/12/14 - 22:04
Permalink
i would like to thank you for making amazfish available without silica sailfish specific libraries as well.
i use it now on a pinephone under postmarketos, and it is really cool. having sailfish specific apps devalues those for me. if i can use the same app under sailfish and under postmarket, and under manjaro and on any linux phone, that's an app i want to invest in, the app i want to get my routines around. thank you so much for your amazing work!
piggz
Tue, 2021/12/14 - 22:16
Permalink
Thanks, hope it works well for you!
Caluna
Tue, 2021/12/14 - 13:08
Permalink
Hi,
I received a bangle.js 2. Connetion works great. Does anyone know, how to enable notifications etc?
OhneZ
Thu, 2021/11/25 - 01:29
Permalink
Hi Adam, with the new version it is now possible to get Calender reminders. But with the GTR only the birthdays work. Ok Ok those are the most important :-). Is in the near future possible that the file download (AGPS) also works with the GTR ? no matter which file gives the error "File not supported on this device".
piggz
Tue, 2021/12/14 - 22:17
Permalink
Can you file an issue to remind me about the AGPS issue. I can probably safely enable that.
elkiaer
Fri, 2021/11/19 - 06:36
Permalink
Just tried what has been written here in Storeman with no luck.
App was installed but not possible to download any data. Pulse and steps are shown in the first window.
Sport Activities can be downloaded.
If using Kuri pulse is aktiv in this app.
Is the latest update of Amazfish 2.0.3-1.1.1 and Chum 0.2.0 for SFOS version 4.3.0.12?
piggz
Fri, 2021/11/19 - 13:24
Permalink
If everything else works, but not the data sync, probably it got stuck at DST change. Go into debug options and toggle the "A" date/time forward a few hours and try again.
elkiaer
Fri, 2021/11/19 - 16:58
Permalink
That did help, thanks a lot ☺
erdzas
Wed, 2021/11/17 - 22:14
Permalink
Hi Piggz,
is it possible to add a function to disable "display on lift wrist" during a given period (so that the screen does not turn on at night) and to automatically reactivate it at the end of the period, as in the official application?
elkiaer
Thu, 2021/11/18 - 10:16
Permalink
Do not know if it finished. Just tried version 2.0.3-1.1.1 and do still have an issue with downloading data.
Just noticed that Sport Activities can be downloaded.
apozaf
Fri, 2021/11/19 - 00:26
Permalink
Sadly same :(
OhneZ
Fri, 2021/11/12 - 18:19
Permalink
Hello, I had to reflash my XA2. It is now on SFOS 4.3. Apparently Amazfish is not ready yet. It tries to connect to the GTR. And then aborts it. Only the Bluetooth icons and the clock icon appear on the "home screen". The battery level is not displayed and the connection is lost. Under 4.2, there were no problems with the GTR. so I hope that this is a solvable problem :-)
elkiaer
Tue, 2021/11/09 - 19:03
Permalink
Hei
I am a little bit in doubt what CHUM is.
I have through GitHub installed an app called CHUM. In the apps main menu is to menu “No updates available” and “Available packages”. Under “Available packages” I can see quite many apps but not harbour-amazfish. Will it be in this Store that harbour-amazfish must be found in the future or will it be here that the different libraries must be installed and harbour-amazfish to be found in Storeman and/or CHUM?
erdzas
Tue, 2021/11/09 - 19:10
Permalink
Hi, in CHUM you will only found libraries. When CHUM is installed on your phone, you can install amazfish from storeman and lib will be installed from CHUM. That’s how I understand it
NB : For now amazfish work only with sailfish <= 4.2.X.X
Caluna
Wed, 2021/11/03 - 14:02
Permalink
Hi,
in 4.3 EA release on X10 II the backround process cannot be started and dies after trying to start it. So sync etc. does not work.
Best,
C.
ronny_b
Wed, 2021/11/03 - 20:24
Permalink
Hi,
did I miss something? The program does not even work under Verla.
Ronny
Caluna
Wed, 2021/11/03 - 23:45
Permalink
Hm ,
i had no problem until 4.3. Amazfish worked perfectly. After update the daemon dies.
ronny_b
Thu, 2021/11/04 - 18:18
Permalink
That's right, it now works under Verla! I waited dutifully for an update and have also not tested in between times. Now I have my bip also finally on winter time. :-)
Ronny
piggz
Wed, 2021/11/03 - 23:50
Permalink
The libraries used by Amazfish need to be rebuilt for each sailfish release. This is why they are built on OBS and available for chum. Unfortunately, OBS lags releases as 4.3 is EA ... wait until 4.3 is released properly + a few days, and i will get things updated.
Caluna
Thu, 2021/11/04 - 11:09
Permalink
Hi Piggz,
sounds reasonable, thank you for clarification, Piggz!
jpn9s
Mon, 2021/11/01 - 15:29
Permalink
Dear Piggz,
Good afternoon. I've been a very convenient user of Amazfit Core with Amazfish app. With the very latest update of SFOS 4.20.21 in my Xperia 10 II produces a very high idle power loss of the battery in order of 22 to 30 % overnight (7,5 hours) with only bt connection off.
(Whereas also witth The Amazfish app as off, my Xperia 10 II have corresponding piwer loss of 2-3 % over night as idle.)
Does the problem exist in Amazfish app?
Or does Sailfish Xperia 10 II possess same serious problems. In earlier SFOS versions my Xperia 10 II had only an idle power consumption only 1 to 3 % overnight with only Bluetooth off. Thus closing and opening of bt connection worked well. But not at the moment.
Looking forward to your answer.
jpn9s
Fri, 2021/11/05 - 15:30
Permalink
Dear Piggz,
Everything seem to be fixed after SFOS update 4.3.0.12. So the previous is invalid sofar.
rdomschk
Tue, 2021/10/12 - 23:04
Permalink
Hello - could you add an app Amazfish.permission please like rockpool please? The calendar not shown on the watch sind SFOS 4.x. I think in the folder \etc\sailjail\permissions\ we need a new folder "Amazfish/Amazfish.permission". This file could be have this text but I am not a specialist.
Thx in advance
"# x-sailjail-description = Amazfish
# x-sailjail-long-description = Communicate with Amazfish smartwatches
dbus-user.talk habour-amazfishd"
BR Ralf
piggz
Mon, 2021/10/11 - 22:27
Permalink
interesting ... i hadnt yet got around to debugging that, have you tried it? If it works ill be very grateful!
DLQ
Mon, 2021/09/06 - 22:32
Permalink
Thanks for this great app! After updating to SFOS 4.2.0.19, i can not connect to my Bip S anymore. BT symbol spins, but nothing happens. After repairing the device, now i can get the watch symbol spinning, but then both symbols go away and no data gets transmitted. Do i have to manually upgrade some dependencies?
Pages