Merge rc.shutdown 'system-plugin-slp' into emulator 77/10777/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Fri, 11 Oct 2013 10:09:32 +0000 (19:09 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Fri, 11 Oct 2013 10:19:37 +0000 (19:19 +0900)
Change-Id: I11320cd246bed727e4facb13f2f7bdc496f323fc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
filesystem/etc/rc.d/rc.shutdown
packaging/system-plugin-emulator.changes
packaging/system-plugin-emulator.spec

index 5551baf..071153a 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 export DISPLAY=:0
 killall power_manager
 killall -9 udevd
@@ -11,33 +13,16 @@ echo "nfc sdkMsg flush..."
 echo > /opt/nfc/sdkMsg
 
 echo "Run Shutdown animation..."
-nice -n -15 /usr/bin/boot-animation --offmsg " " &
+nice -n -15 /usr/bin/boot-animation --offmsg " " --clear &
 sleep 1
 
-echo "Stopping menu screen..."  
-killall -9 menu_screen  
-
-#echo "Stopping all applications..."
-#/usr/bin/enter_deepsleep
-
 echo "Stopping indicator..."
 killall -9 indicator
 
-value=1
-while [&value != "0"];
-do
- value='vconftool get memory/boot_animation/finished | awk '{print $4}''
- sleep 0.5
-done
-sleep 1
-echo "Turn off LCD after finishing boot-animation"
-xset dpms force off
-
 # factory resetting...
 # flag set by factory-reset.sh
 if [ -f /opt/.factoryreset ]; then
        /usr/bin/run-factory-reset.sh
 fi
 
-#echo 4 > /sys/class/graphics/fb0/blank
 
index e5c5b01..16fbe7a 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Oct 11 10:18:17 UTC 2013 GiWoong Kim <giwoong.kim@samsung.com>
+- Merge rc.shutdown 'system-plugin-slp' into emulator
+
 * Mon Sep 30 14:30:50 UTC 2013 GiWoong Kim <giwoong.kim@samsung.com>
 - added /opt/nfc/sdkMsg flushing to rc.shutdown
 
index b46ac14..803bce8 100644 (file)
@@ -1,5 +1,5 @@
 Name: system-plugin-emulator
-Version: 0.0.13
+Version: 0.0.14
 Release: 1
 
 %define systemd_dir     /usr/lib/systemd