adb over tcpip

adb over tcpip, 當 device 需要充電的時候這個還滿有用,作法也很簡單,筆記一下

1. 先連 wifi 並透過 settings 找到 wifi 的 ip ex: 192.168.1.2
2. 先連 usb 並且輸入

adb tcpip 5555


3. 拔掉 usb 並輸入

adb connect 192.168.1.2:5555

然後 adb 就可以透過 tcpip 接傳資料了

4. 要取消的時候輸入

adb usb

就可以了

0 意見:

  © Blogger template 'Minimalist G' by Ourblogtemplates.com 2008 Modified By Hugh

Back to TOP