From: kj7.sung Date: Fri, 10 Jul 2015 00:28:45 +0000 (+0900) Subject: Change location vconf value X-Git-Tag: accepted/tizen/mobile/20150710.122610^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed12d9e4f236d4e633cfc707cba3bdc6bed80aa8;p=platform%2Fcore%2Fappfw%2Fvconf-internal-keys.git Change location vconf value Change-Id: Ifc6099e0897e84cf6d559efce193695a029987f7 Signed-off-by: kj7.sung Signed-off-by: MyoungJune Park --- diff --git a/data/vconf-internal-location-keys.xml b/data/vconf-internal-location-keys.xml index 46e2538..b593378 100644 --- a/data/vconf-internal-location-keys.xml +++ b/data/vconf-internal-location-keys.xml @@ -13,7 +13,7 @@ - +
VCONFKEY_LOCATION_NETWORK_ENABLED
diff --git a/report/vconf-internal-location-keys.html b/report/vconf-internal-location-keys.html index e135b47..b5027eb 100644 --- a/report/vconf-internal-location-keys.html +++ b/report/vconf-internal-location-keys.html @@ -44,7 +44,7 @@ VCONFKEY_LOCATION_NETWORK_ENABLED db/location/setting/NetworkEnabled int -1 +0 tizen::vconf::location::enable diff --git a/scripts/vconf-internal-location-keys.sh b/scripts/vconf-internal-location-keys.sh index dca5b3f..35355fd 100644 --- a/scripts/vconf-internal-location-keys.sh +++ b/scripts/vconf-internal-location-keys.sh @@ -2,7 +2,7 @@ /usr/bin/vconftool set -t int "db/location/setting/Usemylocation" "1" -s "tizen::vconf::location::enable" -i -g 6514 /usr/bin/vconftool set -t int "db/location/setting/GpsEnabled" "1" -s "tizen::vconf::location::enable" -i -g 6514 -/usr/bin/vconftool set -t int "db/location/setting/NetworkEnabled" "1" -s "tizen::vconf::location::enable" -i -g 6514 +/usr/bin/vconftool set -t int "db/location/setting/NetworkEnabled" "0" -s "tizen::vconf::location::enable" -i -g 6514 /usr/bin/vconftool set -t int "db/location/setting/GpsPopup" "1" -s "tizen::vconf::location::enable" -i -g 6514 /usr/bin/vconftool set -t int "memory/location/position/state" "0" -s "tizen::vconf::public::r::platform::rw" -i -g 6514 /usr/bin/vconftool set -t int "memory/location/gps/state" "0" -s "tizen::vconf::public::r::platform::rw" -i -g 6514