adb_pull
Extract files from Android devices via ADB by specifying the remote file path, optional device ID, and base64 encoding preference for efficient file retrieval.
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 |