-
ScrcpyManager 0.8.0 Stable
released this
2026-07-28 12:00:39 +02:00 | 3 commits to main since this releaseDrag & drop files onto the device
Drag files straight onto the mirrored screen:
- APKs install via
adb install -r(reinstall, app data kept). - Everything else is copied to the device's
Downloadfolder. - Drop several files at once — they're transferred one after another.
Works in the attached pane and in a detached window. While a drag hovers, the
stream shows a highlight and tells you what will happen; a status pill reports
progress and the result, and the full detail (including adb's own output) lands
in the session log in the details sidebar.Drops are only accepted while a device is actually streaming, so a drag onto an
idle or connecting device shows the "no drop" cursor rather than failing silently.
Folders are refused — recursive push isn't supported yet.The destination is a single constant (
DropPath.pushDirectory) if you want to
retarget it.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- APKs install via