Menu

Batch Enable ADB

Usage Instructions

Batch Enable Cloud Phone ADB Function. To obtain the ADB connection address, you can retrieve it from the cloud phone list.

Request Instructions

POST /api/v1/cloudPhone/openAdb

Request Parameters

Parameter Type Required Description
image_ids array Yes Cloud phone IDs

Request Example

json Copy
{
    "image_ids": ["xx"],
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "success": [ // Successfully cloud phone IDs
            "xxx"
        ],
        "fail": [], // Failed cloud phone IDs
        "fail_reason": [
         "xx": "error message"
        ]
    },
    "message": "Success"
}
Previous
Execute the ADB command
Next
Batch Disable ADB
Last modified: 2026-03-18Powered by