vconftool set -t int memory/menu-screen/is_menu_screen_done 0 -i -f
# for menu-screen
- vconftool set -t int memory/idle_screen/top 0 -i -u 5000 -f
+ vconftool set -t int memory/idle-screen/top 0 -i -u 5000 -f
vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
}
vconftool set -t int memory/menu-screen/is_menu_screen_done 0 -i -f
# for menu-screen
- vconftool set -t int memory/idle_screen/top 0 -i -u 5000 -f
+ vconftool set -t int memory/idle-screen/top 0 -i -u 5000 -f
vconftool set -t string db/setting/menuscreen/package_name "org.tizen.menu-screen" -i -u 5000 -f
}
_D("Pause start");
if (vconf_set_int(VCONFKEY_IDLE_SCREEN_TOP, VCONFKEY_IDLE_SCREEN_TOP_FALSE) < 0) {
- _E("Failed to set memory/idle/top to 0");
+ _E("Failed to set %s to 0", VCONFKEY_IDLE_SCREEN_TOP);
}
menu_screen_info.state = APP_STATE_PAUSE;
_D("START RESUME");
if (vconf_set_int(VCONFKEY_IDLE_SCREEN_TOP, VCONFKEY_IDLE_SCREEN_TOP_TRUE) < 0) {
- _E("Failed to set memory/idle/top to 1");
+ _E("Failed to set %s to 1", VCONFKEY_IDLE_SCREEN_TOP);
}
utilx_hide_fake_effect(
_D("START RESET : %d", menu_screen_info.state);
if (vconf_set_int(VCONFKEY_IDLE_SCREEN_TOP, VCONFKEY_IDLE_SCREEN_TOP_TRUE) < 0) {
- _E("Failed to set memory/idle/top to 1");
+ _E("Failed to set %s to 1", VCONFKEY_IDLE_SCREEN_TOP);
}
utilx_hide_fake_effect(