[android-developers] Re: Inject key event for call camera app

2009-01-19 Thread pmerl...@googlemail.com
I want to broadcast such an intent from my BroadcastReceiver (That's why I can't use startActivityForResult as I found elsewhere). Is this possible by calling context.sendBroadcast(new Intent ("android.media.action.IMAGE_CAPTURE"));? And how will the result be delivered? --~--~-~--~~

[android-developers] Re: Inject key event for call camera app

2009-01-19 Thread Pascal Merle
I found the answer to my last question: Use the android.hardware.Camera class instead. However, I got another problem with that one, see my other thread! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Inject key event for call camera app

2009-01-15 Thread Dave Sparks
The Cupcake SDK will include a way of specifying the image quality. On Jan 12, 8:52 am, Dave Sparks wrote: > I'll have to look into it, but there should be an extra you can put in > in the intent to specify image quality. If not, then we should add it. > > On Jan 10, 1:38 am, fala70 wrote: > >

[android-developers] Re: Inject key event for call camera app

2009-01-12 Thread Dave Sparks
I'll have to look into it, but there should be an extra you can put in in the intent to specify image quality. If not, then we should add it. On Jan 10, 1:38 am, fala70 wrote: > No I don't want use "android.media.action.IMAGE_CAPTURE" intent, > because it return only a low image resolution. I wa

[android-developers] Re: Inject key event for call camera app

2009-01-10 Thread fala70
No I don't want use "android.media.action.IMAGE_CAPTURE" intent, because it return only a low image resolution. I want use an other method. Use the camera default application and listen the new picture added into the image provider. For that I looking for a solution to run camera application from

[android-developers] Re: Inject key event for call camera app

2009-01-09 Thread Dave Sparks
You want to broadcast "android.media.action.IMAGE_CAPTURE" intent. On Jan 9, 9:55 am, fala70 wrote: > Hi guys, > > Somebody know how can I call the camera capture application from my > application ? I tried to use inject key event without success using > KEY CAMERA BUTTON. If the user push key