Scrcpy多任务协同的命令

doullse 2025-5-3 11 5/3

窗口1:
.\scrcpy.exe

窗口2:
.\adb.exe shell settings put global overlay_display_devices 1280x720/180
.\scrcpy.exe --display 1

  • 查看新窗口ID,假设是3

.\scrcpy.exe --display 3

窗口3:
.\adb.exe shell am stack list
查看需要多任务包名前的ID,假设是1054。那么结合上面新窗口的id3

.\adb.exe shell am display move-stack 1054 3

关闭多窗口:

.\adb.exe shell settings put global overlay_display_devices null

- THE END -

doullse

5月03日16:43

最后修改:2025年5月3日
0

非特殊说明,本博所有文章均为博主原创。

共有 0 条评论