DroidMind

by hyperb1iss
Verified

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

NameRequiredDescriptionDefault
device_pathYes
local_pathYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "device_path": { "title": "Device Path", "type": "string" }, "local_path": { "title": "Local Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "device_path", "local_path" ], "title": "pull_fileArguments", "type": "object" }
ID: p03zdsi6ol