Fork of Gadgetbridge with initial support for Here Active Listening devices
 
 
 
 
 
Go to file
Andreas Shimokawa a47ba3c96f Cleanup main Activity, move debug code to DebugActivity, added Call related debug buttons, add state tracking to PhoneCallReceiver, support in-call display of incoming calls (untested) 2015-02-07 12:58:18 +01:00
app Cleanup main Activity, move debug code to DebugActivity, added Call related debug buttons, add state tracking to PhoneCallReceiver, support in-call display of incoming calls (untested) 2015-02-07 12:58:18 +01:00
gradle/wrapper First checkin of actual code 2015-01-07 14:00:18 +01:00
.gitignore First checkin of actual code 2015-01-07 14:00:18 +01:00
LICENSE Initial commit 2015-01-06 00:19:03 +01:00
README.md Update README.md 2015-02-01 00:43:31 +01:00
build.gradle First checkin of actual code 2015-01-07 14:00:18 +01:00
gradle.properties First checkin of actual code 2015-01-07 14:00:18 +01:00
gradlew First checkin of actual code 2015-01-07 14:00:18 +01:00
gradlew.bat First checkin of actual code 2015-01-07 14:00:18 +01:00
settings.gradle First checkin of actual code 2015-01-07 14:00:18 +01:00

README.md

Gadgetbridge

Gadgetbridge is a Android (4.4+) Application which will allow you to use your Gadget (Smartwatches/Fitness Bands etc) without the vendors closed source application and without the need to create an account and sync your data to the vendors servers.

Right now this is in very early testing stages and only supports the Pebble.

USE IT AT YOUR OWN RISK. It will problably not work. And if it works it will annoy you more than it helps you ;)

Features:

  • Incoming calls (caller, phone number)
  • SMS notification (sender, body)
  • K-9 Mail notification support (sender, subject, preview)
  • Support for generic notificaions (above filtered out)

How to use (Pebble):

  1. Pair your Pebble though the Android Bluetooth Settings
  2. Start Gadgetbridge, press "start service"
  3. Press "create test notification" to see if it works

Known Issues:

  • No reconnect, if connection is lost, you have to press "start service" again.
  • Can't reject or hang up phone calls yet
  • Phone calls that are taken or rejected both count as rejected to make the Pebble stop vibrating. (No in-call display yet)
  • No outgoing call support (No in-call display yet)
  • Notifications are not properly queued, if two arrive at about the same time, one of them will get lost (TODO: confirm)
  • 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.

Apart from that there are many internal design flaws which we will discuss using the issue tracker.