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
@@ -54,7 +62,7 @@ When the window is closed, it will switch back to the original input method.
54
62
55
63
### Device Connection Issues
56
64
57
-
### USB connection
65
+
####USB connection
58
66
59
67
USB connection normal use adb by the need to ensure that:
60
68
@@ -81,12 +89,12 @@ USB connection normal use adb by the need to ensure that:
81
89
If you can see
82
90
83
91
```sh
84
-
xxxxxx device
92
+
6d56e83a device
85
93
```
86
94
87
95
Description Connection successful.
88
96
89
-
### Wireless connection (Android11+)
97
+
####Wireless connection (Android11+)
90
98
91
99
[Doc in Android developers](https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+)
92
100
@@ -118,7 +126,7 @@ To use wireless debugging, you need to pair your device to your workstation usin
118
126
119
127
9. (For Linux or Microsoft Windows only) Run `adb connect ipaddr:port`. Use the IP address and port under **Wireless debugging**.
120
128
121
-
### Wireless connection (need to use the USB cable)
129
+
####Wireless connection (need to use the USB cable)
122
130
123
131
In addition to the USB connection to the computer to use adb, can also be a wireless connection - although the connection process is also step using USB needs, but after a successful connection to your device can get rid of the limit of the USB cable within a certain range it !
124
132
@@ -168,19 +176,9 @@ If you can not connect, verify that Android devices and the computer is connecte
168
176
169
177
If that does not work, by `adb kill-server` restart the adb and then try it all over again.
170
178
171
-
**The wireless connection**
172
-
173
-
command:
174
-
175
-
```sh
176
-
adb disconnect <device-ip-address>
177
-
```
178
-
179
179
#### Wireless connection (without using the USB cable)
180
180
181
-
**You need root privileges**
182
-
183
-
Not detailed here, see more [click here](https://github.com/mzlogin/awesome-adb/blob/master/README.en.md#wireless-connection-without-using-the-usb-cable)。
181
+
**Need root privileges**, not detailed here, see more [click here](https://github.com/mzlogin/awesome-adb/blob/master/README.en.md#wireless-connection-without-using-the-usb-cable)。
184
182
185
183
### Keep Wake-up Function
186
184
@@ -194,56 +192,6 @@ Audio forwarding is supported on devices using 'Android 11 'or higher and is ena
194
192
- For `Android 11` , you need to make sure that the device screen is unlocked when starting scrcpy. The fake pop-up window will appear briefly, making the system think that the shell application is in the foreground. Without this, audio capture will fail.
195
193
- For `Android 10` or earlier, audio cannot be captured and is automatically disabled.
196
194
197
-
## Update Log
198
-
199
-
<details>
200
-
<summary>Expand</summary>
201
-
202
-
### Version 1.6.5
203
-
- Add automatic switching IME
204
-
- Based on scrcpy v2.2(x64)
205
-
### Version 1.6.4
206
-
- Add record history IP
207
-
- Fix bug
208
-
### Version 1.6.3
209
-
- Add controller adsorption scrcpy window
210
-
- Add scrcpy window position
211
-
### Version 1.6.2
212
-
- Fix bug
213
-
### Version 1.6.1
214
-
- Fix bug
215
-
- Add audio forwarding switch (enabled by default)
216
-
### Version 1.6.0
217
-
- Based on scrcpy v2.1.1(x64)
218
-
### Version 1.5.1
219
-
- Based on scrcpy v1.25(x64)
220
-
### Version 1.5.0
221
-
- Based on scrcpy v1.21(x64)
222
-
- Some optimized
223
-
### Version 1.4.1
224
-
- Fix bug
225
-
- Add exception capture of program entry (easy to troubleshooting)
226
-
### Version 1.4.0
227
-
- Based on scrcpy v1.19
228
-
- Add virtual key (and remember last position and size)
229
-
- Some optimized
230
-
### Version 1.3.1
231
-
- Fix bug
232
-
### Version 1.3.0
233
-
- Based on scrcpy v1.18
234
-
- Add some settings
235
-
- Fix bug
236
-
### Version 1.2.0
237
-
- Based on scrcpy v1.17
238
-
- Fix bug
239
-
### Version 1.1.0
240
-
- Based on scrcpy v1.16
241
-
- Add port settings
242
-
### Version 1.0.0
243
-
- Based on scrcpy v1.14
244
-
- Apache version
245
-
</details>
246
-
247
195
## Donate
248
196
249
197
If you think this project is helpful, please invite the author to have a cup of coffee.☕
0 commit comments