Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Tutorial: Usar o ADB pelo Wi Fi

Hugo N. Fonseca edited this page Feb 26, 2021 · 1 revision
  • Lista de dispositivos adb devices

  • Iniciar o modo TCP/IP na porta 5555 (como exemplo) adb tcpip 5555

  • Identificar o dispositivo na rede adb shell ip addr show wlan0

  • Conectar no dispositivo adb connect <ip>:5555

Clone this wiki locally