[android-developers] New SPEECH_INPUT_MINIMUM_LENGTH_MILLIS extra

2010-08-29 Thread Veered
I am developing an app that requires the voice recognition to stay active for an entire minute. Upon reviewing the docs, I discovered SPEECH_INPUT_MINIMUM_LENGTH_MILLIS added to 2.2. However RECOGNIZE_SPEECH doesn't seem to support it. Does anybody know a way that I could force voice recognition

[android-developers] Android Debugger Problem

2010-03-10 Thread Veered
For some reason I can't step through the code in the debugger. I am not trying to step through Android source code, just code that resides in my project. My build paths are setup to include it, but whenever I try stepping over anything it gives me a Source not found message. I really have no idea