-
Notifications
You must be signed in to change notification settings - Fork 8
User Management Features
Management features require a working ADB connection but do not require remote video.
- Device information.
- Utilities.
- File management.
- Application management.
- Process management.
- TCP port forwarding.
- Command execution.
Inspect the brand, model, Android version, CPU, memory, resolution, Wi-Fi information, and connection type.
The utilities page collects device-level actions that are useful without opening remote video:
- Set a fixed Wireless Debugging port. Applying it restarts ADB on the target.
- Capture a target-device screenshot, preview it locally, and save it.
- Restart, power off, or reboot to recovery or fastboot.
- Activate supported applications.
- Change display density or resolution.
- Change window, transition, and animator duration scales together.
- Put the screen into standby or wake it.
Browse directories and upload, download, copy, move, or delete files.
List and inspect apps, launch or uninstall them, clear data, and export APKs.
Inspect running application processes, memory usage, and expanded child-process information. The process page is a dynamic snapshot and may do more work than the application list.
Create one or more rules that expose a service reachable by the target device on the controller's 127.0.0.1. Each rule maps a unique local port to an IPv4 address or host name and target port; ports must be between 1 and 65535.
Starting a new configuration replaces the previous relay and its ADB forwards. The page can refresh status, show recent relay logs, and stop the active configuration. Stop forwarding when it is no longer needed.
Run common shell commands, collect system information, and investigate services or processes.
- ADB is connected but video is not needed.
- You want to inspect device state first.
- The task is device utility, file, app, process, forwarding, or command administration.
- Deleting files, uninstalling apps, clearing app data, changing display parameters, rebooting, and running shell commands affect the target immediately.
- Refresh a dynamic page before acting when another tool may have changed the device state.
- Keep only the forwarding rules you need, and avoid exposing sensitive target services through ports reachable by other apps on the controller.
- Overview / 总览
- Quick Start / 快速开始
- Connection & Pairing / 连接设备与配对
- Session Management / 会话管理
- Remote Control / 远程控制
- Settings / 设置
- Management Features / 管理功能
- FAQ / 常见问题
- Overview / 总览
- Technical Index / 技术文档索引
- Audit Checklist / 初始化与更新清单
- Conventions / 文档维护约定
- Architecture / 架构
- Module Map / 模块地图与边界
- Runtime Path / 运行时主链路
- Session State / 会话状态与事件
- Session Lifecycle / 会话配置与连接生命周期
- ADB, USB & Wireless / ADB、USB 与无线
- ADB Lifecycle / ADB 连接生命周期
- Pairing / 设备配对与无线调试
- Codecs / 编码与解码
- Remote Interaction / 远程交互性能与悬浮菜单
- Clipboard / 剪贴板同步
- Management / 管理功能
- Events & Shell / 事件、监控与 Shell
- Logging / 日志系统与维护
- Troubleshooting / 分层排障方法
- UI Design / UI 设计系统
- Bilingual Copy / 双语与文案
- Remote UI Analysis / 远程 UI 布局分析
- Engineering Rules / 工程与验证规则
- External Research / 外部研究与取舍
Technical topics appear here only after their page-level audit is complete. / 技术主题仅在完成逐页审核后加入侧边栏。