huazhouwang / WIFIADB

Connect adb from devices to androidstudio by wifi without usb anymore
Apache License 2.0
277 stars 39 forks source link

Cannot connect to 192.168.43.1:5555 #40

Open Hasan-Uddin opened 4 years ago

Hasan-Uddin commented 4 years ago

Cannot connect to 192.168.43.1:5555

vijaypatidar commented 4 years ago

You have to define the adb TCP/IP port to be used first time before connecting via Wi-Fi. These is just two command that need to be executed by connecting your device with USB cable.

cd C:\Users\VIJAY-PATIDAR\AppData\Local\Android\Sdk\platform-tools
adb tcpip 5555

Capture In my case ,I need to repeat this every time i restart my android device.

Hasan-Uddin commented 4 years ago

Yeah... I already Found it

On Sat, 22 Aug 2020 at 09:20, Vijay Patidar notifications@github.com wrote:

You have to define the adb TCP/IP port to be used first time before connecting via Wi-Fi. These is just two command that need to be executed by connecting your device with USB cable.

cd C:\Users\VIJAY-PATIDAR\AppData\Local\Android\Sdk\platform-tools adb tcpip 5555

[image: Capture] https://user-images.githubusercontent.com/41512842/90947243-f3ae6d00-e451-11ea-8b1c-821c4c545a2b.PNG In my case ,I need to repeat this every time i restart my android device.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/huazhouwang/WIFIADB/issues/40#issuecomment-678586461, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOMO6N2JW5XN2DGI76NJZDLSB42QLANCNFSM4PNBE7MA .