WiFi debugging

Pair and connect ADB over Wireless debugging (no USB step).

Activate WiFi debugging

Device Settings > Developer Options > Enable Wireless debugging.

Pair

Pair the device with a pairing code:

adb pair <ipaddr>:<port>

Connect

adb connect <ipaddr>:<port>

Shows a notification on the device.

Updated: 2026 Aug 19