fixed backlight time
authorMyoungJune Park <mj2004.park@samsung.com>
Wed, 20 Mar 2013 04:51:12 +0000 (13:51 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Wed, 20 Mar 2013 04:51:12 +0000 (13:51 +0900)
default value
- target : 30sec
- emulator : 600sec

packaging/org.tizen.setting.spec

index 1baad96..8d8bc40 100755 (executable)
@@ -196,8 +196,10 @@ GOPTION="-g 6514"
 #resetDisplay
        #backlight
 # Set backlight timeout to dim display on all platforms except emulator
+# 0 sec : unlimited time 
+# 600 sec : 10 min
 %if 0%{?simulator}
-       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "0"
+       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "600"
 %else
        vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "30"
 %endif