Bez popisu

Anwar Mohammad Abdul 8402397230 input events fix před 7 roky
.idea 4ce16af3a0 Initial commit před 7 roky
app 8c9d349002 Maintain aspect ratio on navbar screen před 7 roky
config 4ce16af3a0 Initial commit před 7 roky
gradle 4ce16af3a0 Initial commit před 7 roky
release 9a41ebbf9a version 1.1 před 7 roky
server 8402397230 input events fix před 7 roky
.gitignore 4ce16af3a0 Initial commit před 7 roky
README.md 8c914d9f17 fix typo před 7 roky
build.gradle 4ce16af3a0 Initial commit před 7 roky
gradle.properties 4ce16af3a0 Initial commit před 7 roky
gradlew 4ce16af3a0 Initial commit před 7 roky
gradlew.bat 4ce16af3a0 Initial commit před 7 roky
settings.gradle 4ce16af3a0 Initial commit před 7 roky

README.md

scrcpy-android

  • This application is android port to desktop applicaton Scrcpy.

  • This application mirrors display and touch controls from a target android device to scrcpy-android device.

  • scrcpy-android uses ADB-Connect interface to connect to android device to be mirrored.

Download

scrcpy-release-v1.1.apk

Instructions to use

  • Make sure both devices are on same local network.

  • Enable ADB-connect/ADB-wireless/ADB over network on the device to be mirrored.

  • Open scrcpy app and enter ip address of device to be mirrored.

  • Select display parameters and bitrate from drop-down menu(1280x720 and 2Mbps works best).

  • Set Navbar switch if the device to be mirrored has only hardware navigation buttons.

  • Hit start button.

  • Accept and trust(check always allow from this computer) the ADB connection prompt on target device(Some custom roms don't have this prompt).

  • Thats all! You should be seeing the screen of target android device.

  • To wake up device, double tap anywhere on screen.

  • To put device to sleep, close proxmity sensor and double tap anywhere on the screen.

  • To bring back the local android system navbar while mirroring the remote device, swipe up from the bottom edge of screen.

Building with Gradle

./gradlew assembleDebug