android.file.push
Transfer files from your computer to an Android device using ADB push. Specify device serial, local file path, and remote destination to modify device storage.
Instructions
WARNING: Transfers a local file to the device filesystem using adb push. Can modify device storage. Ensure paths are correct and you have proper permissions. Local path must exist and remote path must be writable.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| localPath | Yes | ||
| remotePath | Yes |