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/800x480/res/ui.xml | 156 +++++++++++++++++++++++++++++++++++------ 1 file changed, 134 insertions(+), 22 deletions(-) (limited to 'gui/devices/800x480') diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 9d6abf9a8..7c815cfac 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -64,7 +64,7 @@ - + @@ -657,14 +657,6 @@ - - - - Force MD5 check on all zips? - - - - @@ -2410,21 +2402,13 @@ - Force MD5 check on all zips? - - - - - - - Use rm -rf instead of formatting? - + Skip MD5 generation on backups @@ -2432,7 +2416,7 @@ - + Enable MD5 checking of backup files @@ -2440,7 +2424,7 @@ - + Ignore image size errors during backup @@ -2448,7 +2432,7 @@ - + Simulate most actions for theme testing @@ -2457,7 +2441,7 @@ - + Simulate failure for actions @@ -2473,6 +2457,15 @@ timezone + + + + + Screen + + screen + + @@ -2618,6 +2611,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