-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
[FEAT] Listening to music - To be able to set "screen off", "screen on" or otherwise toggle display panel on/off #71
Comments
I've actually looked into this functionality some time ago: I also have this option in the menu, but I was unable to make it work through the API, unfortunately. If somebody manages to make it work, please share your solution! |
"unable to make it work" - same here. It should be possible - but i didnt find the trick :D |
ok - finally understand the settings apk from philips... So - in one call - you can execute screen mute with:
this will launch the Settings Menu, directly jumps to the „screen_off“ context, and then press „ok“. note: the context you need to launch is the one we get from "menuitems/settings/current". so - for example - if you want to open the "audio output format" settings node simply launch: `adb shell "am start -n org.droidtv.settings/.setupmenu.SetupMenuActivity --es LAUNCH digital_output_format' maybe this helps |
Hi @begner, thanks for sharing, this is great news! Based on your adb commands here is how to do it with Pylips:
|
There is also a screenstate endpoint. |
can you give an example how to use it? |
Screenstate can be used like this:
Works on my TV and turns off the screen. |
Describe the solution you'd like
To be able to set "screen off", "screen on" or otherwise toggle.
This is a setting in my quick settings menu for turning off the panel (but not the TV), for example when you are listening to music.
I have this setting on my 65PUT6703 GUI
The text was updated successfully, but these errors were encountered: