Add lestatus vconf value reset 45/42245/2 accepted/tizen/mobile/20150702.104851 accepted/tizen/tv/20150703.015052 submit/tizen_mobile/20150702.082713 submit/tizen_tv/20150702.082717 submit/tizen_wearable/20150702.082720
authorseungku kim <seungku.kim@samsung.com>
Thu, 25 Jun 2015 01:04:31 +0000 (10:04 +0900)
committerseungku kim <seungku.kim@samsung.com>
Thu, 25 Jun 2015 01:13:29 +0000 (10:13 +0900)
Change-Id: I55c175ab7ae629dd2d6f9514eb0a361b386877da

scripts/mobile/bt-reset-env.sh

index 57c0a7b..1f18c0f 100755 (executable)
@@ -10,13 +10,14 @@ rm -rf /opt/data/bluetooth/.bt_paired
 rm -rf /var/lib/bluetooth/*
 
 # Initialize BT vconf values
+vconftool set -f -t  int db/bluetooth/lestatus "0" -g 6520
 vconftool set -f -t int db/bluetooth/status "0" -g 6520
 vconftool set -f -t int file/private/bt-service/flight_mode_deactivated "0" -g 6520
-vconftool set -f -t string memory/bluetooth/sco_headset_name "" -g 6520 -i
-vconftool set -f -t int memory/bluetooth/device "0" -g 6520 -i
+vconftool set -f -t string memory/bluetooth/sco_headset_name "" -g 6520
+vconftool set -f -t int memory/bluetooth/device "0" -g 6520
 vconftool set -f -t int file/private/libug-setting-bluetooth-efl/visibility_time "0" -g 6520
-vconftool set -f -t bool memory/private/bluetooth-share/quickpanel_clear_btn_status FALSE -g 6520 -i
-vconftool set -f -t bool memory/private/bluetooth-share/opp_server_init FALSE -g 6520 -i
+vconftool set -f -t bool memory/private/bluetooth-share/quickpanel_clear_btn_status FALSE -g 6520
+vconftool set -f -t bool memory/private/bluetooth-share/opp_server_init FALSE -g 6520
 
 # Remove BT shared memory
 list=`ipcs -m | awk '$1==0x0001000 {print $2}'`