mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
780 B
780 B
title | date | draft | tags | medium_enabled |
---|---|---|---|---|
Control an Android Device Remotely using Scrcpy | 2020-01-09T21:36:30-05:00 | false | true |
With Scrcpy you can control an Android device remotely!
The README
on the Github page has all the information you need though it boils down to a few simple steps.
- Install
scrcpy
.
sudo snap install scrcpy
- Enable adb debugging on your device
- (Optional for remote capability) Enable adb over TCP/IP on your device
adb tcpip 5555
- (Optional Continued) Connect to the device
adb connect DEVICE_IP:5555
- Run
scrcpy