DroidMind

by hyperb1iss
Verified

push_file

Transfer files from a local system to an Android device by specifying the device serial, local file path, and destination path on the device.

Instructions

Upload a file to the device.

Args: serial: Device serial number local_path: Path to the local file device_path: Destination path on the device

Returns: Upload 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", "local_path", "device_path" ], "title": "push_fileArguments", "type": "object" }
ID: p03zdsi6ol