[android-developers] Issues with SpeechRecognizer on Jelly Bean

2012-08-30 Thread joebowbeer
There seems to be a major issue affecting programmatic users of the speech recognition service on Jelly Bean handsets: http://code.google.com/p/android/issues/detail?id=36679 In particular, users of the RecognitionListener are not receiving results. If anyone is interested, please star this iss

Re: [android-developers] Issues with SpeechRecognizer on Jelly Bean

2012-08-30 Thread Jim Graham
On Thu, Aug 30, 2012 at 01:53:30PM -0700, joebowbeer wrote: > There seems to be a major issue affecting programmatic users of the speech > recognition service on Jelly Bean handsets: > In particular, users of the RecognitionListener are not receiving > results. Seems to me like that'd be a probl

Re: [android-developers] Issues with SpeechRecognizer on Jelly Bean

2012-08-30 Thread joebowbeer
The problem has been verified by about a half-dozen different developers. Here is sample code demonstrating the problem: http://code.google.com/p/recognition-listener-broken-on-jb/ On Thursday, August 30, 2012 4:01:23 PM UTC-7, Spooky wrote: > > On Thu, Aug 30, 2012 at 01:53:30PM -0700, joebow