Turn on the debugging option to enable SDB by default
authorTaeyoung Kim <ty317.kim@samsung.com>
Fri, 30 Nov 2012 00:56:40 +0000 (09:56 +0900)
committerChengwei Yang <chengwei.yang@intel.com>
Mon, 17 Dec 2012 01:41:15 +0000 (09:41 +0800)
sdb mode disabled by the code sync, as we agreed with enable sdb mode by
default, so I just cherry-pick this commit and submit again.

Change-Id: I135b84885f749a5f596d25d5aee759640beda0b6
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/org.tizen.setting.spec

index 3b07a26..0f3e451 100755 (executable)
@@ -126,7 +126,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"