Skip to content

ashdotnet/android-scrcpy-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Prereq

Your phone must be running Android 11 and above.

Your Android phone must be connected to the same WiFi connection as your computer.

Copy of the latest version of scrcpy for Windows (download here)

Tutorial

On your device, find the Build number option (usually under Settings > About phone > Build number)

Tap the Build Number option seven times until you see the message You are now a developer! This enables developer options on your phone.

alt text

From your Windows Machine, create a folder in Drive C: and name it scrcpy (exact location : C:\scrcpy)

alt text

Extract downloaded scrcpy from above to c:\scrcpy

Open Command Prompt Type in the following :

cd c:\scrcpy

Then press ENTER

alt text

Next, on your android device, find Developer options

In Developer options, scroll down to the Debugging section and turn on Wireless debugging.

alt text

Open Wireless debugging

alt text

Tap on Pair device with pairing code

Take note of the Pairing Code and the IP Address and Port - we'll use this to initiate the connection with your machine.

alt text

Go back to your Windows machine, in the same Command Prompt type in the following :

adb pair ipaddress:port

Then press ENTER

It will then ask you to put the pairing code, type in the Pairing Code from the Android Phone in the Command Prompt and press ENTER.

It should then say successful.

alt text

Go back to your Android phone, inside Wireless Debugging, take note of IP Address & Port (NOTE : the port should be different from the one we used for Pairing!)

Go back to your Windows machine, in the same Command Prompt type in the following :

scrcpy --tcpip=ipaddress:port

alt text

To enable AUDIO

Download SNCPY at https://github.com/rom1v/sndcpy (ensure VLC is installed on your machine!)

Extract on the same location as SCRCPY

Ensure SCRCPY is now fully configured

Under Developer Options, scroll down and ensure Disable Permission Monitoring is selected!

Run SNCPY by typing in 'sndcpy'

DONE!

"Buy Me A Coffee"

About

How to configure SCRCPY for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published