fix backlight time
authorshy81.shin <shy81.shin@samsung.com>
Wed, 20 Mar 2013 11:25:28 +0000 (20:25 +0900)
committershy81.shin <shy81.shin@samsung.com>
Wed, 20 Mar 2013 11:25:28 +0000 (20:25 +0900)
packaging/org.tizen.setting.spec

index fabf4c1..8b4fe5c 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