2023-10-21 07:38:45 +02:00
< div style = "display:flex;" >
2023-10-24 15:28:53 +02:00
< img src = "./electron/resources/build/logo.png" alt = "viarotel-escrcpy" style = "width: 108px;" >
2023-10-21 07:38:45 +02:00
< / div >
2023-10-15 18:20:23 +02:00
# Escrcpy
2023-09-19 04:12:19 +02:00
2023-10-24 15:35:34 +02:00
📱 Display and control your Android device with a graphical interface of Scrcpy powered by Electron. [中文文档 ](https://github.com/viarotel-org/escrcpy/blob/main/README-CN.md )
2023-09-19 04:13:12 +02:00
2023-10-15 18:20:23 +02:00
< div style = "display:flex;" >
2023-10-24 16:02:18 +02:00
< img src = "./screenshots/en-us/overview.jpg" alt = "viarotel-escrcpy" style = "width: 100%;" >
2023-10-15 18:20:23 +02:00
< / div >
2023-10-24 16:40:24 +02:00
2023-10-24 16:02:18 +02:00
[More screenshots ](https://github.com/viarotel-org/escrcpy/tree/main/screenshots/en-us )
2023-09-19 04:12:19 +02:00
2023-10-24 15:28:53 +02:00
## Features
2023-09-19 04:12:19 +02:00
2023-10-24 15:28:53 +02:00
- 🏃 Synchronous: Benefit from web technologies to synchronize with Scrcpy faster
2024-03-21 05:05:46 +01:00
- 🤖 Automation: Enables automatic connection to historical devices and automatic execution of mirror.
2023-10-24 15:28:53 +02:00
- 💡 Customizable: Support independent configuration for multiple devices and ability to add notes and import/export all configurations
2023-10-30 01:50:57 +01:00
- 🎨 Theme: Supports light mode and dark mode, system-wide switching
2023-10-30 09:52:58 +01:00
- 🔗 Gnirehtet: Integrated Gnirehtet's reverse tethering functionality
2023-10-24 15:28:53 +02:00
- 😎 Lightweight: Native support, only display device screen
- ⚡️ Performance: 30-120 fps depending on device
- 🌟 Quality: 1920× 1080 or higher
- 🕒 Low latency: 35~70 ms
- 🚀 Quick startup: Display first image in about 1 second
- 🙅♂️ Non-intrusive: No installation residual left on Android device
- 🤩 User benefits: No account, no ads, no internet required
- 🗽 Free and open source
2023-09-19 04:12:19 +02:00
2023-10-24 15:28:53 +02:00
## Get Software Packages
2023-09-19 04:12:19 +02:00
2023-10-24 15:28:53 +02:00
[Check release addresses ](https://github.com/viarotel-org/escrcpy/releases )
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
## Quick Start
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### USB Connection
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> Note: If the phone prompts for debugging authorization, click allow
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
1. Enable developer mode and USB debugging on your Android phone
2. Open Escrcpy and connect your Android phone to your computer
3. The device list in Escrcpy should have detected your phone, click start mirroring
4. Enjoy!
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### WIFI Connection
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> Note: Wireless debugging needs to be enabled on your phone's wireless debugging page to get the IP address (usually the IP assigned when connecting to WIFI) and port number (default 5555) of the device
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
1. Follow steps 1-2 in USB Connection
2. Input the device IP address and port number obtained to Escrcpy and click connect device
3. The device list in Escrcpy should have detected your phone, click start mirroring
4. Enjoy!
2023-10-15 18:20:23 +02:00
2023-10-21 04:08:03 +02:00
### macOS && Linux
2023-10-24 15:28:53 +02:00
> Note: These platforms do not come with integrated [Adb](https://developer.android.com/studio/releases/platform-tools?hl=zh-cn) and [Scrcpy](https://github.com/Genymobile/scrcpy), you need to install them manually
2023-10-21 04:08:03 +02:00
2023-10-24 15:28:53 +02:00
1. Refer to the [installation document ](https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md ) for Linux
2. Refer to the [installation document ](https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md ) for macOS
3. Follow steps in USB Connection and WIFI Connection after dependencies are installed successfully
2023-10-21 04:08:03 +02:00
2023-10-30 09:36:16 +01:00
### Gnirehtet Reverse Tethering
> Note: macOS does not have Gnirehtet built-in. You need to manually install it to use this feature [Installation Guide](https://github.com/Genymobile/gnirehtet).
Gnirehtet is built into the Windows and Linux apps to provide reverse tethering from PC to Android devices.
2023-10-24 15:28:53 +02:00
## Shortcuts
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
Refer to [scrcpy/doc/shortcuts ](https://github.com/Genymobile/scrcpy/blob/master/doc/shortcuts.md )
2023-10-15 18:20:23 +02:00
2024-03-05 04:58:40 +01:00
## Device Operation
### Control Model
- Mirror
- Recording
- OTG
- Camera
### Device Interaction Bar
2023-10-18 05:34:40 +02:00
2023-10-24 15:28:53 +02:00
- Switch
- Home
- Back
- Notification
- Power
2024-03-04 06:32:13 +01:00
- Rotation
- Volume
2023-10-24 15:28:53 +02:00
- Screenshot
2024-03-04 06:32:13 +01:00
- Reboot
2023-10-24 15:28:53 +02:00
- Install APP
2024-03-04 06:32:13 +01:00
- File Manager
2023-11-06 09:30:37 +01:00
- Gnirehtet
2024-03-04 06:32:13 +01:00
- Mirror Group
2023-10-18 05:34:40 +02:00
2023-10-24 15:28:53 +02:00
## Preferences
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> Continuously improving. Currently supports the following common configurations
2023-10-18 13:23:00 +02:00
2023-11-06 08:49:04 +01:00
### General
2023-10-18 13:23:00 +02:00
2023-11-06 08:49:04 +01:00
- Change theme
- Adjust language
2024-03-04 06:13:57 +01:00
- File storage path (for storing audio/video recordings and device screenshots)
- ADB path
- Scrcpy path
- Gnirehtet path
- Scrcpy parameters
- Auto-connect to historical devices
- Gnirehtet Fix
- Enable debugging
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
### Video Control
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
- Maximum size
- Video bitrate
2023-10-24 15:28:53 +02:00
- Refresh rate
2023-11-06 08:49:04 +01:00
- Video encoding
2024-03-04 06:13:57 +01:00
- Display orientation
- Screen clipping
- Monitor
- Video buffering
- Receiver (v4l2) buffering
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
### Device Control
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
- Show touch points
2023-11-06 08:49:04 +01:00
- Keep awake
2024-03-04 06:13:57 +01:00
- Turn off screen during control
- Turn off screen after control
- Disable auto-brightness during control
- Simulate auxiliary display
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
### Window Control
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
- Window width
- Window height
- Window X coordinate
- Window Y coordinate
2023-10-24 15:28:53 +02:00
- Borderless mode
- Fullscreen mode
2023-11-06 08:49:04 +01:00
- Always on top
2024-03-04 06:13:57 +01:00
- Disable screensaver
### Audio Control
- Audio source
- Audio encoding
- Audio bitrate
- Audio buffering
- Audio output buffering
2023-10-15 18:20:23 +02:00
2024-03-04 06:13:57 +01:00
### Audio/Video Recording
2023-10-16 10:08:02 +02:00
2024-03-04 06:13:57 +01:00
- Video recording format
- Video recording orientation
2023-11-06 08:49:04 +01:00
- Recording duration
- Disable video recording
- Disable audio recording
2024-03-04 06:13:57 +01:00
- Disable video playback
2023-11-06 08:49:04 +01:00
- Disable audio playback
2023-10-16 10:08:02 +02:00
2024-03-04 06:13:57 +01:00
### Input Control
2023-10-16 10:08:02 +02:00
2024-03-04 06:13:57 +01:00
- Mouse mode
- Keyboard mode
- Keyboard injection method
2023-11-06 08:49:04 +01:00
2024-03-04 06:13:57 +01:00
### Camera Control
2023-11-06 08:49:04 +01:00
- Enable camera
- Camera source
2024-03-04 06:13:57 +01:00
- Camera resolution
- Camera aspect ratio
2023-11-06 08:49:04 +01:00
- Camera frame rate
2023-10-16 10:08:02 +02:00
2023-10-24 15:28:53 +02:00
## Next Steps?
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> Priority from high to low:
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
1. Optimize user interface, design a suitable logo ✅
2. Built-in software update function ✅
3. Record and save audio/video ✅
4. Add device quick interaction control bar ✅
5. Support customization of Adb and Scrcpy dependencies ✅
6. Support custom device name, and import/export of preference settings ✅
7. Customization, support independent configuration for individual devices ✅
8. Add support for macOS and linux operating systems ✅
9. Support internationalization ✅
2023-10-27 13:47:40 +02:00
10. Support for dark mode ✅
2023-10-30 09:36:16 +01:00
11. Add Gnirehtet reverse network function ✅
2023-11-06 08:02:52 +01:00
12. Add new camera mirror related features ✅
2023-11-07 07:09:09 +01:00
13. Better multi -screen collaboration ✅
2023-11-09 09:17:56 +01:00
14. Add more features to device interaction bar: file push, screen rotation, audio control etc ✅
2023-11-10 03:15:52 +01:00
15. Support bulk connecting to historical devices ✅
2023-11-14 04:18:27 +01:00
16. Support to use built-in terminals to execute custom commands ✅
2024-03-21 05:05:46 +01:00
17. Supports automatic execution of mirror on devices. ✅
18. Add file transmission assistant function 🚧
19. Support GUI-based selective file downloads from devices 🚧
20. Support grouping devices and bulk operations by group 🚧
21. Add game enhancement features such as game keyboard mapping 🚧
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
## FAQ
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### Computer cannot detect device after connecting
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
1. Please unplug and reconnect your device, and make sure the device has granted USB debugging authorization.
2. If it still doesn't work, your computer may be missing necessary drivers. Please install drivers using third-party tools such as DriverWizard and try again.
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### Unable to enter Chinese
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
This issue is known - Scrcpy doesn't seem to have tested and supported direct Chinese input. It's recommended to install a third-party input method on the phone that can well support, such as:
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
- Sogou Input
- QQ Input
- Google Pinyin Input
2023-10-15 18:20:23 +02:00
- Gboard
2023-10-24 15:28:53 +02:00
### Wireless connection prompts: The target computer actively refuses access
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
The first wireless connection may require pairing. Alternatively, insert USB to ensure connection establishment and authorization success before using wireless.
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### Clicking wireless mode after connecting via data cable has no response
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
Please click again, or click refresh devices. Generally it will not exceed two clicks. If still not working, please provide device model and Android version to [Issues ](https://github.com/viarotel-org/escrcpy/issues )
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### Why is the device interaction control bar not designed as an automatically sticking floating menu?
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
Adopting the floating menu approach will inevitably increase coupling with Scrcpy and difficulty in synchronization updates. Many similar ScrcpyGUI softwares had to invest a lot of effort in this approach and eventually gave up development due to update difficulties. Therefore, taking overall considerations, we decided to adopt the existing approach and look forward to Scrcpy's native support for an interaction control bar in the future.
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
### Some devices can see screenshots after connecting but cannot operate
2023-10-21 07:38:45 +02:00
2023-10-24 15:28:53 +02:00
> Note: For Xiaomi phones in particular, it requires not only enabling USB debugging but also enabling USB debugging (Security Settings), which is to allow modifying permissions or simulating clicks via USB debugging.
2023-10-21 07:38:45 +02:00
2023-10-24 15:28:53 +02:00
Please refer to the detailed instructions under [Reasons why mouse and keyboard do not work ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work )
2023-10-21 07:38:45 +02:00
2023-10-24 15:28:53 +02:00
### Downloading prompts antivirus detection causing unable to download normally
2023-10-21 15:40:13 +02:00
2023-10-24 15:28:53 +02:00
> After feedback, Windows Defender may occasionally block the software packages from being downloaded due to lack of certificate signing. You can try the following solutions:
2023-10-21 15:40:13 +02:00
2023-10-24 15:28:53 +02:00
1. Open `Windows Security Center` .
2. Select `Virus & threat protection` .
3. In the `Virus & threat protection settings` , click `Manage settings` .
4. Find `Real-time protection` , you can try clicking Disable if permission allows. If unable to disable real-time protection, please skip this step.
5. Scroll down the page, find `Exclusions` , click `Add or remove exclusions` .
6. Add the folder path where you download the software packages as an exclusion item, i.e. add the folder to the `Excluded list` .
2023-10-21 15:40:13 +02:00
2023-10-24 15:28:53 +02:00
### Failed to get device list or error when starting mirroring/recording
2023-10-23 02:53:05 +02:00
2023-10-24 15:28:53 +02:00
> This is generally caused by an incorrect path for `Adb` or `Scrcpy`, you can try the following solutions:
2023-10-23 02:53:05 +02:00
2023-10-24 15:28:53 +02:00
1. In the menu, select `Preferences` and then click the reset configuration button in the top right corner of `Global Mode` .
2. Go to the `Device List` page and try enabling mirroring again.
3. Make sure you have downloaded and installed the latest version of `Escrcpy` .
4. Press `Ctrl` + `Shift` + `I` to open the developer tools and check for any error messages.
5. If there are errors, take a screenshot and submit your issue with the screenshot on the [Feedback Issues ](https://github.com/viarotel-org/escrcpy/issues ) page.
2023-10-23 02:53:05 +02:00
2023-10-24 15:28:53 +02:00
### macOS window minimized to system tray icon not found
2023-10-24 10:46:51 +02:00
2023-10-24 15:28:53 +02:00
> This is generally caused by too many icons in the system tray overflowing and hiding the Escrcpy icon. Try using the following tools:
2023-10-24 10:46:51 +02:00
- [iBar ](https://www.better365.cn/ibar.html )
- [Bartender ](https://www.macbartender.com/ )
2023-11-18 04:27:44 +01:00
### After a successful installation of macOS, when I try to open it, I receive a prompt saying the file is damaged.
> This is usually due to the software package not being signed. You can try the following solutions:
1. Open Terminal and execute `sudo spctl --master-disable` to allow software from any source.
2. Open Terminal and execute `sudo xattr -r -d com.apple.quarantine [AppPath]` to attempt fixing the damaged software package prompt.
2024-03-14 01:46:49 +01:00
### Unable to locate the input point DiscardvirtualMemory on the dynamic link library Kernel32.dll.
2024-03-14 01:48:32 +01:00
Only support `Windows 10` and above versions.
2024-03-14 01:46:49 +01:00
2024-03-14 02:37:47 +01:00
### Audio capture exception causing mirroring failure.
> This usually happens because your computer lacks audio output or you have a low Android version (Android 11+).
Please try `disabling audio forwarding` feature through the `preferences settings` to resolve this issue.
2023-10-24 15:28:53 +02:00
## Getting Help
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> As this is an open source project run entirely by donations, support is limited and updates may not be on a fixed schedule.
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
- Issues: [Submit Feedback ](https://github.com/viarotel-org/escrcpy/issues )
- Email: viarotel@qq.com
- WeChat: viarotel
- QQ: 523469508
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
## Acknowledgements
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
This project would not be possible without the following open source projects:
2023-10-15 18:20:23 +02:00
- [scrcpy ](https://github.com/Genymobile/scrcpy )
- [adbkit ](https://github.com/DeviceFarmer/adbkit )
- [electron ](https://www.electronjs.org/ )
2023-11-02 11:07:57 +01:00
- [vue ](https://vuejs.org/ )
- [gnirehtet ](https://github.com/Genymobile/gnirehtet/ )
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
## Support the Project
2023-10-15 18:20:23 +02:00
2023-10-24 15:28:53 +02:00
> If this project has helped you, you can buy me a coffee to keep me energized and improving the project! 😛
2023-10-15 18:20:23 +02:00
< div style = "display:flex;" >
2024-03-27 11:26:58 +01:00
< img src = "./screenshots/zh-cn/viarotel-wepay.jpg" alt = "viarotel-wepay" style = "width: 30%;" >
< img src = "./screenshots/zh-cn/viarotel-alipay.jpg" alt = "viarotel-alipay" style = "width: 30%;" >
2024-03-22 04:11:52 +01:00
< a href = "https://www.paypal.com/paypalme/viarotel" target = "_blank" rel = "noopener noreferrer" >
< img src = "./screenshots/en-us/viarotel-paypal.png" alt = "viarotel-paypal" style = "width: 30%;" >
2024-03-22 04:09:27 +01:00
< / a >
< / div >