Signed-off-by : DaiYoung, Kim <daiyoung777.kim@samsung.com>
#git:/slp/pkgs/e/emulator-daemon
Name: emuld
-Version: 0.2.32
+Version: 0.2.33
Release: 1
Summary: emuld is used for communication emulator between and ide.
License: Apache
if(ret == 0)
{
+ /* W/A for sdcard file permission start */
+ system("mkdir -p /opt/storage/sdcard/Camera /opt/storage/sdcard/Downloads /opt/storage/sdcard/Images /opt/storage/sdcard/Sounds /opt/storage/sdcard/Videos");
+ system("chown 5000:5000 -R /opt/storage/sdcard");
+ /* W/A for sdcard file permission end */
+
system("chmod -R 777 /opt/storage/sdcard");
system("vconftool set -t int memory/sysman/mmc 1 -i -f");
}