Skip to content

How to connect?

ADB Remote app requires ADB over Wi-Fi (ADB daemon running on a TCP/IP port). This configuration needs to be done only once, and then it will connect automatically next time.

IMPORTANT

Most Android TVs and Android boxes automatically run ADB over Wi-Fi after enabling USB Debugging. But for phones and tablets, it's disabled by default. In this case, please use Wireless Debugging mode to connect. If you have a computer, see How to change ADB over Wi-Fi mode using computer?.

Step 1

Connect both devices to the same WiFi.

Step 2

Disconnect any VPN apps.

Some devices may fail to connect to the ADB server when a VPN is connected.

Step 3

Note

If target device is phone or tablet, please use Wireless Debugging mode to connect.

Enable USB Debugging. If you already enabled USB debugging, please proceed to Step 4.

  • Open Settings on Android TV and select Device Preferences.

    Device Preferences

  • Select About or About TV.

    About

  • Tap Build or Android TV OS build or Model or Software version 7 times until you see No need, you are already a developer toast message.

    Build

  • Go back to Device Preferences and select Developer options.

    Developer options

  • Enable USB debugging.

    USB debugging

IMPORTANT

Step 4

Get local IP Address. Both Wi-Fi and Ethernet (LAN cable / Wired connection) are supported. If you already know local IP Address, please proceed to Step 5.

  • Select Network and Internet in settings.

    Network and Internet

  • If you use Wi-Fi, select your connected WiFi.

    Connected WiFi

    Remember the IP Address (IPv4 address). It should start with 192.168.x.x .

    IP Address

  • If you use Ethernet, Remember the Ethernet IP Address (IPv4 address). It should start with 192.168.x.x .

    Ethernet IP Address

Step 5

Open ADB Remote app on your phone. Enter IP address from your Android TV/box. Enter 5555 in Port. Then just press Connect button.

Most Android TVs and boxes run ADB daemon on TCP port 5555.

Connect

Troubleshooting

What should I do if app shows "Please allow USB debugging" like this?

App prompt

If app shows like this, a prompt dialog saying "Allow USB debugging?" will appear on your target device. Check Always allow from this computer checkbox, and press OK/Allow button. Then, press Connect button again in the ADB Remote app.

USB debugging prompt

What should I do if app shows "Connection timed out"?

  • Ensure USB debugging is enabled and the IP Address from the target device is correctly entered.
  • Reboot/restart your phone, the target device (Android TV/box), and your Wi-Fi router (by turning them off and on). Then, try again.
  • If your target device is running Android 11 or later and has Wireless debugging option in developer options, try connecting using Wireless Debugging mode.
  • If you have a computer, see how to change ADB over Wi-Fi mode using computer?.
  • If none of these steps resolve the issue, please contact us here.

What should I do if IP address keep changing?

How to enable Wireless ADB using WADB app?

  1. Install WADB app on your target device (Android TV or box).

  2. Open WADB app, turn on Enable wireless adb and Start on boot.

    WADB

Note

To enable wireless ADB directly on from the device, root is required. Some Android TVs and boxes are already rooted, so this method may work.

How to enable ADB debugging on Mi TVs?

  1. Open Settings and click on Security.

    Mi TV settings

  2. Change ADB debugging from Deny to Allow.

    Mi TV settings - Security

TIP

If you have any questions or suggestions, please contact us here.