From: sooyeon.kim Date: Tue, 6 Oct 2020 11:05:04 +0000 (+0900) Subject: [tbtcoreapp][stt] Add a description about network disconnection X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4d1cc857a448b3ff70235eaff2e8440aa2ae055;p=test%2Ftct%2Fnative%2Fbehavior.git [tbtcoreapp][stt] Add a description about network disconnection Change-Id: I3dc69079a5a3f805c0d83fbce8adbb9d413fef0b Signed-off-by: sooyeon.kim --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 778d95e..0299bb0 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index c2b10a5..8f4e189 100755 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 diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 0e9c713..93172da 100755 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2402,9 +2402,10 @@ static tbt_info tbtapps[] = .parent = "TTS/STT", .apptype = TBT_APP_STT_ERROR, .icon_name = "dummy", - .info = "1. Disconnect Internet.
" - "2. Press Speak button.
" - "3. An error message will be shown in top", + .info = "1. Open a target shell. (Press ctrl + shift + s)
" + "2. Input a command to disconnect Internet. (# vconftool set -t int memory/dnet/status 0 -f)
" + "3. Press Speak button.
" + "4. An error message will be shown in top", .result = 0 }, #endif diff --git a/tbtcoreapp/src/view/tbt-stt-view.c b/tbtcoreapp/src/view/tbt-stt-view.c index 5131114..4390526 100644 --- a/tbtcoreapp/src/view/tbt-stt-view.c +++ b/tbtcoreapp/src/view/tbt-stt-view.c @@ -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"); }