as_adb_pull
Copy a file from an Android device to your PC via ADB pull. Specify the remote device path and a local workspace path to transfer the file.
Instructions
Copy a file from the device to this PC (adb pull).
Args: params (FileTransferInput): remote (device path), local (workspace path), serial.
Returns: str: JSON with the result and saved local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |