[android-developers] Voice recognition without screen

2011-05-30 Thread moa-code
Currently true voice control is not possible, since if Andoid has an issue understanding the user or other error a dialog is displayed which needs dismissed via the screen. 1/ Is this going to be changed, so the developer can set an Intend to be called on error, so the screen user interaction

[android-developers] CTS and frameword modifications

2011-03-30 Thread Adrien Moa
Hi all, I'm porting Android to a particular board and I have some questions. First, Can we implements just 50 % of a fonctionality. For exemple, in the framework there is a Class that contain a method public String myFunction(){ //frameword Code}. Can I change it for public static String

[android-developers] Dynamic class loading - how?

2010-11-02 Thread moa
Is it possible to dynamically load classes from a URL into your application in the same way as a desktop application can? For example, can you do a simple boot-strap application which you install onto the device, that boots up loads the main jars required for the applications from a server, or

[android-developers] Voice Recognition for Voice Control?

2010-09-02 Thread moa
Hi, Is it possible to use the voice recognition api in order to handle a known set of commands yet? For example; Text to speech prompts Say Yes or No User says no VR matches this against a specific valid vocabulary containing only yes no, and then returns no. Can you do this yet? Last

[android-developers] extending voice commands

2010-05-28 Thread moa
Is it possible to add you own application so it's a registered voice command application. As the navigate keyword is linked to maps, can link shop to your own application? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

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

2010-05-26 Thread moa
have the 2.2 api changes done anything to help with this? Another feature I always wanted was the ability to define the valid responses for the engine to match against; yes/no and so. so you don;t get things like snow coming back as a response. Also, defining digit recognition only and so.

[android-developers] Calendar - Custom Appointment Data

2009-12-21 Thread moa
Hi, Is it possible to hook into a calendar appointment so that I can create a new button for the appointments' menu? I would like to add some extra functionality to an appointment. When my new button is pressed the appointment will be passed to my new activity? Is this possible? and how? --

[android-developers] MEDIA BUTTON

2009-11-05 Thread moa
How to I simulate the Media Button (the button on the wired headset) that starts the media player, being pressed in the emulator? I've looked and looked... can't see it :( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Speech - True Voice Control Not Possible

2009-11-05 Thread moa
I have been playing with the speech recognition package to try and do a totally voice controlled application. However, the current api makes this impossible. I can get an application to talk to the user and then the user can talk back to the application. I can then process this reply and then

[android-developers] Re: Speech Recognition

2009-11-02 Thread moa
pm, moa mich...@jixel.com wrote: I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only

[android-developers] Re: Speech Recognition

2009-11-02 Thread moa
Additional (I forgot) , limited vocabulary recognition also tends to make the process much faster too, which is another advantage for using this method for commands on a mobile device. On Nov 2, 12:22 pm, moa mich...@jixel.com wrote: Hmmm... it's not the most workable solution ever. Could get

[android-developers] Speech Recognition

2009-11-01 Thread moa
I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only valid commands were Yes or No I would like to be

[android-developers] Re: Speech Recognition

2009-07-30 Thread moa
; because the current implementation we have is tied to Google services, this is not part of the base platform, so not available on all phones.  This is one of the reasons the API is a loosly-bound Intent protocol. On Wed, Jul 29, 2009 at 11:03 AM, moa mich...@jixel.com wrote: I think

[android-developers] Re: Speech Recognition

2009-07-29 Thread moa
I think this is the situation. VR is part of cupcake 1.5, however, this has not been fully implemented on many current devices. UK vodafone for example. If your google search widget does bot have the microphone on it then I think your version of cupcake on the device does not have the relevent

[android-developers] Using ANT not Eclipse, How do I add a 3rd party jar

2009-07-10 Thread moa
Hi, I want to be able to add google's exteneded json library to my app (gson.jar). I can get it in the path so I can compile but it is not being bundled into the application when being deployed. How can I do this? I am NOT using eclipse, so need to do it via the ant. I'm actually using Netbeans

[android-developers] Camera preview zoom?

2009-05-21 Thread moa
Currently the camera performs previews of the shot at 480x320 allowing for real time processing. Is it possible define what part of full 1536x2024 camera image is used for the smaller preview image? Basically some kind of zoom? I am trying to get a more detailed part of the image, without have

[android-developers] Re: Converting bitmap to grayscale

2009-05-21 Thread moa
 pm, moa mich...@jixel.com wrote: I would like to convert a Bitmap to a grayscale array of bytes (one byte per pixel). At the same time I want to just crop at section from the middle. Having looked though the various api's it is not clear to me what the best way would be. The best way I have

[android-developers] Re: xsd/dtd for AndroidManifest.xml

2009-05-21 Thread moa
Yes, me too! Would help loads. Anyone know here is it? On Apr 21, 12:09 pm, bobby karande...@gmail.com wrote: Hi, Where can we find schema definition forAndroidManifest.xml? I see that this question has been asked long back but no

[android-developers] Converting bitmap to grayscale

2009-05-20 Thread moa
I would like to convert a Bitmap to a grayscale array of bytes (one byte per pixel). At the same time I want to just crop at section from the middle. Having looked though the various api's it is not clear to me what the best way would be. The best way I have found in se java is as below;

[android-developers] Re: Bluetooth and Serial Port Profile

2009-05-20 Thread moa
What is the process for it becoming available on real devices? If an SDK update is released that supports SPP or RFCOMM. Does that mean applications compiled on that SDK will run on current cupcake devices (like the Magic) without any new firmware on the phone? Or once new BT support is added

[android-developers] Search by Voice - Not in HTC Magic!!

2009-05-06 Thread moa
Looking on here at the video; http://www.android.com/releases/ and reading the pdf that came with my new htc magic (uk vodafone). there should be a voice search option, which show as a mic icon after the search box. This does not seem to be here on my phone Is the uk vodafone 1.5 cupcake a

[android-developers] HTC Magic

2009-05-05 Thread moa
Anyone got an HTC Magic? http://groups.google.co.uk/group/htc-magic --~--~-~--~~~---~--~~ 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

[android-developers] Bluetooth

2009-05-03 Thread moa
Can someone explain the current situation with bluetooth from a developer point? I take it the latest 1.5 version still does not have development of bluetooth apps? If not, when is this going to happen? It's been in J2ME for years! I saw some post about it being available via compiling the

[android-developers] Netbeans

2008-11-20 Thread moa
Does anyone know what the current state is for development with the netbeans ide? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to