Coder Social home page Coder Social logo

how_to_wireless_debug_android_devices's Introduction

How to wireless debug an android device

  • Enable "developer mode" on the device
  • Enable "Debug USB"
  • Enable "Debug ADB while charging"
  • Connect the device via USB (and allow every related popup)
  • Copy the "platform-tools_r34.0.5-windows.zip" file
  • Extract it and open a terminal in the same location as the "adb.exe" file
  • launch next command to open a tcpip connection on port 5555:
 adb tcpip 5555
  • launch next command and check if your usb device is listed:
adb devices
  • launch next command to enable wireless debug on the device:
adb connect <device_ip_address>
  • launch again this command to verify that your device is listed as connected both USB and wireless
 adb devices
  • disconnect the usb
  • launch again this command to verify that your device is still there only as wireless connected
 adb devices
  • search for "chrome://inspect" and wait a few until all the device chrome's

-If you find any problem just kill the tcp connection and restart:

adb kill-server

Encountered issues

  • Both devices must be connected to the same network
  • Sometimes you need to disable end re-enable "usb debug"
  • When on "chrome://inspect" you may need to open a few tabs to make it appear in the list or just wait a bit (it's not that rapid)

how_to_wireless_debug_android_devices's People

Contributors

vandelpavel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.