0

I'm developing on a Linux system with Android Studio 3.1.3 and connected my device to adb via Wi-Fi:

ruomini@ruomini-XPS-13-9370:~$ !622 adb usb ruomini@ruomini-XPS-13-9370:~$ !623 adb devices List of devices attached FA7BJ1A01528 device

ruomini@ruomini-XPS-13-9370:~$ !624 adb tcpip 5555 restarting in TCP mode port: 5555 ruomini@ruomini-XPS-13-9370:~$ !625 adb connect 192.168.42.4 connected to 192.168.42.4:5555 ruomini@ruomini-XPS-13-9370:~$ adb devices List of devices attached FA7BJ1A01528 device 192.168.42.4:5555 device

Now I remove the USB cable and check the connected devices:

ruomini@ruomini-XPS-13-9370:~$ adb devices List of devices attached

First of all, why am I seeing two devices attached while the cable is attached? Second, why is the phone not appearing in the list after I pull the USB cable? The phone is running Android 8.1.0.

FractalBob
  • 3,225
  • 4
  • 29
  • 40

0 Answers0