markdown 可以在wi-fi上运行`abd`,但它需要一根电缆来启用它。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 可以在wi-fi上运行`abd`,但它需要一根电缆来启用它。相关的知识,希望对你有一定的参考价值。

Rooting is not required. With USB cable connected, port 5555 opened across all involved firewalls and debug mode enabled

`adb tcpip 5555`

then look into wireless properties of your device and the network you use, to see which IP address have been granted to device (or configure your DHCP always to use the same for the device mac address). Then

`adb connect 192.168.1.133`

(were 192.168.1.133 is a sample IP address).

This is all. You can now use adb shell or adb install or adb upload or the like with USB cable plugged out.

To switch back to USB mode,

`adb usb`

The device may also revert back to USB mode after reboot.

This mode is needed for development of applications that use attached USB devices directly (USB port is used by device so cannot be used by ADB). It is briefly covered in the USB debugging section of the Android website.

以上是关于markdown 可以在wi-fi上运行`abd`,但它需要一根电缆来启用它。的主要内容,如果未能解决你的问题,请参考以下文章

markdown Raspbian - 首次启动时的Wi-Fi和SSH

md文件如何打开,markdown文件用啥打开

我可以在 Android 上同时打开 Wi-Fi 和蜂窝网络接口吗?

在连接到 IPv6 网络的 Wi-Fi 上运行 iOS 10.0

由于应用内购买产品在 Wi-Fi 上运行 iOS 14.0.1 的 iPad 上出现错误,App Store 中的应用被拒绝

如何用adb命令结束安卓设备上所有运行和后台程序?