79794908

Date: 2025-10-20 12:50:46
Score: 0.5
Natty:
Report link

Run the ADB server on Windows and connect to it from WSL:

In PowerShell (Windows):

adb kill-server
adb -a -P 5037 nodaemon server &   

Keep the service running in the background.

In WSL:

export ADB_SERVER_SOCKET=tcp:[windwos_ip]5037
adb devices

You should now see your devices listed from WSL.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 7absec