Support

Get connected with ADB in a few minutes

Start with a wired connection, make sure ADB sees the device, then switch to wireless debugging if you need it. This guide is built to get you connected quickly.

adb devices && adb shell getprop ro.product.model

Command flow

Local wired verification

adb start-server
adb devices
adb shell getprop ro.product.model
adb shell
Start here. If the device does not appear over cable, fix the wired connection before moving to Wi-Fi debugging.

Wireless handoff

Switch to Wi-Fi after the first wired session

adb tcpip 5555
adb shell ip addr show wlan0
adb connect <device-ip>:5555
adb devices

Replace `<device-ip>` with the address shown on the device network interface. Keep the device and workstation on the same network while testing.

Troubleshooting

If `adb devices` is empty

  • Re-seat the magnetic connector and confirm the USB port is providing a stable connection.
  • Restart the ADB server with `adb kill-server && adb start-server`.
  • Try a different port or hub if the host is underpowering the connection.
  • Confirm any device-side debug authorization prompt has been accepted.

Cable details

What this cable is built to do

  • USB-A host to 5-pad magnetic device connector.
  • USB 2.0 data plus 5V power for development and diagnostics.
  • 1 m shielded cable for setup, firmware work, and repeat bench sessions.

The cable is aimed at data access and debugging workflows first. If you only need charging, use a general-purpose cable instead.

Next step

Ready to order or go back to the product page?

Buy now opens Shopify checkout so you can review current price and shipping before you place the order.

Back to store Buy now