forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 'No sleep till brooklyn for Amazon Fire TV stick' | ||
date: 2023-12-29 | ||
categories: [IT] | ||
tags: [amazon, firetv, adb] | ||
--- | ||
1. enable debugging in the settings of your fire tv stick | ||
2. get a adb connection tool and connect using the ip address to your fire tv stick | ||
3. set this values using the following commands | ||
4. i don't care about my grammar and so on | ||
|
||
``` | ||
settings put system screen_off_timeout 2147460000 | ||
settings put secure sleep_timeout 0 | ||
``` | ||
|
||
|