From f919c3cd9bb97d7d071bb7b1c00d67999a6a86f2 Mon Sep 17 00:00:00 2001 From: Kairong Yin Date: Tue, 4 Sep 2012 02:04:06 -0700 Subject: [PATCH] Enable the function of 'Keep LCD on if Setting is running in foreground' Change-Id: I65fd03d118b2069c8435256454d0128646166b2a --- include/setting-debug.h | 2 +- packaging/settings.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/setting-debug.h b/include/setting-debug.h index f7a45ec..f83b404 100755 --- a/include/setting-debug.h +++ b/include/setting-debug.h @@ -89,7 +89,7 @@ /*#endif*/ #define SUPPORT_APP_ROATION 0 -#define SUPPORT_LCD_TIMEOUT_KEEPING 0 +#define SUPPORT_LCD_TIMEOUT_KEEPING 1 #define USE_DEVICE_SET_DISPLAY_BRT 1 #define LOW_BATTERY_DO_NOTHING 1 /**< 1 : turn the low batter handlding off */ diff --git a/packaging/settings.spec b/packaging/settings.spec index 83ae1a1..1ccbf8f 100755 --- a/packaging/settings.spec +++ b/packaging/settings.spec @@ -191,7 +191,7 @@ GOPTION="-g 6514" %else vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "0" %endif - #vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30" + vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30" #brightness vconftool $GOPTION set -t int db/setting/Brightness "-1" -- 2.7.4