Jolanrensen / WebADB-tcpip

Simple and easy to use website to enable ADB over WiFi on USB-connected devices
http://bit.ly/adboverwifi
MIT License
15 stars 5 forks source link

No connection in local server #1

Open Alberto2021 opened 3 years ago

Alberto2021 commented 3 years ago

Hello Jolan,

I would like to congratulate you. WebADB tcpip is a amazing job done.

I hope you could help. I downloaded you github project and installed in my PC in a simple python local web server and a device connected locally and WebADB tcpip works well and make the connection with the smart phone.

But I tried do the same, same server but accessing from another PC. I mean the smart phone is connected in a different PC and I'm accessing to the web server and it doesn't work.

https://jolanrensen.github.io/WebADB-tcpip/ Connect works from in PC A (with smartphone connected) and B (with smart phone connected)!

http://192.168.2.13:8000/WebADB-tcpip Works in the PC A (local server and smartphone connected) but it doesn't work in PC B (just smartphone connected accessing to the server in PC A).

Does the server need a special configuration?

Jolanrensen commented 3 years ago

Hi, like I said in the email before. No, the server does not need any special configuration to work. It's just JavaScript and HTML files, so it can even be run locally. I don't know why it doesn't work, but it might be a security or other local issue. Also, does jolanrensen.github.io work after 192.168... fails on pc B?