adb_pull_file
Copy a file from an Android device to your local machine using ADB. Specify the remote path on the device and the destination local path to transfer files directly.
Instructions
Pull a file from the Android device to local machine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | No | Target device ID (optional) | |
| localPath | Yes | Local file path | |
| remotePath | Yes | Remote path on device |