We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run scrcpy by bash script. I need to know window title to control it. how can I get it?
The text was updated successfully, but these errors were encountered:
The device sends the device model to the client application, which uses it as window title:
scrcpy/server/src/main/java/com/genymobile/scrcpy/DesktopConnection.java
Line 58 in 39b5893
scrcpy/app/src/scrcpy.c
Lines 368 to 369 in 39b5893
You can get the very same string (the device model) from adb:
adb
adb shell getprop ro.product.model
There is a feature request (#120) to set the window title via command line arguments.
Sorry, something went wrong.
thank you for reply. could you add option to get window title too? I think it would be useful
could you add option to get window title too
Just call:
No branches or pull requests
I run scrcpy by bash script. I need to know window title to control it.
how can I get it?
The text was updated successfully, but these errors were encountered: