Gadgetbridge/README.md

102 lines
4.1 KiB
Markdown
Raw Normal View History

2015-01-06 00:19:03 +01:00
Gadgetbridge
============
2015-01-07 14:00:18 +01:00
2015-04-25 23:59:24 +02:00
Gadgetbridge is an Android (4.4+) Application which will allow you to use your
Pebble or Mi Band without the vendor's closed source application and without the
2015-04-25 23:59:24 +02:00
need to create an account and transmit any of your data to the vendor's servers.
2015-01-07 14:00:18 +01:00
2015-08-15 23:21:42 +02:00
[![Build](https://travis-ci.org/Freeyourgadget/Gadgetbridge.svg?branch=master)](https://travis-ci.org/Freeyourgadget/Gadgetbridge)
## Download
[![Gadgetbridge on F-Droid](/Get_it_on_F-Droid.svg.png?raw=true "Download from F-Droid")](https://f-droid.org/repository/browse/?fdid=nodomain.freeyourgadget.gadgetbridge)
## Features (Pebble)
2015-02-01 00:43:31 +01:00
* Incoming calls notification and display (caller, phone number)
* Outgoing call display
* Reject/hangup calls
* SMS notification (sender, body)
* K-9 Mail notification support (sender, subject, preview)
2015-06-15 20:33:32 +02:00
* Support for generic notifications (above filtered out)
2015-06-02 21:47:51 +02:00
* Music playback info (artist, album, track). Apollo and CM 12.1 Music App supported.
2015-04-13 22:31:00 +02:00
* Music control: play/pause, next track, previous track, volume up, volume down
* List and remove installed apps/watchfaces
2015-04-17 12:23:19 +02:00
* Install .pbw files
2015-06-02 21:47:51 +02:00
* Install firmware from .pbz files
2015-07-05 00:52:12 +02:00
* Take and share screenshots from the Pebble's screen
* Morpheuz sleep data syncronization (experimental)
2015-02-01 00:43:31 +01:00
## How to use (Pebble)
2015-02-01 00:43:31 +01:00
1. Pair your Pebble through Gadgetbridge's Discovery Activity or the Android Bluetooth Settings
2. Start Gadgetbridge, tap on the device you want to connect to
3. To test, choose "Debug" from the menu and play around
2015-01-07 14:00:18 +01:00
## Features (Mi Band)
* Mi Band notifications (LEDs + vibration) for
2015-05-08 00:10:54 +02:00
* Discovery and pairing
2015-04-26 14:34:06 +02:00
* Incoming calls
* SMS received
* K-9 mails received
* Generic Android notifications
* Synchronize the time to the Mi Band
2015-05-05 23:44:45 +02:00
* Display firmware version and battery state
2015-07-05 01:43:45 +02:00
* Synchronize activity data
2015-08-03 01:36:54 +02:00
* Display sleep data (alpha)
* Display sports data (step count) (alpha)
2015-07-05 01:43:45 +02:00
* Set alarms on the Mi Band
## How to use (Mi Band)
2015-05-08 00:10:54 +02:00
* When starting Gadgetbridge and no device is visible, it will automatically
attempt to discover and pair your Mi Band. Alternatively you can invoke this
manually via the menu button. It will ask you for some personal info that appears
to be needed for proper steps calculation on the band. If you do not provide these,
some hardcoded default "dummy" values will be used instead.
When your Mi Band starts to vibrate and blink with all three LEDs during the pairing process,
tap it quickly a few times in a row to confirm the pairing with the band.
2015-04-25 23:59:24 +02:00
1. Configure other notifications as desired
2. Go back to the "Gadgetbridge" Activity
2015-05-08 00:10:54 +02:00
3. Tap the "MI" item to connect if you're not connected yet.
2015-04-25 23:59:24 +02:00
4. To test, chose "Debug" from the menu and play around
Known Issues:
* Android 4.4+ only, we can only change this by not handling generic
notifications or by using AccessibiltyService. Don't know if it is worth the
hassle.
* The initial connection to a Mi Band sometimes takes a little patience. Try to connect a few times, wait,
2015-05-08 00:10:54 +02:00
and try connecting again. This only happens until you have "bonded" with the Mi Band, i.e. until it
knows your MAC address. This behavior may also only occur with older firmware versions.
2015-07-05 01:43:45 +02:00
## Authors (in order of first code contribution)
2015-07-05 00:52:12 +02:00
2015-07-05 01:43:45 +02:00
* Andreas Shimokawa
* Carsten Pfeiffer
* Daniele Gobbetti
2015-07-05 00:52:12 +02:00
2015-04-27 23:08:31 +02:00
## Contribute
Contributions are welcome, be it feedback, bugreports, documentation, translation, research or code. Feel free to work
2015-04-27 23:08:31 +02:00
on any of the open [issues](https://github.com/Freeyourgadget/Gadgetbridge/issues?q=is%3Aopen+is%3Aissue);
just leave a comment that you're working on one to avoid duplicated work.
Translations can be contributed via https://www.transifex.com/projects/p/gadgetbridge/resource/strings/ or
manually.
## Having problems?
1. Open Gadgetbridge's settings and check the option to write log files
2. Quit Gadgetbridge and restart it
3. Reproduce the problem you encountered
4. Check the logfile at /sdcard/Android/data/nodomain.freeyourgadget.gadgetbridge/files/gadgetbridge.log
5. File an issue at https://github.com/Freeyourgadget/Gadgetbridge/issues/new and possibly provide the logfile
Alternatively you may use the standard logcat functionality to access the log.
2015-04-27 23:08:31 +02:00