User Tools

Site Tools


screen_mirroring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
screen_mirroring [2026/01/30 08:04] – created phobosscreen_mirroring [2026/05/29 12:52] (current) – fixed cmd phobos
Line 1: Line 1:
-test+====== Screen mirroring ====== 
 + 
 +Screen mirroring uses ADB to show the phone's display on your PC and allowing you to interact with it using your keyboard and mouse.  
 + 
 +This guide will use [[https://github.com/Genymobile/scrcpy/tree/master| 
 +Scrcpy]]. 
 + 
 +===== Installation ===== 
 + 
 +Make sure that you have ADB installed and setup, see the [[setting_up_adb|Setting up ADB]] page for details. 
 + 
 +==== Windows ==== 
 + 
 +See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md 
 + 
 +=== WinGet === 
 + 
 +From a Terminal: 
 +''%%winget install --exact Genymobile.scrcpy%%'' 
 + 
 + 
 +==== Mac ==== 
 + 
 +See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md 
 + 
 +=== Brew === 
 + 
 +From the Terminal:  
 +''brew install scrcpy'' 
 + 
 +==== Linux ==== 
 + 
 +See the Scrcpy install page here: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md 
 + 
 +Download from your package manager, on most distros this will be simply ''scrcpy''. However on Fedora it is only available through copr, and on Debian based distros you will need to use the install script (see the scrcpy page). 
 + 
 +===== Usage ===== 
 + 
 +Plug the phone into your PC.  
 + 
 +From a Terminal run the command: 
 + 
 +''scrcpy''  
 + 
 +Scrcpy will attempt to initiate a handshake and if successful the phone screen should simply pop up. If it does not work, make sure to check over the [[setting_up_adb|Setting up ADB]] page and see if you missed any parts. 
 + 
 + 
screen_mirroring.1769789062.txt.gz · Last modified: by phobos