- for WINDOWS users -
basically you create a file named: adb_connect.bat
in the file add this content:
C: \ Android \ android-sdk \ platform-tools \ adb.exe connect 192.168.11.179Χ555
pause
edit the path to your adb.exe and your ip device
leave a pause if you want to see the results
and there you have it. just run the file every time you connect your device.
It works for me :-)
By the way, if you give the device a static ip, you donβt have to re-edit the file every time you connect
to use
source share