View Single Post
Old 04-19-2024, 06:26 PM   #8
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,446
Karma: 10475625
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Lily2 View Post
How would I do that?
Do you have ADB (or a terminal app) working?
Code:
$ settings list system | grep timeout
auto_poweroff_timeout=2147483647
low_power_work_timeout_key=-1
screen_off_timeout=300000
That first number may be big or simply -1
That third number is 5 minutes (300,000 milliseconds).

If you have a small first number, to set that it never shuts down:
Code:
$ settings put system auto_poweroff_timeout -1
Code:
 1 day   86400000
 2 day  172800000
 3 day  259200000
 7 day  604800000
14 day 1209600000

Last edited by Renate; 04-19-2024 at 06:32 PM.
Renate is offline   Reply With Quote