theothernt / AerialViews

A screensaver for Android TV devices including Nvidia Shield, Fire TV, and Chromecast with Google TV. Inspired by Apple TV's video screensaver.
GNU General Public License v3.0
415 stars 32 forks source link

Changing sleep timer on Fire TV #139

Closed Devon2000blue closed 2 months ago

Devon2000blue commented 3 months ago

Hi just wanted to say I love your work, the commands on my firestick worked likeva charm, thank you. Is there a command that let's you extend aerial views longer than 15 min? It seems like after 15 min the screen goes to sleep.

theothernt commented 2 months ago

Typically that's a setting within the settings menu - as a screensaver can't make a Fire TV or Android TV device sleep, as far as I know.

On Google TV, I can set when the device sleeps in the settings menu. If something like that doesn't exist on Fire TV, I can probably find an ADB command for it?

Devon2000blue commented 2 months ago

I just wanted to say thank you for responding to my messages. There is no setting on the fire tv for this, I would really appreciate it if you can find a abd command, that would be awesome, thank you again sir.

theothernt commented 2 months ago

No problem, I found an article that lists two commands you can use...

settings put secure sleep_timeout 123456789

and

settings put system screen_off_timeout 123456789

Just replace 123456789 with the time you want. 30 minutes is 1800000, for example

Devon2000blue commented 2 months ago

Thank you, I'm going to expirament with this right now.

theothernt commented 2 months ago

Thank you, I'm going to expirament with this right now.

Ok, let me know how you get on!