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
Check the output of various dumpsys display, dumpsys window, dumpsys power, and getprop commands and see if you notice a difference when your TV is on vs. off.
Thank you for your hints.
I found out, that AUIDO_PLUG_STATE changes if TV is on or not.
Just run adb shell dumpsys activity | grep -m 1 "AUDO_PLUG_STATE".
You will find android.media.extra.AUDIO_PLUG_STATE=0 if TV is off and android.media.extra.AUDIO_PLUG_STATE=1 if TV is on.
But I did not find an option to check if TV is streaming from the HDMI port where the Fire TV stick is plugged into so far.
Hello,
is it possible to determine the state of the display/tv where the Fire TV is connected to? Or do you know the corresponding adb commands?
I would need to check if the TV/display is powered regardless if the TV is displaying data from the Fire TVs HDMI port or any other port.
Best regards,
wewa
The text was updated successfully, but these errors were encountered: