1
0
Fork 0
BangleApps/apps/gbdebug
chiefdaft 4370d2ef8c wrong edited 2022-03-16 00:32:14 +01:00
..
ChangeLog Add gbdebug app 2021-12-03 09:15:37 +00:00
README.md Add gbdebug app 2021-12-03 09:15:37 +00:00
app-icon.js wrong edited 2022-03-16 00:32:14 +01:00
app.js Add gbdebug app 2021-12-03 09:15:37 +00:00
app.png Add gbdebug app 2021-12-03 09:15:37 +00:00
metadata.json Merge remote-tracking branch 'upstream/master' into jekyll-apps.json 2022-01-06 12:47:26 +01:00

README.md

Gadgetbridge Debug

This is useful if your Bangle isn't responding to the Gadgetbridge Android app properly.

This app disables all existing Gadgetbridge handlers and then displays the messages that come from Gadgetbridge on the screen of the watch. It also saves the last 10 messages in a variable called history.

More info on Gadgetbridge at http://www.espruino.com/Gadgetbridge

Usage

  • Run the GB Debug app on your Bangle
  • Connect your Bangle to Gadgetbridge
  • Do whatever was causing you problems (eg receiving a call)
  • The Gadgetbridge message should now be displayed on-screen

If you want to get the actual data rather than copying it from the screen.

  • Ensure the GB Debug app is kept running after the above steps
  • Disconnect Gadgetbridge from the Bangle
  • Connect the Web IDE on your PC
  • Type show() on the left-hand side of the IDE and the last 10 messages from Gadgetbridge will be shown.