Re: [mono-android] Camera get photo sample

2013-05-11 Thread Massimiliano Fabbri
It may be, but try to uncheck, from developer options (on the device) "Do not keep Activities" options that seems to be select as default on some devices http://stackoverflow.com/questions/14615190/cordova-samsung-galaxy-siii-camera-crashes-app Let us know if it works. Max. Il 11/05/13 15:3

Re: [mono-android] Camera get photo sample

2013-05-11 Thread Jonathan Pryor
On May 7, 2013, at 9:02 AM, Tom Opgenorth wrote: > I can confirm that the sample does work on the Galaxy Nexus, so this is > probably a hardware specific thing While that may be true, it would likely be a good idea to improve the sample to do this automatically, so that everyone doesn't need to

Re: [mono-android] Camera get photo sample

2013-05-07 Thread Tom Opgenorth
I can confirm that the sample does work on the Galaxy Nexus, so this is probably a hardware specific thing On Tue, May 7, 2013 at 4:34 AM, Igor Velikorossov wrote: > I've recently observed similar issues. > > First of all there seems to be reports that different devices may be to > blame. Samsung

Re: [mono-android] Camera get photo sample

2013-05-07 Thread Igor Velikorossov
I've recently observed similar issues. First of all there seems to be reports that different devices may be to blame. Samsungs are notorious for such bug http://stackoverflow.com/questions/7031374/photo-capture-intent-causes-nullpointerexception-on-samsung-phones-only/7031422#7031422 Secondly, an

Re: [mono-android] Camera get photo sample

2013-05-06 Thread Massimiliano Fabbri
It's a real device and the file is correctly saved into the correct folder Il 06/05/13 21:45, Tom Opgenorth ha scritto: Are you running on this on a device? or on the emulator? On Mon, May 6, 2013 at 12:09 PM, Massimiliano Fabbri wrote: I'm following the camera photo sample from here: http:/

Re: [mono-android] Camera get photo sample

2013-05-06 Thread Tom Opgenorth
Are you running on this on a device? or on the emulator? On Mon, May 6, 2013 at 12:09 PM, Massimiliano Fabbri wrote: > I'm following the camera photo sample from here: > http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app > > The issue I got is