[tbtcoreapp][stt] Add a description about network disconnection 45/245345/2
authorsooyeon.kim <sooyeon.kim@samsung.com>
Wed, 7 Oct 2020 10:57:12 +0000 (19:57 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 8 Oct 2020 08:32:20 +0000 (17:32 +0900)
Change-Id: If4103edb65c82da5b20e74fb136cb12ce4422332
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-stt-view.c

index f37742de59ca22be19e4d20987d684a0c10ccd25..d73ec95aabafe16fd8c27bb7154ff333e83fcc44 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index ec280714d6b7f569842bdb309aabf0998d1125df..4df6929ad5c78ba44e8600ef7fc8bead0ffbdf28 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index f3793bb8d39596b2d3bca9db0c4f3eda0f3874bb..25ff2e402d53a8dd8898f5e791b9cfde9dab51a5 100644 (file)
@@ -2381,9 +2381,10 @@ static tbt_info tbtapps[] =
                        .parent = "TTS/STT",
                        .apptype = TBT_APP_STT_ERROR,
                        .icon_name = "dummy",
-                       .info = "1. Disconnect Internet.<br/>"
-                                       "2. Press Speak button.<br/>"
-                                       "3. An error message will be shown in top",
+                       .info = "1. Open a target shell. (Press ctrl + shift + s)<br/>"
+                                       "2. Input a command to disconnect Internet. (# vconftool set -t int  memory/dnet/status 0 -f)<br/>"
+                                       "3. Press Speak button.<br/>"
+                                       "4. An error message will be shown in top",
                        .result = 0
                },
        #endif
index e25c2336427a6963e195d6755f4b55724f2f775e..20480d1191806166fc2405493269c45986ceb98e 100644 (file)
@@ -191,7 +191,7 @@ stt_view *stt_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_Item *i
        }
        else if(this->view->tbt_info->apptype == TBT_APP_STT_ERROR)
        {
-               ui_utils_label_set_text(this->input_text, "Disconnect Internet, Then press Speak button", "left");
+               ui_utils_label_set_text(this->input_text, "Disconnect Internet (Turn off wifi or Input a command 'vconftool set -t int  memory/dnet/status 0 -f' in target shell), Then press Speak button", "left");
        }
 
        elm_object_part_content_set(this->view->layout, "txt_part_1", this->input_text);