Skip to content

Conversation

@xhujiang0821
Copy link

  • Change ADB Keyboard check failure from a fatal error to a warning, allowing the agent to bypass the check and proceed.
    Robust ADB Keyboard Detection: The check now attempts three different methods to verify if the ADB Keyboard is enabled:
    • adb shell ime list -s
    • adb shell dumpsys input_method
    • adb shell settings get secure enabled_input_methods
      Bypass Mode: If the ADB Keyboard check still fails (or cannot be verified), it now logs a warning instead of terminating the program, allowing the user to proceed with the task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant