mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
27
content/blog/scrcpy.md
Normal file
27
content/blog/scrcpy.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: "Scrcpy"
|
||||
date: 2020-01-09T21:36:30-05:00
|
||||
draft: false
|
||||
images: []
|
||||
---
|
||||
|
||||
With [Scrcpy](https://github.com/Genymobile/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.
|
||||
|
||||
1. Install `scrcpy`.
|
||||
```bash
|
||||
sudo snap install scrcpy
|
||||
```
|
||||
2. [Enable adb debugging](https://developer.android.com/studio/command-line/adb.html#Enabling) on your device
|
||||
3. (Optional for remote capability) Enable adb over TCP/IP on your device
|
||||
```bash
|
||||
adb tcpip 5555
|
||||
```
|
||||
4. (Optional Continued) Connect to the device
|
||||
```bash
|
||||
adb connect DEVICE_IP:5555
|
||||
```
|
||||
5. Run `scrcpy`
|
Loading…
Add table
Add a link
Reference in a new issue