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/540x960/res/ui.xml | 153 +++++++++++++++++++++++++++++++++++------ 1 file changed, 132 insertions(+), 21 deletions(-) (limited to 'gui/devices/540x960') diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index 01e7f7ae8..184ffba63 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -597,14 +597,6 @@ - - - - Force MD5 check on all zips. - - - - @@ -2373,21 +2365,13 @@ - Force MD5 check on all zips. - - - - - - - Use rm -rf instead of formatting. - + Skip MD5 generation during backup. @@ -2395,7 +2379,7 @@ - + Enable MD5 verification of backup files. @@ -2403,7 +2387,7 @@ - + Ignore image size errors during backup. @@ -2411,7 +2395,7 @@ - + Simulate actions for theme testing. @@ -2420,7 +2404,7 @@ - + Simulate failure for actions. @@ -2438,6 +2422,14 @@ + + + Screen + + screen + + + Restore Defaults @@ -2575,6 +2567,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