> For the complete documentation index, see [llms.txt](https://docs.echook.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echook.uk/using-the-app.md).

# Using the App

There are two app options for the eChook: **Omni Telemetry** and the **eChook app (legacy)**. Both apps log data locally and can upload data to the eChook Live Data website.

For most teams, Omni Telemetry is the recommended default.

A quick comparison:

<table><thead><tr><th width="376"></th><th width="192">Omni Telemetry</th><th>eChook App</th></tr></thead><tbody><tr><td>On Google Play Store</td><td>Yes</td><td>No</td></tr><tr><td>Logs data to csv locally</td><td>Yes</td><td>Yes</td></tr><tr><td>Display data to driver</td><td>Yes</td><td>Yes</td></tr><tr><td>Upload to eChook Live Data</td><td>Yes</td><td>Yes</td></tr><tr><td>Upload to dweet.io public channels</td><td>Yes</td><td>Yes</td></tr><tr><td>Upload to custom Server URL</td><td>Yes</td><td>Yes</td></tr><tr><td>Lap Counting</td><td>Yes - auto start</td><td>Yes - Manual start</td></tr><tr><td>Works with Screen Off</td><td>Yes</td><td>No</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

A huge thanks to Keith and the Banchory team for sharing their app!

#### Installing the OMNI Telemetry app

Omni Telemetry is available from the Play Store - <https://play.google.com/store/apps/details?id=net.keduro.omni&hl=en_GB>

#### Installing the eChook app (Legacy)

The eChook app is no longer on the play store.

As a lot of teams use older phones for the app we have always kept it at the lowest API level allowed by the play store. This has now come back to bite us as the play store requirements have jumped, and the changes needed to the app to bring it back up to compliance are quite major. If further development occurs on the app it will be provided as a downloadable APK.

Please use the download from [APKPure](https://apkpure.com/echook/com.ben.drivenbluetooth), and follow their [installation instructions](https://apkpure.com/how-to/how-to-install-xapk-apk).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.echook.uk/using-the-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
