Here's a quick rundown of how to access the hidden menus in com.droidlogic.tv (the app that is the the "More" menu on the Stream 4k). You'll need to enable Android's Developer Mode to do this. They seem to do stuff, but your results may vary. Might fix issues others are having with random wake ups, HDR, other stuff.
- Enable Developer Mode by going to Device Preferences --> About --> Build and click it a few times until it tells you that you are a "Developer".
- Then go to Device Preferences --> Developer Options--> USB Debugging and enable this option.
- Go to Network & Internet --> Available Networks and click your connected WiFi network to see what your Stream's IP address currently is.
- Download and install adblink
- In adblink enter your Stream's IP address in the "Ad Hoc IP" field.
- Click "Connect". You'll be prompted to accept the connection on the Stream itself - accept it and also remember the device if prompted.
- Once adblink reports that you are connected click "ADB Shell"
- Copy and paste the following commands in the terminal window to launch the associated menu item on the Stream itself:
CEC Settings
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.HdmiCecActivity
HDMI Self Adaptation/Refresh Rate Switching
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.PlaybackActivity
Dolby Vision On/Off
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.dolbyvision.DolbyVisionSettingActivity
Dolby Vision Graphics/Video Priority
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.dolbyvision.GraphicsPrioritySettingActivity
HDR to SDR
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.hdr.HdrSettingActivity
SDR to HDR
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.sdr.SdrSettingActivity
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.HdmiCecActivity
HDMI Self Adaptation/Refresh Rate Switching
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.PlaybackActivity
Dolby Vision On/Off
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.dolbyvision.DolbyVisionSettingActivity
Dolby Vision Graphics/Video Priority
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.dolbyvision.GraphicsPrioritySettingActivity
HDR to SDR
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.hdr.HdrSettingActivity
SDR to HDR
am start -n com.droidlogic.tv.settings/com.droidlogic.tv.settings.display.sdr.SdrSettingActivity



