2025-04-06

Updated: 2024/7/3
Read Time: 5 min
ADB Engine Refactoring, Layout Recognition Performance Improvement, Key Mapping and Network Detection Panel

v19236

This version focuses on ADB Engine Refactoring and Toolchain Improvement, significantly enhancing layout node recognition efficiency and adding multiple practical tools for remote operations.


Core Updates

ADB Engine Refactoring

  • Completely rewrote ADB interaction layer, improving stability and concurrent processing capabilities;
  • Enhanced device authorization process, reducing pop-up waiting and lag scenarios;
  • Optimized resource scheduling for large-scale device connections (100+).

Layout Node Recognition Speed Improvement

  • Refactored layout node parsing algorithm, average control search speed improved by approximately 40%;
  • Solved recognition loss issues caused by multi-layer nested UI, improving complex page automation reliability.

Key Mapping Engine (Keymap)

  • Added key mapping engine supporting custom key combinations (Ctrl/Shift/Alt) and shortcut scripts;
  • Adapted for remote editing scenarios, maintaining shortcut consistency during screen mirroring/remote control.

Network Detection


Compatibility and Migration Recommendations

  • Recommended to upgrade all ADB-based trigger and reconnection logic in scripts for compatibility with the new engine;
  • If scripts rely on legacy ADB auxiliary tools (third-party plugins), please verify connection stability on test devices first.

Fixes and Optimizations

  • Fixed ADB disconnection issues in long-connection scenarios on some device models;
  • Optimized log output format for easier remote troubleshooting and failure backtracking.