.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
}
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");
}