Thursday, February 2, 2017

How to enable wireless debugging with the ADB Android


  1. Open cmd 
  2. go to path till
    C:\Users\servpro.nikhil\AppData\Local\Android\sdk\platform-tools

  3. Type
  4. adb usb

  5. Type
  6. adb devices

  7. Type
  8. adb tcpip 5556

  9. Type
  10. adb connect <Your device IP address>
    Note: To check device IP address go to settings > About Phone > Status > IP address
    You will find status ad Connected to

  11. Remove USB and Enjoy

No comments :

Post a Comment