Gadgetbridge/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-06 00:19:03 +01:00
Gadgetbridge
============
2015-01-07 14:00:18 +01:00
Gadgetbridge is a Android (4.4+) Application which will allow you to use your
Pebble without the vendors closed source application and without the need to
create an account and transmit any of your data to the vendors servers.
2015-01-07 14:00:18 +01:00
We plan to add support for the Mi Band and maybe even more devices.
2015-01-07 14:00:18 +01:00
Features:
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-02-01 00:43:31 +01:00
* Support for generic notificaions (above filtered out)
* Apollo playback info (artist, album, track)
* Music control: play/pause, next track, previous track
* List and remove installed apps/watchfaces
2015-02-01 00:43:31 +01:00
How to use:
2015-02-01 00:43:31 +01:00
2015-02-07 13:30:12 +01:00
1. Pair your Pebble though the Android Bluetooth Settings
2. Start Gadgetbridge, tap on the device you want to connect to
2015-02-07 13:30:12 +01:00
3. To test, chose "Debug" from the menu and play around
2015-01-07 14:00:18 +01:00
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.