Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 2.87 KB

INSTALLATION.md

File metadata and controls

89 lines (52 loc) · 2.87 KB

Deutsche Version
Wersja polska

Install

Prerequisite

Juggluco or xDrip+ is installed on your phone or wear and connected to your sensor.

1 - Install GlucoDataHandler on your phone

On your phone go the the Releases page and select the last (top) pre-release or release.
Download and install GlucoDataHandler.apk (allow install from unknown source if required).

2 - Install GlucoDataHandler on your watch

Now download GlucoDataHandler-Wear.apk on your phone but do not install it.

Method #1 - Install with Wear Installer 2

Follow the instructions in this video to install GlucoDataHandler-Wear.apk on your watch.

Method #2 - Install with Wear Installer

Follow the instructions in this video to install GlucoDataHandler-Wear.apk on your watch.

Method #3 - Install with Android Debug

Download GlucoDataHandler-Wear.apk on your computer,install ADB, enable developer mode on the watch (see the videos above), once connected type this command in ADB, from the folder where you downloaded the wear extension file.

adb install -r -g GlucoDataHandler-Wear.apk

Wear OS 4

With Wear OS 4, you have to pair you phone/computer first with your watch. In Wear Installer 2 there is an introduction video for.

For computer, the handling is similar:

  • activate ADB Debugging on your watch
  • 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]

More information

See here for more information.

Check installation

You should now have the GlucoDataHandler app on your watch.

Open the app and make sure "Foreground" is activated (recommended).

3 - Setup a complication

Select a watchface that supports a complication, you will recognize it by the cog below.

Select a field.

Select the GlucoDataHandler app, then the information type.

You can customize other fields with different information.

And you should be set.