weixiansen574 / HybridFileXfer

多轨快传,同时使用USB和5G与2.4GWIFI等通道传输文件到电脑,榨干手机IO!
GNU General Public License v3.0
1.56k stars 59 forks source link

USB:5740端口转发失败,请检查是否开启USB调试和授权此电脑 #33

Closed 8620hachiroku closed 4 months ago

8620hachiroku commented 4 months ago

如题,在尝试连接到手机的时候出现了如下提示 手机以开启usb调试且已授权,使用的是root模式,已使用sui授权 手机及电脑均使用Releases v1.3.0的版本 手机的系统是miui global 14.0.7 电脑的系统是Windows 10 22H2 经测试adb已经识别到了设备,使用ping手机ip可以ping通 下面是截图

Snipaste_2024-07-20_00-49-06 Snipaste_2024-07-20_00-41-23 Snipaste_2024-07-20_00-36-34

photo_4_2024-07-20_0
![photo_2_2024-07-20_00-39-45](https://github.com/user-attachments/assets/abdd6da9-da44-4ca7-86c5-5d9dfb8f0d48)
![photo_1_2024-07-20_00-39-45](https://github.com/user-attachments/assets/e266ecd5-12be-4ec4-8c40-71ff191637e0)
0-39-45

8620hachiroku commented 4 months ago

补充一下,防火墙已关闭

8620hachiroku commented 4 months ago

https://gsw945.com/index.php/archives/33/ 终于,尝试看到的指令的指令(先停止掉NAT服务,然后再开启):

net stop winnat netsh interface ipv4 show excludedportrange protocol=tcp net start winnat netsh interface ipv4 show excludedportrange protocol=tcp

这样就行了