pull_file
Copy a file from an Android device to a local path using adb pull, enabling retrieval of generated files, databases, or screenshots.
Instructions
Copy a file off the device to a local path (adb pull) — e.g. retrieve a generated file, database, or screenshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| local_path | Yes | Local destination path. | |
| device_path | Yes | File path on the device to copy off. |