Skip to content

Instantly share code, notes, and snippets.

@alex-oswald
Last active September 17, 2020 05:42
Show Gist options
  • Save alex-oswald/9aae4a798871111d76e922f256479b57 to your computer and use it in GitHub Desktop.
Save alex-oswald/9aae4a798871111d76e922f256479b57 to your computer and use it in GitHub Desktop.
Disable Sleep Timer on a Fire Stick

Turn off Screensaver

  1. Settings > Display & Sounds > Screensaver > Start Time > Never
settings get system screen_off_timeout

Disable Sleep Timeout

Enable ADB Debugging

Settings > My Fire TV > Developer options > ADB debugging > ON

You can turn this back OFF when you are done.

Get Timeout

The default seems to be 1200000, which is 20 minutes in milliseconds.

settings get secure sleep_timeout

Set Timeout

settings put secure sleep_timeout 0

How to run commands on the Fire Stick

Download adbLink

Run adbLink

  1. New
  2. Add description
  3. Add IP Address
  4. Save
  5. Connect
  6. Accept the Allow USB debugging? prompt on the Fire Stick
  7. Run commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment