Skip to content

Connecting via WiFi ADB

WiFi ADB allows you to connect your Android device wirelessly, without a USB cable. This is useful for long-running automation sessions.

  • Android 11 or newer (for wireless debugging)
  • Both computer and phone on the same WiFi network
  • Initial USB connection required for setup (Android 10 and below)

Method 1: Wireless Debugging (Android 11+)

Section titled “Method 1: Wireless Debugging (Android 11+)”

This is the recommended method for Android 11 and newer devices.

  1. Go to Settings → Developer options
  2. Scroll down to Wireless debugging
  3. Toggle it ON
  4. Tap Wireless debugging to open settings
  5. Tap Pair device with pairing code
  6. Note the IP address, Port, and Pairing code
  1. Click Devices in the sidebar
  2. Click Connect via WiFi
  3. Enter the IP address and pairing port
  4. Enter the pairing code
  5. Click Pair
  6. Once paired, click Connect

Method 2: Traditional WiFi ADB (Android 10 and below)

Section titled “Method 2: Traditional WiFi ADB (Android 10 and below)”

This method requires an initial USB connection.

  1. Connect your device via USB cable
  2. Ensure it’s recognized in FeedFlux
  1. In FeedFlux, with device connected via USB
  2. Click the three dots menu next to your device
  3. Select Enable WiFi ADB
  4. Note the IP address shown
  1. Disconnect the USB cable
  2. Click Connect via WiFi
  3. Enter the IP address and port (usually 5555)
  4. Click Connect
  • Keep devices on same network - Connection breaks if either device changes networks
  • Static IP recommended - Set a static IP on your Android to prevent IP changes
  • WiFi ADB disables on reboot - You’ll need to repeat the USB setup after phone restart
IssueSolution
Cannot find deviceEnsure both devices are on the same WiFi network
Connection refusedCheck if wireless debugging is enabled on phone
Connection timeoutDisable firewall temporarily to test
Frequent disconnectsMove devices closer to WiFi router