We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.7.1
Windows 10
①进入远程真机页面,获取远端adb ②connect设备 ③新建test.bat,将下面内容复制到批处理文件,执行批处理文件 @echo off :loop adb -P 5037 -s {your-ip}:{port}shell input keyevent 3 timeout /t 1 /nobreak goto loop
The text was updated successfully, but these errors were encountered:
Revision: e48d8b1 Date: 2024/9/3 11:56:06 Message: fix: 整理代码并解决调用远程ADB持续发送命令会被阻塞的问题
Modified: src/main/java/org/cloud/sonic/agent/bridge/android/AndroidSupplyTool.java
Sorry, something went wrong.
No branches or pull requests
Search before asking
Sonic version
v2.7.1
Deploy platform
Windows 10
Minimal reproduce step
①进入远程真机页面,获取远端adb
②connect设备
③新建test.bat,将下面内容复制到批处理文件,执行批处理文件
@echo off
:loop
adb -P 5037 -s {your-ip}:{port}shell input keyevent 3
timeout /t 1 /nobreak
goto loop
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: