Re: [android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-23 Thread Mark Murphy
Streets Of Boston wrote: The problem is that when i create this sample project, i cannot be sure that it will recreate the problem, since i can't reproduce it.\ Oh, uh, yeah, good point. I'll try to get a sample going (a simple camera app that uses autofocus) and hopefully this will recreate

[android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-22 Thread Streets Of Boston
Bump... ... I'm not sure where else to ask this question. On Feb 19, 10:31 am, Streets Of Boston flyingdutc...@gmail.com wrote: I found some posts about not have a preview-callback. But my camera does not have a preview-callback set at all. I'm wondering where this IOException is coming from.

Re: [android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-22 Thread Mark Murphy
Streets Of Boston wrote: Bump... ... I'm not sure where else to ask this question. At the same time, at least I don't know how to answer it. I have not seen this error, but, then again, I have not tried auto-focus on the Hero. To be honest, I wasn't aware it was running an Android version where

[android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-22 Thread Streets Of Boston
Thank you for your reply, Mark! My code checks for the types of focus available on the phone and calls 'autoFocus(...)' only when available and needed. Even so, the SDK documentation says that for devices that don't have auto-focus, the callback specified in the call to 'autoFocus(callback)' will

Re: [android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-22 Thread Mark Murphy
Streets Of Boston wrote: Can i send you a debug version of my app to your e-mail address? Well, to be honest, I'd rather you created a little sample project that demonstrates the problem, so that: 1. You can post it to http://b.android.com (even though it may be a Hero-specific problem, it's

[android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-22 Thread Streets Of Boston
I understand. The problem is that when i create this sample project, i cannot be sure that it will recreate the problem, since i can't reproduce it. I'll try to get a sample going (a simple camera app that uses autofocus) and hopefully this will recreate the problem. Thanks! On Feb 22, 7:15 

[android-developers] Re: Camera on HTC Hero: Calling camera.autoFocus(...) gives a IOException .. ?

2010-02-19 Thread Streets Of Boston
I found some posts about not have a preview-callback. But my camera does not have a preview-callback set at all. I'm wondering where this IOException is coming from. Is it specific to the Hero? On Feb 18, 7:23 am, Streets Of Boston flyingdutc...@gmail.com wrote: This is the stack trace: