delete unused smack, fix app2sd issue tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.055022
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Fri, 1 Nov 2013 00:20:50 +0000 (09:20 +0900)
committerjunsuk77.oh <junsuk77.oh@samsung.com>
Fri, 1 Nov 2013 00:22:08 +0000 (09:22 +0900)
Change-Id: I52738cd7cf1535cb2179ec1593a89c5f59a9c688

plugin/app2sd/src/app2sd_interface.c
plugin/app2sd/src/app2sd_internals.c

index f1a356a..86b48e7 100755 (executable)
@@ -549,7 +549,7 @@ int app2sd_move_installed_app(const char *pkgid, GList* dir_list,
                        pkgmgrinfo_pkginfo_destroy_pkginfo(info_handle);
                        goto END;
        } else {
-               app2ext_print("App2Sd Error : okokkokin [%d]STORAGE\n", storage);
+               app2ext_print("App2Sd info : STORAGE Move[%d] is success\n", storage);
        }
        pkgmgrinfo_pkginfo_destroy_pkginfo(info_handle);
 
index 5a4bd86..05b5af0 100755 (executable)
@@ -564,10 +564,8 @@ int _app2sd_mount_app_content(const char *pkgid, const char *dev,
                }
        }
 
-       ret = _app2sd_setup_path(pkgid, app_dir_mmc_path, PATH_ANY_LABEL, pkgid);
-       if (ret) {
-               app2ext_print ("App2Sd Error : unable to smack %s\n", app_dir_mmc_path);
-       }
+       usleep(200 * 1000);     /* 200ms sleep*/
+       app2ext_print ("App2Sd info : give a delay for mount\n");
 
        switch (mount_type) {
        case MOUNT_TYPE_RD: