adb_file_move
Move or rename files and directories on Android devices via ADB. Supports root access and handles cross-filesystem transfers.
Instructions
Move or rename a file/directory on the device. Moving FROM a system path is destructive — source depth protection refuses if source is at depth ≤ 1 from root. Symlinks resolved before checks. Cross-filesystem moves (e.g., /data → /sdcard) do a copy+delete internally and can be slow for large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file or directory path | |
| destination | Yes | Destination path | |
| root | No | Use root shell for protected paths | |
| device | No | Device serial |