adb_pull_file
Transfer a file from an Android device to your local system using specified remote and local paths, with optional device ID for targeted operations. Simplify file retrieval in device management tasks.
Instructions
Pull a file from device to local system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) | |
localPath | No | Local file path (optional) | |
remotePath | Yes | Remote file path on device |