Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
the same network or a different network. I need a different network. And even when I went wireless, it required a USB tether initiallyThe adb server runs on the mobile device, not on a computer. You can connect to a device over the network From a client computer.
https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp
I recieved this error: " No connection could be made because the target machine actively refused it. (10061) "It will work to any subnet which is routable from your current local subnet.
yesHave you enabled USB debugging on your device?
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.So on your computer, did you do the following, as described in the SO question?
When connected via USB: adb tcpip 5555. Disconnect USB, view phone IP from Settings > About Phone > Status. Now adb connect 192.168.x.x
I can't root the device either :/ is there any way around this? If not, is there a way to run adb natively on my phone, and access it on my phone?Ah I see what you mean. Apparently there are ways to do this using certain apps, but it requires the device to be rooted
https://android.stackexchange.com/questions/44357/adb-without-usb-connection
