简体   繁体   English

亚行无线+ Windows +非根目录设备+挂起问题

[英]ADB Wireless + Windows + Non-rooted Device + Hang Issue

I am trying to connect my device via WiFi and following the steps mentioned here . 我正在尝试通过WiFi连接我的设备,并按照此处提到的步骤进行操作。
But when I restart adb in different modes like: 但是当我以不同的模式重启adb时:
1- adb usb , or 1- adb usb ,或
2- adb tcpip 5555 2- adb tcpip 5555

the result is like: 结果是这样的:

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
restarting in TCP mode port: 5555

And it hangs there itself, nothing happens after that. 它本身就挂在那里,此后没有任何反应。
Is something else needed that I am missing ?? 还有其他我想念的东西吗??

Thanks, if someone read my question and tried for some solution but I found a work-around solution for this: 谢谢,如果有人阅读了我的问题并尝试了一些解决方案,但我为此找到了一种解决方案:
1. Run the command adb tcpip 5555 and when it hangs, disconnect the USB 1.运行命令adb tcpip 5555 ,当它挂起时,断开USB连接
2. Connect the USB again, run the command again, now you can see that it proceeds to next input line where you can proceed to adb connect **.**.**.** command to connect to device via tcp. 2.再次连接USB,再次运行命令,现在您可以看到它进入下一条输入行,您可以在其中继续执行adb connect **.**.**.**命令以通过tcp连接到设备。
3. Now, just remove the USB cable and continue using the device. 3.现在,只需拔下USB电缆并继续使用设备即可。

NOTE: Device and System must be connected to same wireless network. 注意:设备和系统必须连接到同一无线网络。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在正在调试的应用程序上下文中(在非root用户的设备上)打开“ adb shell”? - How to open “adb shell” in context of application being debugged (on non-rooted device)? 是否真的有一种方法可以在不使用电缆的情况下将 ADB 命令发送到非 root 的 android 设备? - Is there truly a way to send ADB commands without the usage of a cable to a non-rooted android device? 如何重新启动非root用户的设备? - how to restart a non-rooted device? Android:在非根目录设备上运行脚本 - Android: run a script on non-rooted device 亚行备份不适用于无根的oneplus2 - adb backup doesn't work on non-rooted oneplus2 非root用户设备上的Android用户空间文件系统驱动程序? - Android userspace filesystem driver on non-rooted device? 以编程方式在Android设备上创建Google帐户(非root用户设备) - Creating a google account on android programatically (non-rooted device) Android : 使用非 root 的 android 设备捕获 HTTP 请求 - Android : Capturing HTTP Requests with non-rooted android device 如何使用adb命令在非root用户的android设备中擦除用户应用,用户数据,用户缓存? - How to wipe user apps, user data, user cache in non-rooted android devices using adb commands? 使用Wifi连接ADB用于非root设备 - Connecting ADB using Wifi for non rooted device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM