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 field. You can add a container ID or container name after the field 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 field. You can add a container ID or container name after the field 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 recover python3 kbox_maintainer.py recover kbox_1 |
Parent topic: Maintenance Tool