From 2f9117af3099ff40c7baef4d5f533b35acb08617 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 17 Feb 2013 19:52:09 -0600 Subject: Configurable timeout and brightness settings Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43 --- gui/devices/320x480/res/ui.xml | 153 +++++++++++++++++++++++++++++++++++------ 1 file changed, 132 insertions(+), 21 deletions(-) (limited to 'gui/devices/320x480/res') diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index c8ff2fbba..5de1e7e33 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -598,14 +598,6 @@ - - - - Force MD5 check on all zips. - - - - @@ -2374,21 +2366,13 @@ - Force MD5 check on all zips. - - - - - - - Use rm -rf instead of formatting. - + Skip MD5 generation during backup. @@ -2396,7 +2380,7 @@ - + Enable MD5 verification of backup files. @@ -2404,7 +2388,7 @@ - + Ignore image size errors during backup. @@ -2412,7 +2396,7 @@ - + Simulate actions for theme testing. @@ -2421,7 +2405,7 @@ - + Simulate failure for actions. @@ -2439,6 +2423,14 @@ + + + Screen + + screen + + + Restore Defaults @@ -2576,6 +2568,125 @@ + + + + + + + Screen Settings + + + + + + Screen Timeout: %tw_screen_timeout_secs% seconds + + + + + + None + + tw_screen_timeout_secs=0 + + + + + + 60 + + tw_screen_timeout_secs=60 + + + + + + 120 + + tw_screen_timeout_secs=120 + + + + + + 180 + + tw_screen_timeout_secs=180 + + + + + + + Brightness: %tw_brightness_display% + + + + + + + 25% + + + echo %tw_brightness_25% > "%tw_brightness_file%" + tw_brightness_display=25% + tw_brightness=%tw_brightness_25% + + + + + + + + 50% + + + echo %tw_brightness_50% > "%tw_brightness_file%" + tw_brightness_display=50% + tw_brightness=%tw_brightness_50% + + + + + + + + 75% + + + echo %tw_brightness_75% > "%tw_brightness_file%" + tw_brightness_display=75% + tw_brightness=%tw_brightness_75% + + + + + + + + 100% + + + echo %tw_brightness_100% > "%tw_brightness_file%" + tw_brightness_display=100% + tw_brightness=%tw_brightness_100% + + + + + + main + + + + + settings + + + + + -- cgit v1.2.3