Niko Diamadis
Feb 28, 2021

--

I just created a small batch file with following content:

---

SET /P port=Port:

adb connect 192.168.178.39:%port%

---

Just replace the ip with the ip of your device and save it.

By running the .bat file it asks for the new port. After entering it and hitting 'Enter' it connects to the device.

This simplifies the process a little bit.

--

--

Niko Diamadis
Niko Diamadis

Written by Niko Diamadis

Student & Freetime Android developer

No responses yet