srevinsaju/guiscrcpy

Unable to locate the phone

Delicious-Bacon opened this issue · 1 comments

Network Manager does not see any devices on the network.

My phone is connected to the same LAN via Wi-fi and connected via USB to the PC.

"Refresh" does not list any network devices.

"TCPIP" shows a message that is cut off, "disconnect your device, and enter the IP address, and co". The message is too long to display it properly.

When I manually input the phone's IP address and click "Connect", I get a message "Device failed to get connected (is it an Android dev?"

Installation: Flatpak via Appstore
OS: Rocky Linux 9
Phone: Samsung Galaxy A40, Android version 11

Try this, on a linux shell:

adb connect <ip address here>:<port> 

Port is normally 5555, but it depends on the phone manufacturer.

Let me know if it works,