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
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.
@@ -122,12 +122,7 @@ you can [build it by yourself](##Build)(just ubuntu test)
122
122
123
123
124
124
## Run
125
-
### Simple Mode
126
125
Connect to your Android device on your computer, then run the program and click `USB connect` or `WiFi connect`
127
-
### Not Simple Mode
128
-
Connect to your Android device on your computer, then run the program and click the button below to connect to the Android device.
129
-
130
-

131
126
132
127
### Wireless connection steps (ensure that the mobile phone and PC are in the same LAN):
133
128
1. Enable USB debugging in developer options on the Android device
@@ -139,7 +134,6 @@ Connect to your Android device on your computer, then run the program and click
139
134
7. Click update device again, and another device with IP address will be found. Select this device.
140
135
8. Click start service
141
136
142
-
143
137
144
138
Note: it is not necessary to keep you Android device connected via USB after you start adbd.
145
139
@@ -187,6 +181,7 @@ Note: it is not necessary to keep you Android device connected via USB after you
187
181
-`Ctrl`+`v`_pastes_ the computer clipboard as a sequence of text events (but
188
182
breaks non-ASCII characters).
189
183
- Group control
184
+
- Sync device speaker sound to the computer (based on [sndcpy](https://github.com/rom1v/sndcpy), Android 10+ only)
0 commit comments