Just like the title, I just need to be able to connect to a adb server on a computer on another network, without the initial USB tether to start the server. Thanks!
Thats the problem. I need to get away from the initial USB. I need to have a server pc on a different network, and fake a usb connection from a phone on another network. I cannot have the initial USB connection to create the initial connection.
Even if your device on the different network, you should be fine with 'adb tcpip 5555'
This command set the target device to listen for a TCP/IP connection on port 5555. You don't have to run it from the PC that you are using to connect to the device.
Seems like it is the the only options if your device non rooted.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.