adb_pull
Copies a file from an Android device to your local machine using ADB. Specify the device path and local destination to retrieve files directly.
Instructions
Pull a file from the Android device to the local machine.
Args: remote_path: Path on the device (e.g., '/sdcard/file.txt'). local_path: Destination path on the local machine. device: Device serial number. If omitted, auto-selects when only one device is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ||
| local_path | Yes | ||
| remote_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |