1

I have Oppo A5S and ı try to debug without usb my devices looks like this not like ip address ı try to connect with ip address but when ı unplugn my cable my devices looks offline how can i fix this ?

enter image description hereenter image description here

Erbay Mavzer
  • 59
  • 2
  • 7

2 Answers2

3

After installing the latest android sdk, you could also try

adb reconnect offline

fanbyprinciple
  • 306
  • 4
  • 8
1

You could try this:

Commands

  1. adb kill-server

  2. adb start-server

  3. adb tcpip 1234

  4. adb connect <ip>:1234

  5. adb devices

wuseman
  • 816
  • 9
  • 15