1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-07 08:25:50 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/miband
Daniele Gobbetti f16a96e9b2 Initial support for upgrading firmware of the MiBand.
This release seems to be working quite well with respect to the firmware upgrading itself. The user facing part needs more work.

In order to update the firmware one has to:
- open a file ending with .fw
- switch from the firmware upgrade activity to the main one
- connect to the miband
- return to the firmware upgrade activity
- press the "install" button (that became active when the device connection was established)

Caveats:
There are almost no check wrt. the integrity of the firmware files.
2015-07-23 17:14:51 +02:00
..
AbstractInfo.java #15 support for reading firmware version and battery info 2015-04-19 22:20:47 +02:00
BatteryInfo.java #46 make all strings localizable 2015-05-01 01:26:30 +02:00
DeviceInfo.java Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
FwUpgrade.java Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
MiBandConst.java further improvements: 2015-06-30 06:40:46 +02:00
MiBandCoordinator.java Let DeviceCoordinator decide which activity to launch on click 2015-07-20 23:57:01 +02:00
MiBandFWHelper.java Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
MiBandNotifyAction.java Reformat code and optimize imports 2015-06-13 00:32:48 +02:00
MiBandPairingActivity.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
MiBandPreferencesActivity.java Support for vibration profiles, configurable for notifications 2015-06-21 19:46:01 +02:00
MiBandService.java Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
MiBandSupport.java Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
MiBandTransactionBuilder.java WIP for fetching activity data 2015-06-01 21:47:01 +02:00
miligatt.txt fix unpaired MI devices disappearing from view (#15) 2015-04-20 23:25:46 +02:00
SetDeviceStateAction.java Reformat code and optimize imports 2015-06-13 00:32:48 +02:00
UserInfo.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
VibrationProfile.java reformat code 2015-06-30 12:09:29 +02:00