pull_file
Transfer files from an Android device to a local machine by specifying the device serial, file path, and destination. Facilitates efficient file management and data extraction.
Instructions
Download a file from the device to the local machine.
Args: serial: Device serial number device_path: Path to the file on the device local_path: Destination path on the local machine
Returns: Download result message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device_path | Yes | ||
local_path | Yes | ||
serial | Yes |