Weekly Shaarli

All links of one week in a single page.

Week 38 (September 15, 2025)

Connect to Android device using ADB wireless debugging with scrcpy
  1. Enable Wireless debugging in Developer options.
  2. Click on Pair device with pairing code.
  3. On the computer, adb pair followed by the IP address and port number as shown on the device, for example adb pair 192.168.1.322:49014. This will immediate challenge you to provide the six-digit pairing code shown on the device.
  4. Now invoke scrcpy --tcpip=192.168.1.322:49014 (or you could just as well use its serial number as shown by adb devices instead, adb -s adb-HJBF6XUO-jtwWkn._adb-tls-connect._tcp