-
Notifications
You must be signed in to change notification settings - Fork 8
Quick Start
星冉 edited this page Jul 21, 2026
·
1 revision
This page provides the shortest path through the first connection.
- One target Android device.
- One Android device with Screen Remote installed as the controller.
- For USB: OTG or another working USB Host connection.
- For Wireless Debugging: Developer Options and Wireless Debugging enabled on the target.
- Establish the first connection over USB.
- After it works, try Wireless Debugging.
- Save the session for later reuse.
- Open the application home screen.
- Create a session.
- Select a connection method.
- Enter the host and port or select a USB device.
- Connect.
- Open remote control, or open management for ADB-only operations.
- USB: the most stable choice for initial setup, troubleshooting, and low latency.
- TCP: for a device whose ADB endpoint is already reachable as
host:port. - Wireless Debugging: for the Android 11+ pairing flow.
- Keep the default resolution.
- Start with the default video bitrate.
- Enable audio only when needed.
- Enable full-screen mode when true full screen or background retention is required.
- View and control the device remotely.
- Inspect device information.
- Manage files, apps, and processes.
- Run common ADB Shell commands.
- Confirm ADB authorization on the target.
- Check the host and port.
- Confirm USB permission.
- Complete Wireless Debugging pairing first.
- Confirm the target and controller are on the expected network.
- 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. / 技术主题仅在完成逐页审核后加入侧边栏。