Fixing backlight issue. IA is currently getting a timeout of 10min, when it should...
authorBrad Peters <brad.t.peters@intel.com>
Tue, 12 Feb 2013 22:06:53 +0000 (14:06 -0800)
committerBrad Peters <brad.t.peters@intel.com>
Tue, 12 Feb 2013 22:06:53 +0000 (14:06 -0800)
packaging/org.tizen.setting.spec

index 911f586..fabf4c1 100755 (executable)
@@ -195,11 +195,13 @@ GOPTION="-g 6514"
 
 #resetDisplay
        #backlight
-%ifarch %{arm}
-       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "30"
+# Set backlight timeout to dim display on all platforms except emulator
+%if 0%{?simulator}
+       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "0"
 %else
-       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "600"
+       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "30"
 %endif
+
        vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30"
 
        #brightness