-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
System Info / 系統信息
🚀 启动自动化任务...
🔍 Checking system requirements...
- Checking ADB installation... ✅ OK (Android Debug Bridge version 1.0.41)
- Checking connected devices... ✅ OK (2 device(s): ASXJVB2921001717, d958c1b5)
- Checking ADB Keyboard... ❌ FAILED
Error: ADB Keyboard is not installed on the device.
Solution:- Download ADB Keyboard APK from:
https://github.com/senzhk/ADBKeyBoard/blob/master/ADBKeyboard.apk - Install it on your device: adb install ADBKeyboard.apk
- Enable it in Settings > System > Languages & Input > Virtual Keyboard
- Download ADB Keyboard APK from:
❌ System check failed. Please fix the issues above.
System requirements check failed.
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
- The official example scripts / 官方的示例脚本
- My own modified scripts / 我自己修改的脚本和任务
Reproduction / 复现过程
result = subprocess.run(
["adb", "shell", "ime", "list", "-s"],
capture_output=True,
text=True,
timeout=10,
) 应该是这里的代码有问题
Expected behavior / 期待表现
传入和device-id 时,能够校验指定设备的adb keyboard
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels