Skip to content

Quick Start

星冉 edited this page Jul 21, 2026 · 1 revision

Quick Start

中文

This page provides the shortest path through the first connection.

Requirements

  • 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.

First-use recommendation

  1. Establish the first connection over USB.
  2. After it works, try Wireless Debugging.
  3. Save the session for later reuse.

Basic flow

  1. Open the application home screen.
  2. Create a session.
  3. Select a connection method.
  4. Enter the host and port or select a USB device.
  5. Connect.
  6. Open remote control, or open management for ADB-only operations.

Choose a connection method

  • 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.

Initial settings

  • 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.

After connection

  • View and control the device remotely.
  • Inspect device information.
  • Manage files, apps, and processes.
  • Run common ADB Shell commands.

If the first connection fails

  • 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.

Clone this wiki locally