Hi,
I'm attempting to come up with a solution to update a mass amount of devices to change the screen timeout setting from 30 seconds to the OS max of 10 minutes (wish I could disable completely).
I monitored setting the 10 minute setting and came up with the log and then script below.
Log:
Custom log (URI:content://settings/system SETTING:screen_off_timeout VALUE:600000)
Script sent to device:
writesecuresetting –sys screen_off_timeout 600000
There were no changes after the script was sent. I waited a few minutes / rebooted the tablet but no results. Is the command I sent via the script possibly not supported on our devices?
Device: Samsung Tab E 8.0 (Verizon)
Model: SM-T378V
OS: 7.1.1
Thanks in advance for any help on this issue.