From 24d0cdcfc4ac82a194a7ed61a762c31da812c999 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Fri, 28 Dec 2012 11:51:34 +0900 Subject: [PATCH] Debug mode is turned on by default Signed-off-by: Taeyoung Kim --- packaging/org.tizen.setting.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/org.tizen.setting.spec b/packaging/org.tizen.setting.spec index 8eb6c1c..1c73a6a 100755 --- a/packaging/org.tizen.setting.spec +++ b/packaging/org.tizen.setting.spec @@ -127,7 +127,7 @@ GOPTION="-g 6514" vconftool $GOPTION set -t int memory/setting/usb_mode "-1" -i -f vconftool $GOPTION set -t int memory/setting/usb_sel_mode "0" -i -f vconftool $GOPTION set -t int memory/setting/usb_in_mode_change "0" -i -f - vconftool $GOPTION set -t bool db/setting/debug_mode "0" -f + vconftool $GOPTION set -t bool db/setting/debug_mode "1" -f #resetSound DEFAULT_CALL_TONE="/opt/share/settings/Ringtones/ringtone_sdk.mp3" -- 2.7.4