remove vconf set 79/308979/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 3 Apr 2024 08:16:36 +0000 (17:16 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 3 Apr 2024 08:16:36 +0000 (17:16 +0900)
Because just using 780154BackupVonfKey save previous value. So, set is not needed

Change-Id: Id0f63d95c645d271a63d4ec24d026dfbd5b09ae1

script/migration/tts.sh

index f951ada..fec5c19 100644 (file)
@@ -59,16 +59,6 @@ function tts_migration() {
         mig_copy $SRC_CONF_PATH $DST_CONF_PATH || error_handle "default_data" $LINENO
         log I "TTS Migration after 8.0 END"
     fi
-
-    log I "TTS Migration VconfKey"
-
-    VALUE_DEFAULT=$(vconftool get db/voice/tts/engine/default)
-    vconftool set -t string -f db/voice/tts/engine/default "$VALUE_DEFAULT"
-    log I "db/voice/tts/engine/default = $VALUE_DEFAULT"
-
-    VALUE_CLIENT=$(vconftool get db/voice/tts/instant-reprepare-client)
-    vconftool set -t int -f db/voice/tts/instant-reprepare-client "$VALUE_CLIENT"
-    log I "db/voice/tts/instant-reprepare-client = $VALUE_CLIENT"
 }
 
 # Trace flag check & enable