通过TCP连接亚行不工作,现在 [英] adb connection over tcp not Working now

查看:116
本文介绍了通过TCP连接亚行不工作,现在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图连接我的亚洲开发银行TCPIP并执行这些步骤

I was trying to connect my adb to tcpip and have followed these steps

adb tcpip 5555

adb connect 194.68.0.100:5555

我已经用我的设备2天,现在我无法连接到我的IP地址一样,当我做亚行TCPIP 5555不回应任何事情。任何人都知道可能是什么情景。

I have used my device for 2 days and now I am unable to connect to my IP address like when I do adb tcpip 5555 it doesn't respond anything. Anyone knows what could be the scenario.

推荐答案

试着做端口转发,

adb forward tcp:<PC port> tcp:<device port>.

这样的:

adb forward tcp:5555 tcp:5555.

听起来像5555端口被抓获因此使用另一种。据我所知7612是空的。

sounds like 5555 port is captured so use other one. As I know 7612 is empty

C:\Users\m>adb forward tcp:7612 tcp:7612

C:\Users\m>adb tcpip 7612
restarting in TCP mode port: 7612

C:\Users\m>adb connect 192.168.1.12
connected to 192.168.1.12:7612

请确保您连接到正确的IP地址。 (您也可以下载网络信息2,检查你的IP)

Be sure that you connect to the right IP address. (You can download Network Info 2 to check your IP)

这篇关于通过TCP连接亚行不工作,现在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆