This is pretty much identical to the other question you asked (which I just answered)... Please don't spawn multiple threads for the same question...
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 25, 2012 at 8:42 PM, frizzo <[email protected]> wrote: > In my app, I kick off the following: > > Intent cameraIntent = new > Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); > > startActivityForResult(cameraIntent, CAMERA_REQUEST); > > And sure enough, the camera activity starts: > > > <https://lh6.googleusercontent.com/-AKg4Tc6JSeM/T-kgD0jN5tI/AAAAAAAAACE/3-T71xf6T6M/s1600/photo1.JPG> > > I press the button on the left, the flash goes off and the picture is > taken. The Take Photo button turns into an OK button, like below: > > > <https://lh5.googleusercontent.com/-X3iPT5UoOP8/T-kgti05wBI/AAAAAAAAACM/VtC3tkprPT8/s1600/photo2.JPG> > I try to press the OK button, but nothing happens. I can press it a 100 > times and still nothing happens. If I press the Cancel button, the control > does return back to the application. > > Can someone tell me why control does not return to the application? > > Facts. > > 1. This is a Nexus One running 2.3.6. > 2. This works perfectly fine in the emulator. > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

