-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Known Limitations | ||
|
||
## Connection Disconnects After Device Screen Turns Off | ||
|
||
After the program successfully connects, if either the computer or Android device turns off the screen, the connection will be lost. To continue using the program, it is necessary to restart it and reconnect. | ||
|
||
**Solution**: The program currently offers a "Keep Screen On" setting, which can prevent the Android device from turning off the screen, thus mitigating this limitation. | ||
|
||
## Conflict with Bonjour | ||
|
||
Some similar software, such as [barrier](https://github.com/debauchee/barrier) and [deskflow](https://github.com/deskflow/deskflow), use [Bonjour](https://developer.apple.com/bonjour/) to simplify network connections. However, based on feedback from some users, when running barrier and starting Bonjour on the computer, and then using this software, the connection success rate of this software is significantly reduced. | ||
|
||
**Solution**: The exact cause of the conflict between this software and Bonjour is still unknown. You can try connecting with this software first, and then start barrier to avoid this issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 已知缺陷 | ||
|
||
## 设备熄屏后会自动断开连接 | ||
|
||
在程序成功连接后,无论是电脑端还是安卓端熄屏,都会导致连接断开。此时需要重新启动程序并重新连接才能继续使用。 | ||
|
||
**解决办法**:目前程序内提供了“保持设备屏幕常亮”设置,开启后可以防止安卓端设备熄屏,从而避免此问题。 | ||
|
||
## 与 Bonjour 冲突 | ||
|
||
一些同类软件,如 [barrier](https://github.com/debauchee/barrier) 和 [deskflow](https://github.com/deskflow/deskflow),会使用 [Bonjour](https://developer.apple.com/bonjour/) 来简化网络连接。 | ||
但根据部分用户反馈,在电脑上运行 barrier 并启动 Bonjour 后,再使用本软件时,会导致本软件的连接成功率显著降低。 | ||
|
||
**解决办法**:目前本软件与 Bonjour 的冲突原因尚不清楚。你可以尝试先使用本软件连接,再启动 barrier 来规避此问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters