adb_pull
Extract files from Android devices using ADB commands. Specify the remote file path and optionally the device ID. Supports returning file content as base64.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asBase64 | No | Return file content as base64 (default: true) | |
device | No | Specific device ID (optional) | |
remotePath | Yes | Remote file path on the device |