From 57682f97b54f16d4f6c301f53139c0d3210319d1 Mon Sep 17 00:00:00 2001 From: Duyoung Jang Date: Mon, 19 Aug 2013 17:02:47 +0900 Subject: [PATCH] Update vconf key for sdcard Change-Id: If02ed58a3ddb47f5008731ad30cac58d8363334d Signed-off-by: Duyoung Jang --- inc/InstallerDefs.h | 2 +- src/Util/InstallerUtil.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h index ebab4a7..45ed0de 100755 --- a/inc/InstallerDefs.h +++ b/inc/InstallerDefs.h @@ -23,7 +23,7 @@ #include "InstallerUtil.h" -#define OSP_INSTALLER_VERSION "version=[20130813.2]" +#define OSP_INSTALLER_VERSION "version=[20130819.1]" #define DIR_BIN L"/bin" #define DIR_INFO L"/info" diff --git a/src/Util/InstallerUtil.cpp b/src/Util/InstallerUtil.cpp index 4686eae..fe5cb5b 100755 --- a/src/Util/InstallerUtil.cpp +++ b/src/Util/InstallerUtil.cpp @@ -1159,8 +1159,8 @@ InstallerUtil::IsDefaultExternalStorage() int storage = 0; int mmcStatus = VCONFKEY_SYSMAN_MMC_REMOVED; - res = vconf_get_int("db/setting/default_memory/download", &storage); - TryReturn(res == 0, false, "vconf_get_int(db/setting/default_memory/download) failed."); + res = vconf_get_int("db/setting/default_memory/download_application", &storage); + TryReturn(res == 0, false, "vconf_get_int(db/setting/default_memory/download_application) failed."); AppLog("Storage = [%d]", storage); -- 2.7.4