Install & Uninstall Applications

Updated: 2025/10/10
Read Time: 5 min
The cloud control backend supports multiple modes for installing, uninstalling, opening, and terminating applications on devices, supporting remote batch management and personalized script automation.

Feature Overview

In the cloud control backend, the following operations can be performed on a single device:

  • Install Application
  • Uninstall Application
  • Open Application
  • Terminate Application

The operation methods vary depending on the device authorization mode:

1. ADB / Root Mode

  • Can directly install APK, uninstall or terminate specified applications;
  • Fast operation speed with fewer permission restrictions.

2. Accessibility Mode / HID Mode

  • Due to the lack of system-level permissions, manual operations need to be simulated to complete installation, uninstallation, or termination of applications;
  • Operation processes may vary across different device models;
  • The Cloud Control App provides Personalized Script Set settings, where users need to configure:
    • Automatic APP Installation Script
    • Automatic APP Uninstallation Script
    • Automatic APP Termination Script
    • Relevant script templates can be found in Cloud Control BackendCloud Control Community
    • As shown in the figure below
Personalized Script Set Settings
Personalized Script Set Settings

3. Batch & Remote Installation

  • APK files can be dragged to the target device for remote installation;
  • On the group control screen casting page, click the floating menu, then click App Operations to perform batch:
    • Installation
    • Uninstallation
    • Opening
    • Termination

💡 It is recommended to test on different device models to ensure that personalized script sets and batch operation scripts can correctly perform the corresponding operations.