1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-05 01:37:03 +01:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
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
..
activities Misc improvelets (#45) 2015-07-21 21:24:35 +02:00
adapter reformat code 2015-06-30 12:09:29 +02:00
btle Separate fragments for all activity kinds and just sleep #45 2015-07-13 21:54:46 +02:00
charts Misc improvelets (#45) 2015-07-21 21:24:35 +02:00
database Work in progress #45 2015-07-14 00:29:32 +02:00
deviceevents Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
discovery Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
externalevents Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
miband Initial support for upgrading firmware of the MiBand. 2015-07-23 17:14:51 +02:00
pebble rename ACTION_INSTALL_PEBBLEAPP to ACTION_INSTALL 2015-07-23 12:09:01 +02:00
protocol Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
util Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
AbstractBTDeviceSupport.java Pebble: Preparations for taking screenshots 2015-06-24 00:23:38 +02:00
AbstractDeviceSupport.java Pebble: add experimental and incomplete support for dismissing 2.x notifications 2015-07-21 01:27:05 +02:00
AppManagerActivity.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
BluetoothCommunicationService.java rename ACTION_INSTALL_PEBBLEAPP to ACTION_INSTALL 2015-07-23 12:09:01 +02:00
ControlCenter.java More WIP: sync from the charts activity 2015-07-21 00:06:20 +02:00
DebugActivity.java Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
DeviceCoordinator.java Let DeviceCoordinator decide which activity to launch on click 2015-07-20 23:57:01 +02:00
DeviceHelper.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
DeviceSupport.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
DeviceType.java Initial (ugly) support for device discovery and pairing (#3) 2015-05-05 00:48:54 +02:00
EventHandler.java use parcelable for passing alarms around 2015-06-30 06:40:46 +02:00
GB.java New dependency to format durations (and use that where applicable) 2015-07-20 23:14:08 +02:00
GBActivitySample.java Work in progress #45 2015-07-14 00:29:32 +02:00
GBAlarm.java Allow setting alarms once for the next day. 2015-07-19 15:58:30 +02:00
GBApplication.java Basic database import and export (to external storage) 2015-07-08 23:11:23 +02:00
GBCallControlReceiver.java Refactoring: rename GBDeviceCommand to GBDeviceEvent 2015-06-23 11:54:33 +02:00
GBCommand.java Added AppManager, does not do anything useful yet. Only lists installed Apps. 2015-03-25 22:23:45 +01:00
GBDevice.java Fix funny typo :D 2015-07-18 23:38:59 +02:00
GBDeviceApp.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
GBDeviceIoThread.java reformat code with androidstudio 2015-04-13 11:22:03 +02:00
GBMusicControlReceiver.java Refactoring: rename GBDeviceCommand to GBDeviceEvent 2015-06-23 11:54:33 +02:00
ServiceDeviceSupport.java use parcelable for passing alarms around 2015-06-30 06:40:46 +02:00
SettingsActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
UnknownDeviceCoordinator.java Let DeviceCoordinator decide which activity to launch on click 2015-07-20 23:57:01 +02:00