[android-developers] Anyone stuck manually configuring Android devices?

2015-07-03 Thread GregM
I have to setup a manufacturing process that configures several Android phones per day, it takes over an hour to do each one. I have to uninstall apps, install new apps, adjust settings etc... Does anyone else have this problem? I'm on my way to solving it using unit testing scripts, but it

Re: [android-developers] NFC Application

2012-07-20 Thread GregM
Hi, I suggest looking at the example here: https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/nfc/NFCInventoryActivity.java The code helps you write an Activity that helps the user create the right NFC tags. Just copy and paste the code into your app and change the

[android-developers] Re: Speech Recognition in Android

2012-07-20 Thread GregM
Hi, This code library helps you with speech recognition and in particular has some nice code to help handle matching hard to match words using Soundex and Stemming and other things. Check it out here: https://github.com/gast-lib/gast-lib To get started quickly, I suggest just extending this

[android-developers] Installation error for Unknown reason -102

2010-11-12 Thread GregM
My app does not install because of this: Unknown reason -102 How do I find out what this error means? Any guesses? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Microphone for demoing speech recognition?

2010-09-17 Thread GregM
Hi, Does anyone have a recommendation for a microphone to use to demo speech recognition. Wants: It has to work in a noisy environment. It should have a way to output the sound into an external speaker Thank you! -- You received this message because you are subscribed to the Google Groups

[android-developers] JSAPI (javax.speech.recognition) for Android?

2010-06-24 Thread GregM
Hi, The android speech recognizer API does not support grammars. This is very sad. Has anyone tried to implement JSAPI (javax.speech.recognition) on top of the Google's speech recognition API? It seems like a worthy cause. Links: Google API:

[android-developers] Re: Speech Recognition

2010-06-02 Thread GregM
Someone please answer this question! On May 24, 7:35 pm, minhaz minh...@gmail.com wrote: Hi In my emulator isRecognitionAvailable method from SpeechRecognizer class returns false and also when i run VoiceRecognition.java sample code on API level 8 platform 2.2 i got Recognizer not present

[android-developers] Re: Speech recognition: prevent or automatically handle No matches found dialog

2010-05-28 Thread GregM
You still can't give the speech recognizer a grammar, so you can't tell it what to expect. You are right though, even some canned, yes/no/ cancel or digit recognizers would be a huge help. Android has an AlertDialogBuilder, why not have a SpeechDialogBuilder with some simple options? The good

[android-developers] Re: Speech recognition: prevent or automatically handle No matches found dialog

2010-05-18 Thread GregM
I had this same problem. Since the speech recognition requires clicking the dialog window when an error occurs, my app cannot be truely hands free. This is a big problem if you are trying to use speech recognition to save the user from having to look at the device. Calling finishactivity works

[android-developers] Speech Recognition makes a beep when the user Cancels. This is bad.

2009-11-14 Thread GregM
If the user cancels the speech dialog, it makes a little beeping sound. You might think that beeping sounds is an innocent little thing, but it broke my app. See, after my app is done speaking, it starts listening again for the user to get its attention. When the app beeps, it assumes this is

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread GregM
My app is Digital Recipe Sidekick. www.digitalrecipesidekick.com It's free. Here's a quick description: The DRS is a practical kitchen gadget that helps you collect and follow recipes. It has a cookbook that you can edit directly and easily expand. It also has an interactive recipe reader, which

[android-developers] Clarification on Unpublished APIs, specifically the TTS library

2009-08-30 Thread GregM
The guidelines say: It's very important that your apps only use published APIs. Some users might be judging your submissions on new phones you haven't seen or tested. If your apps depend on unpublished APIs, they might not work on some of these phones. Does this refer to unpublished Android