Android Question SpeechRecognitionNoUI brings up dialog "No Match [OK]" then plays dead

SimonInCanada

Member
Licensed User
Hi

I am just trying the SpeechRecognitionNoUI V1.4 for the first time and trying to assess if I can use it in my app by using the example. The process it would have to be used in would always consist of a delay as an operator adjusts a setting on a piece of equipment then uses a command word to ask the app to take a reading (through BLE). However, after a few seconds of no voice initially I am getting a dialog saying "No Match" which can be dismissed by clicking an OK button; this does not coincide with any of the published events and seems to leave it unreceptive to voice stimuli. I added a listview and tiny mods to track events more cleary then a button to call the StopListening method; but this does not help either as calling it after this dialog has appeared causes a Client Side Error to appear.

The entire log of loading and running was:
Logger connected to: samsung SM-G532M
--------- beginning of system
--------- beginning of main
Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **

My Phone is only Android 6 if that makes any difference and I am using B4A 9.80. Thanks for your help.
 

Attachments

  • example.zip
    11.1 KB · Views: 192
Top