<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to disable Ambient Mode on my Chtomecast in Streaming</title>
    <link>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481984#M47595</link>
    <description>&lt;P&gt;Send it as feedback to Google:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.google.com/googletv/answer/9654581?hl=en" target="_blank"&gt;Send feedback about Google TV - Google TV Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also miss the option and this adb way worked for me for the Chromecast and also in the past for my old FireTV Stick 4K.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 20:57:53 GMT</pubDate>
    <dc:creator>MagicAndre1981</dc:creator>
    <dc:date>2023-09-18T20:57:53Z</dc:date>
    <item>
      <title>Need to disable Ambient Mode on my Chtomecast</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/480658#M47526</link>
      <description>&lt;P&gt;Ambient Mode keeps cutting off my music apps on Chromecast. My music apps play just fine but after a set amount of time, Ambient Mode kicks in, turning off my music. I cannot find any way of disabling this mode. If you are going toallow music apps on the device, your pother functions should not interfere with them.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 17:33:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/480658#M47526</guid>
      <dc:creator>Beastybunny</dc:creator>
      <dc:date>2023-09-14T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to disable Ambient Mode on my Chtomecast</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481664#M47563</link>
      <description>&lt;P&gt;You need to enable developer mode and use Android debug bridge from a PC/Laptop to &lt;A href="https://chromewiki.com/change-chromecast-with-google-tv-ambient-mode-start-time/#Pre-requisites" target="_blank" rel="noopener"&gt;disable it&lt;/A&gt;.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Connect Chromecast with Google TV to your TV.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Open&amp;nbsp;&lt;STRONG&gt;Settings&lt;/STRONG&gt;&amp;nbsp;of the Chromecast with Google TV.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Go to the About section of the CCWGTV now.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Using the voice remote, navigate to the&amp;nbsp;&lt;STRONG&gt;“Android TV OS Build”&lt;/STRONG&gt;&amp;nbsp;field. You can use an external mouse to highlight it too.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Now tap the&lt;STRONG&gt;&amp;nbsp;Android TV OS Build 7 times.&amp;nbsp;&lt;/STRONG&gt;You can use the remote or mouse again.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;This will enable the Developer Options in the System settings of the CCWGTV&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;Go to&amp;nbsp;&lt;STRONG&gt;System &amp;gt; Developer Options &amp;gt; Enable USB Debugging mode.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Download the &lt;A href="https://developer.android.com/tools/releases/platform-tools#downloads" target="_blank" rel="noopener"&gt;platform tools&lt;/A&gt; and expand it.&lt;/P&gt;
&lt;P&gt;Open a cmd/terminal in the expanded folder and run the command to conect to your Chromecast:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;adb connect YOURChromecastIP:5555&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Next run the 2 commands:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;adb shell&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;settings put system screen_off_timeout 86400000&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Now timeout is set to 24hours which is very long and unlikely you don't touch the remote for that long time.&lt;/P&gt;
&lt;P&gt;Now disconnect from the chromecast with thos 2 commands:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;adb disconnect YOURChromecastIP:5555&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2023 20:11:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481664#M47563</guid>
      <dc:creator>MagicAndre1981</dc:creator>
      <dc:date>2023-09-17T20:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to disable Ambient Mode on my Chtomecast</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481671#M47565</link>
      <description>&lt;P&gt;Thank you for the reply and instructions.&amp;nbsp; I will do my best but this is way out of my area of experience.&lt;/P&gt;&lt;P&gt;I cannot believe there isn't just a toggle on the damned thing that turns it off or at least let me change the time to an hour or something. Very poor design and not user friendly.&lt;/P&gt;&lt;P&gt;If anyone from Google would care to explain to me why this feature is set up the way it is, I would be thrilled. Please convince me this is a pro-consumer feature on this device.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2023 20:11:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481671#M47565</guid>
      <dc:creator>Beastybunny</dc:creator>
      <dc:date>2023-09-17T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to disable Ambient Mode on my Chtomecast</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481984#M47595</link>
      <description>&lt;P&gt;Send it as feedback to Google:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.google.com/googletv/answer/9654581?hl=en" target="_blank"&gt;Send feedback about Google TV - Google TV Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also miss the option and this adb way worked for me for the Chromecast and also in the past for my old FireTV Stick 4K.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 20:57:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Need-to-disable-Ambient-Mode-on-my-Chtomecast/m-p/481984#M47595</guid>
      <dc:creator>MagicAndre1981</dc:creator>
      <dc:date>2023-09-18T20:57:53Z</dc:date>
    </item>
  </channel>
</rss>

