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
Name | Required | Description | Default |
---|---|---|---|
device_path | Yes | ||
local_path | Yes | ||
serial | Yes |