You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the Windows packaged application repeatedly opening and immediately closing console windows while the server was running.
Applied CREATE_NO_WINDOW consistently to background ADB commands and the scrcpy server child process, matching the existing hidden-process behavior used by the desktop host.
Centralized the Windows subprocess creation flags so future ADB call sites inherit the same GUI-safe launch behavior.
Added regression coverage verifying both ordinary ADB commands and scrcpy server startup pass the hidden-window creation flags.