adb_pull
Copy a file from an Android device to your computer using ADB. Specify the remote file path and optional local destination.
Instructions
Pull a file from the device to local filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | File path on the device | |
| localPath | No | Local destination (defaults to temp dir) | |
| device | No | Device serial |