Table des matières

Android TV

Objective

This documentation explains how to:

Prerequisites

1. Access system information

Go to Settings → About tablet

Identify:

2. Enable developer mode

Click 7 times on “Build number”

Result:

3. Access developer options

Go to Settings → System → Developer options

Enable:

4. ADB connection

Open a command prompt and run:

adb connect IP:PORT

Example:

adb connect 172.20.21.32:5555

5. Verification

Use the following command to verify the connection between your PC and the screen:

adb devices

Expected result:

172.20.21.32:5555    device

⚠️ If “unauthorized”:

6. APK installation

Use the following command to install the APK:

adb -s IP:PORT install "{path}\zebrix-agent.apk"

Update:

adb -s IP:PORT install -r "{path}\zebrix-agent.apk"

Once the installation is complete, launch the application on your screen.

Configuration in Zebrix Control

Configure the screen driver as follows:

Your equipment is now configured.