Diagnosing and Rectifying Faults
Kbox_maintainer allows you to view the service status of the Kbox cloud phone container for routine inspection and recovery of cloud phones. For details, see Table 1.
Category |
Description |
|---|---|
Basic cloud phone status |
getprop | grep sys.boot_completed |
Kbox_maintainer provides the check subcommand. You can add a container ID or container name after check to check the service status of the specified container. If no container ID is specified, the status of all containers is checked by default. Example:
1 2 | python3 kbox_maintainer.py check python3 kbox_maintainer.py check kbox_1 |
Kbox_maintainer provides the recover subcommand. You can add a container ID or container name after recover to recover the service status of the specified container. If no container ID is specified, the status of all containers is recovered by default. Example:
1 2 | python3 kbox_maintainer.py recover python3 kbox_maintainer.py recover kbox_1 |