How to Set Install SCRCPY on Windows 10/8/7 Control and View Android Devices.2022.

Опубликовано: 03 Ноябрь 2024
на канале: Positivity Is The Key
3,350
133

How to control your Android Screen with Windows using scrcpy tool.
Scrcpy is an open-source screen mirroring application that allows control of an Android device from a Windows, macOS, or Linux desktop computer. Scrcpy application provides display and control of Android devices connected to USB or Wifi.
Make sure you enable adb debugging on Android devices.

-------Links & commands----

Using USB---------

1- Download SDK platform-tools zip file: https://developer.android.com/studio/...
2- Try one after one until you see that is connected to your device
. adb devices
./adb devices
./adb.exe devices
3- download the latest package of scrcpy: https://github.com/Genymobile/scrcpy/...

Using Wifi--------

1- Try one after one until you see that is connected to your device:
adb devices
./adb devices
./adb.exe devices
2- adb tcpip 5555
3- replace device IP address by your phone IP address:
adb connect -device IP address-:555
or
./adb connect -device IP address-:555
or
./adb.exe connect -device IP address-:555

thanks for watching see you next time.