Skip to content

Install

pachi81 edited this page Apr 22, 2026 · 1 revision

GDH can be installed from Playstore. If you want to install it manually or if you want to use the SECOND variant to follow two persons in parallel, you can download the latest version from releases.

1 - Install GlucoDataHandler on your phone

After downloading the apk file to your phone, just open it. You may need to allow install from unknown sources.

2 - Install GlucoDataHandler on your watch

Download the Wear apk file to your phone but do not install it.

Method #1 - Install with Wear Installer 2

Follow the instructions in this video to install on your watch.

Method #2 - Install with adb on you PC

Install ADB (part of SDK platform tools).

  • activate ADB Debugging on your watch (see the videos above)
  • activate Wireless Debugging on your watch
  • press Pair new device on your watch
  • on computer type:
adb pair [ip]:[port] [pairing-code]

The pairing has to be done only once for each device. After a device is paired, you only have to connect with ip AND(!) port (not from pairing) to the device the next time:

adb connect [ip]:[port]

If connected you can install the normal file:

adb install -r -g GlucoDataHandler-Wear_[version].apk

or the SECOND variant:

adb install -r -g GlucoDataHandler-Wear_[version]_SECOND.apk

Clone this wiki locally