A free and cloudless replacement for your gadget vendors' closed source Android applications. See the list for supported devices.
Go to file
cpfeiffer 9e44a7ad6d Add .gitattributes for consistent eol handling 2018-09-20 00:05:15 +02:00
.github Update issue templates 2018-09-16 15:59:55 +02:00
GBDaoGenerator ID115: generate entities for activity samples 2018-07-29 19:49:45 +03:00
app Merge pull request #1270 from comradekingu/patch-4 2018-09-19 23:51:44 +02:00
config Check length of descriptions for F-Droid (#1083) 2018-05-06 16:36:39 +02:00
fastlane/metadata/android add fastlane changelog 2018-09-17 23:11:42 +02:00
gradle/wrapper Update gradle, may need Android Studio settings change, see below 2018-08-17 00:13:38 +02:00
.gitattributes Add .gitattributes for consistent eol handling 2018-09-20 00:05:15 +02:00
.gitignore More work on firmware detection, recognition and validation #234 2016-03-21 23:42:34 +01:00
.travis.yml Check length of descriptions for F-Droid (#1083) 2018-05-06 16:36:39 +02:00
CHANGELOG.md Updated changelog for 0.30.0 release 2018-09-17 23:06:04 +02:00
CONTRIBUTORS.rst Update contributors list and license headers. 2018-08-29 21:30:23 +02:00
FEATURES.md update feature matrix 2018-08-25 09:51:25 +02:00
LICENSE Fix spacing in LICENSE file 2017-11-01 14:58:43 +01:00
LICENSE.artwork Add link to liberapay.com in the main drawer. 2017-08-18 21:51:12 +02:00
README.md Add LGTM.com code quality badges 2018-09-14 11:26:10 +01:00
build.gradle Update gradle, may need Android Studio settings change, see below 2018-08-17 00:13:38 +02:00
gradle.properties Re-enabled AAPT2. 2018-03-22 21:40:16 +01:00
gradlew Give gradlew proper permission. 2018-07-10 07:33:35 +02:00
gradlew.bat First checkin of actual code 2015-01-07 14:00:18 +01:00
settings.gradle Work towards using greenDAO #206 2016-03-28 23:18:23 +02:00

README.md

Gadgetbridge

Gadgetbridge is an Android (4.4+) application which will allow you to use your Pebble, Mi Band, Amazfit Bip and HPlus device (and more) without the vendor's closed source application and without the need to create an account and transmit any of your data to the vendor's servers.

Homepage

Blog

Donate

Build Code Quality: Java Total Alerts

Download

Get it on F-Droid

List of changes

Supported Devices

  • Amazfit Bip Wiki
  • Amazfit Cor (no maintainer) Wiki
  • HPlus Devices (e.g. ZeBand) Wiki
  • ID115 (WIP)
  • Lenovo Watch 9 (WIP)
  • Liveview (WIP)
  • Mi Band, Mi Band 1A, Mi Band 1S Wiki
  • Mi Band 2 Wiki
  • Mi Band 3 Wiki
  • NO.1 F1 (WIP)
  • Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round Wiki
  • Pebble 2 Wiki
  • Teclast H10, H30 (WIP)
  • XWatch (Affordable Chinese Casio-like smartwatches)
  • Vibratissimo (experimental)
  • ZeTime (WIP)

Features

Please see FEATURES.md

Getting Started (Pebble)

  1. Pair your Pebble through the Android's Bluetooth Settings or Gadgetbridge. Pebble 2 MUST be paired though Gadgetbridge (tap on the + in Control Center)
  2. Start Gadgetbridge, tap on the device you want to connect to
  3. To test, choose "Debug" from the menu and play around

For more information read this wiki article

How to use (Mi Band 1+2)

  • When starting Gadgetbridge the first time, it will automatically attempt to discover and pair your Mi Band. Alternatively you can invoke discovery manually via the "+" 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 during the pairing process, tap it quickly a few times in a row to confirm the pairing with the band.

  1. Configure other notifications as desired
  2. Go back to the "Gadgetbridge" activity
  3. Tap the Mi Band item to connect if you're not connected yet
  4. To test, chose "Debug" from the menu and play around

Known Issues:

  • The initial connection to a Mi Band sometimes takes a little patience. Try to connect a few times, wait, 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.
  • If you use other apps like Mi Fit, and "bonding" with Gadgetbridge does not work, please try to unpair the band in the other app and try again with Gadgetbridge.
  • While all Mi Band devices are supported, some firmware versions might work better than others. You can consult the projects wiki pages to check if your firmware version is fully supported or if an upgrade/downgrade might be beneficial.
  • In order to display text notifications on the Mi Band 2, you have to install a font on the band.

Features (Liveview)

  • set time (automatically upon connection)
  • display notifications and vibrate

Authors

Core Team (in order of first code contribution)

  • Andreas Shimokawa
  • Carsten Pfeiffer
  • Daniele Gobbetti

Additional device support

  • João Paulo Barraca (HPlus)
  • Vitaly Svyastyn (NO.1 F1)
  • Sami Alaoui (Teclast H30)
  • "ladbsoft" (XWatch)
  • Sebastian Kranz (ZeTime)
  • Vadim Kaushan (ID115)
  • "maxirnilian" (Lenovo Watch 9)

Contribute

Contributions are welcome, be it feedback, bug reports, documentation, translation, research or code. Feel free to work on any of the open issues; just leave a comment that you're working on one to avoid duplicated work.

Translations can be contributed via https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/

Do you have further questions or feedback?

Feel free to open an issue on our issue tracker, but please:

  • do not use the issue tracker as a forum, do not ask for ETAs and read the issue conversation before posting
  • use the search functionality to ensure that your question wasn't already answered. Don't forget to check the closed issues as well!
  • remember that this is a community project, people are contributing in their free time because they like doing so: don't take the fun away! Be kind and constructive.

Having problems?

  1. Phone crashing during device discovery? Disable Privacy Guard (or similarly named functionality) during discovery.
  2. Open Gadgetbridge's settings and check the option to write log files
  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.