You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-30
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# QtScrcpy
2
2
3
-
[](https://opencollective.com/QtScrcpy)
3
+
[](https://opencollective.com/QtScrcpy)
QtScrcpy connects to Android devices via USB (or via TCP/IP) for display and control. It does NOT require the root privileges.
13
+
QtScrcpy connects to Android devices via USB (or via TCP/IP) for display and control. It does NOT require root privileges.
14
14
15
-
It supports three major platforms: GNU/Linux, Windows and MacOS.
15
+
It supports three major platforms: GNU/Linux, Windows and macOS.
16
16
17
17
It focuses on:
18
18
@@ -32,15 +32,15 @@ It focuses on:
32
32

33
33
34
34
## Customized key mapping
35
-
You can write your own script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. [Here](docs/KeyMapDes.md) are the rules.
35
+
You can write your script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. [Here](docs/KeyMapDes.md) are the rules.
36
36
37
-
A script for "PUBG mobile" and TikTok mapping is provided by default. Once enabled, you can play the game with your keyboard and mouse as the PC version. or you can use up/down/left/right direction keys to simulate up/down/left/right sliding. You can also write your own mapping files for other games according to [writing rules](docs/KeyMapDes.md). The default key mapping is as follows:
37
+
A script for "PUBG mobile" and TikTok mapping is provided by default. Once enabled, you can play the game with your keyboard and mouse as the PC version. or you can use up/down/left/right direction keys to simulate up/down/left/right sliding. You can also write your mapping files for other games according to [the writing rules](docs/KeyMapDes.md). The default key mapping is as follows:
38
38
39
39

40
40
41
41
[Here is a video demonstration of playing "PUBG mobile"](http://mp.weixin.qq.com/mp/video?__biz=MzU1NTg5MjYyNw==&mid=100000015&sn=3e301fdc5a364bd16d6207fa674bc8b3&vid=wxv_968792362971430913&idx=1&vidsn=eec329cc13c3e24c187dc9b4d5eb8760&fromid=1&scene=20&xtrack=1&clicktime=1567346543&sessionid=1567346375&subscene=92&ascene=0&fasttmpl_type=0&fasttmpl_fullversion=4730859-zh_CN-zip&fasttmpl_flag=0&realreporttime=1567346543910#wechat_redirect)
42
42
43
-
Here is the instruction of adding new customized mapping files.
43
+
Here is the instruction for adding new customized mapping files.
44
44
45
45
- Write a customized script and put it in the `keymap` directory
46
46
- Click `refresh script` to check whether it can be found
@@ -81,7 +81,7 @@ build|meson+gradle|qmake or CMake
81
81
## Learn
82
82
83
83
If you are interested in it and want to learn how it works but do not know how to get started, you can choose to purchase my recorded video lessons.
84
-
It details the development architecture and the development process of the entire software, and help you develop QtScrcpy from scratch.
84
+
It details the development architecture and the development process of the entire software and helps you develop QtScrcpy from scratch.
1. Set up an Android development environment on the target platform
251
251
2. Open server project in project root with Android Studio
252
-
3. The first time you open it, if you do not have the corresponding version of gradle, you will be prompted to find gradle, whether to upgrade gradle and create it. Select Cancel. After canceling, you will be prompted to select the location of the existing gradle. You can also cancel it (it will download automatically).
253
-
4. Edit the code as needed, but of course you do n’t need to.
252
+
3. The first time you open it, if you do not have the corresponding version of Gradle, you will be prompted to find Gradle, whether to upgrade Gradle or create it. Select Cancel. After canceling, you will be prompted to select the location of the existing Gradle. You can also cancel it (it will download automatically).
253
+
4. Edit the code as needed, but of course, you don’t need to.
254
254
4. After compiling the apk, rename it to scrcpy-server and replace QtScrcpy/QtScrcpyCore/src/third_party/scrcpy-server.
255
255
256
256
## Licence
@@ -274,7 +274,7 @@ Since it is based on scrcpy, respect its Licence
274
274
275
275
[Barry CSDN](https://blog.csdn.net/rankun1)
276
276
277
-
An ordinary programmer, working mainly in C++ for desktop client development, graduated from Shandong for more than a year of steel simulation education software, and later moved to Shanghai to work in security, online educationrelated fields, familiar with audio and video. I have an understanding of audio and video fields such as voice calls, live education, video conferencing and other related solutions. I also have experience in Android, Linux server and other kinds of development.
277
+
An ordinary programmer, working mainly in C++ for desktop client development, graduated from Shandong for more than a year of steel simulation education software, and later moved to Shanghai to work in security, online education-related fields, familiar with audio and video. I have an understanding of audio and video fields such as voice calls, live education, video conferencing and other related solutions. I also have experience in Android, Linux servers and other kinds of development.
0 commit comments