~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI, Writer of Tidbits, and Linux Enthusiast

Control an Android Device Remotely using Scrcpy

Published on

Updated on

With Scrcpy you can control an Android device remotely!

1578623897330

The README on the Github page has all the information you need though it boils down to a few simple steps.

  1. Install scrcpy.
sudo snap install scrcpy
  1. Enable adb debugging on your device
  2. (Optional for remote capability) Enable adb over TCP/IP on your device
adb tcpip 5555
  1. (Optional Continued) Connect to the device
adb connect DEVICE_IP:5555
  1. Run scrcpy
Reply via Email Buy me a Coffee
Share: Hacker News Reddit Twitter