> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/remoteredirect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/remoteredirect/configuration/operating-modes/display/connectivity/android-app.md).

# Android App

## Overview

<figure><img src="/files/XVDfUSmZvt0EbF5nPk5H" alt=""><figcaption><p>Setup diagram</p></figcaption></figure>

The Android app establishes a connection to the RemoteRedirect web service and a specific link.&#x20;

The Android App receives any changes from the RemoteRedirect web service in terms of reference time changes, script changes on scene changes. All the data is sent to the display board is produced locally, and therefore does not need stable internet connection for it. Only when needing to react on changes an internet connection is required.&#x20;

## USB-RS232 Adapters

The data from the app to the displayboard is usually via RS232. Therefore you need to connect an USB-RS232 adapter to your phone.&#x20;

The following adapters have been confirmed working with our Android app:

* DriverGenius 1-Port UBS Adapter USB-A ([Amazon](https://www.amazon.de/gp/product/B0BYRW5J4K/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8\&psc=1))
* DriverGenius 1-Port USB Adapter USB-C ([Amazon](https://www.amazon.de/gp/product/B07Y33RHB2/ref=ppx_yo_dt_b_asin_title_o02_s01?ie=UTF8\&psc=1))

## Download

The app can be downloaded from the Google Play Store.

{% embed url="<https://play.google.com/store/apps/details?id=com.dbnetsoft.RemoteRedirect>" %}
Google Play Store Download
{% endembed %}

<figure><img src="/files/cKzMQmz1H4wjChIsAFSw" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.dbnetsoft.com/remoteredirect/configuration/operating-modes/display/connectivity/android-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.
