Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tip: How to enable wireless debugging with Android?

Tip: How to enable wireless debugging with Android?

No more damaged cables and USB ports.

Sarath C

July 05, 2014
Tweet

More Decks by Sarath C

Other Decks in Technology

Transcript

  1. Setup • Connect your device over USB port • Enable

    USB debugging if prompted • Make a note of your IP of your device (See this by tapping on connected wireless network under settings) • Now fire up your terminal
  2. Setup ~ $ cd ~/android-sdks/platform-tools/ ! platform-tools $ ./adb tcpip

    <port> ! platform-tools $ ./adb connect <device ip>
  3. Example ~ $ cd ~/android-sdks/platform-tools/ ! platform-tools $ ./adb tcpip

    5555 * daemon not running. starting it now on port 5037 * * daemon started successfully * restarting in TCP mode port: 5555 ! platform-tools $ ./adb connect 192.168.1.2 connected to 192.168.1.2:5555