Mi Band 1 Firmware Update¶
Danger
Installing firmwares has the potential to brick your gadget! That said, this has never happened to any of the developers, but remember you're doing this at your own risk. See Install a firmware or watchface to know how to install a firmware.
Getting the firmware¶
Since we may not distribute the firmware, you have to do a little work. You need to find and download a Mi Fit APK file. There is an APK Mirror Web site that might help you find Mi Fit. Extract the downloaded .apk file with "unzip", and you will find an assets/
directory containing *.fw
files, among others.
Next, you need to find out, which of the *.fw
files you need.
Some less interesting technical information is in Mi Band 1 Firmware Information.
Finding out the gadget model¶
Which Mi Band do you have? There are different models and each of them needs a different *.fw
file.
-
Model 1 (coloured LEDs):
Mili.fw
-
Model 1A (white LEDs):
Mili_1a.fw
-
Model 1S (white LEDs + heart rate sensor):
Mili_hr.fw
Installing the firmware on Mi Band 1, 1A, 1S models¶
Copy the desired Mi Band firmware as a *.fw
file to your Android device and open it from any file manager on that device. The Gadgetbridge firmware update activity should then be started and guide you through the installation process.
Note 1: Both upgrade and downgrade of firmware versions is possible.
Mi Band 1S firmwares¶
fw ver | MiFit ver | tested | known issues | fw-md5 |
---|---|---|---|---|
4.15.5.14 | 1.6.252 | no | ? | d12f48b107b17977e6036cc334de275d |
4.15.9.30 | 1.7.112 | no | ? | e0415c2240b429c932c8f97b5d600699 |
4.15.11.20 | 1.8.111 | no | ? | 7be80f0061efdf660e25a2d7cb3b6660 |
4.15.12.10 | 1.8.511 | yes | none | 24d8b84f8964489b893d1cb4581dc85f |
4.16.3.7 | 2.0.10 | yes | none | 7883298d9696c608210991c1dc3d0030 |
4.16.4.22 | 2.1.0 | yes | none | 3b3b1427078b23808dce480a85665423 |
4.16.11.15 | 3.0.0 | yes | none1 | 76e7eca650e7c7355234a545226b53c4 |
Known firmware versions¶
As mentioned above, we are not allowed to distribute firmware files, these MD5 values may be used to check if the firmware file you obtained is valid/is not corrupted.
Note
To check the MD5 you may use the command md5sum
on a GNU/Linux distribution.
-
Model 1 (coloured LEDs):
Mili.fw
- 01.00.09.27 -
de4e5f3bf1fb5b610b3261c7f3557ca7
- 01.00.10.14 -
1c43d7f03c911f9ba8844ddd44bd8304
- 01.00.11.06 -
2833690a70ec8c6699ccd3ac08b933cc
- 01.00.12.00 -
3a941165b7b4e296ecd68cdfb0e01062
- 01.00.15.00 - tested, works! SHA256:
7B29C5EA0325338AD703291A78D6107DEC458D1409CEF987F8E8A7FD570EB9C0
- 01.00.09.27 -
-
Model 1A (white LEDs):
Mili_1a.fw
- 05.15.11.20 -
356a8e1f006c541b76b306d4dbfbfaea
- 05.15.12.10 -
bbb904842a807acf1e2be5e2b41d888b
- 05.15.11.20 -
Additional information¶
Mi Band 1¶
- Data is aggregated per minute.
- The timestamp sent by the Mi Band may be any second of a given minute.
- When repeating a transfer (because the previous transmission was not ack'ed, for any reason) it may happen that the timestamp changes to a different second (within the same minute). This is currently an issue as multiple samples are being stored within Gadgetbridge database for the same minute.
- Multiple minutes are sent with a single transfer.
- The amount of minutes within each chunk depends on the Mi Band firmware, it's not predictable.
- It may span from some minutes to entire hours. The longer the period, the more likely the corruption of the data (as the only references are the beginning of each chunk).
- Each minute contains three values: number of steps, activity type, activity intensity.
- The known activity types are: "normal", "deep sleep", "shallow sleep", "device not worn".
Mi Band 1A and 1S¶
The firmware supports 3 different modes to measure the heart rate:
- a single measurement (as initiated from the debug screen).
- automatic measurement during sleep.
- continuous measurement, about one per second (as used in the live activity tracking screen).
Only the measurement during sleep is recorded on the band. The other measurement values are sent to the mobile only, so you have to be connected to get them. Maybe there are other ways to get the heart rate data recorded but we don't know them.
-
Needs Gadgetbridge 0.23.2 or newer. ↩