[tbtcoreapp][stt] Add a description about network disconnection 88/245288/2
authorsooyeon.kim <sooyeon.kim@samsung.com>
Tue, 6 Oct 2020 11:05:04 +0000 (20:05 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 8 Oct 2020 08:22:05 +0000 (17:22 +0900)
Change-Id: I3dc69079a5a3f805c0d83fbce8adbb9d413fef0b
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 778d95e58e9e005566f74538f0b0191de36f8b5b..0299bb0b6b6230f2795b1f141e45894d72dbf7ff 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 c2b10a528e089bc4206e8c74e3e3893889abd31c..8f4e189956e3b372400a864daf773277260e65ee 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 0e9c713f10676351831bd1601ec851a5934c2efc..93172da0611a1dcbbbfa0de40a036a806d00948d 100755 (executable)
@@ -2402,9 +2402,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 51311146d6272b7080fc11888b4e5f53d9578e13..439052678af0ae30e16f78b0884b7961d61be7d1 100644 (file)
@@ -107,7 +107,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");
                ui_utils_label_set_text(this->recognized_text, "", "left");
        }