From d5647eb7e4a83cb8bed7e1c8d36e3cdb1e5576a0 Mon Sep 17 00:00:00 2001 From: seungku kim Date: Thu, 25 Jun 2015 10:04:31 +0900 Subject: [PATCH] Add lestatus vconf value reset Change-Id: I55c175ab7ae629dd2d6f9514eb0a361b386877da --- scripts/mobile/bt-reset-env.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/mobile/bt-reset-env.sh b/scripts/mobile/bt-reset-env.sh index 57c0a7b..1f18c0f 100755 --- a/scripts/mobile/bt-reset-env.sh +++ b/scripts/mobile/bt-reset-env.sh @@ -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}'` -- 2.7.4