adb_push
Push a local file to an Android device filesystem, with pre-flight checks for blocked paths, filesystem type, symlinks, and storage availability.
Instructions
Push a local file to the device filesystem. Pre-flight checks: hard-blocked kernel paths, filesystem type warnings, symlink resolution, and destination storage availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path to push | |
| remotePath | Yes | Destination path on device | |
| device | No | Device serial |