# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
