Property Configuration Methods
Before configuring properties, you need to connect to and access the container.
This document provides two methods for accessing a container: Using the CLI on a PC and Using the Server Terminal. You can select either method as required.
Using the CLI on a PC
- Start the Kbox container.
- At the PC command prompt, connect to the container instance using the adb CLI.
adb connect ip:port
Some commands (such as getevent) require root permissions.adb -s ip:port root
- Access the container using the adb CLI.
adb -s ip:port shell
After accessing the container, run corresponding commands to configure cloud phone parameters.
In the adb commands used in this document, ip indicates the IP address of the server and port indicates the adb port number.
Parent topic: Emulation Device Parameter Configuration