[android-developers] Re: Android camera problem on HTC Desire

2010-05-03 Thread Sebastian Weier
I have the same problem with my HTC Desire. Even the code-sample of google (Camera Preview) does cause an error. Next week i'm going to test it on Xperia X10. By the way: the App ZXing works fine. But i don't know, where the difference is...Anyone have an idea? On 22 Apr., 19:26, Streets Of

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread Jo Vermeulen
Hmm, that's strange ... I hope it's not a problem on all 2.1 devices :) It does work in the emulator (SDK 2.1) though. -- Jo On 21 apr, 22:32, Bob Kerns r...@acm.org wrote: The camera preview API demo crashes on my N1 (2.1-Update 1) as well. I've been meaning to investigate (debugger, bugs

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread blindfold
Did you try other camera (preview/AR) apps from Android Market? I receive regular crash reports from users, almost always due to a java.lang.RuntimeException: startPreview failed error. I cannot reproduce the problem on my good old ADP1 (G1), while the emulator (SDK 1.6 and 2.1) also does not show

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread blindfold
Interesting. I checked my user crash logs, and I find occasional startPreview related crashes with Android 1.6, 2.0 and 2.01, and four for 2.1-update1, but not a single one for 2.1, making me wonder if the update1 for 2.1 introduces a new problem. Regards The vOICe for Android

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread Jo Vermeulen
No I didn't. I will try some apps later today. -- Jo On 22 apr, 11:16, blindfold seeingwithso...@gmail.com wrote: Did you try other camera (preview/AR) apps from Android Market? I receive regular crash reports from users, almost always due to a java.lang.RuntimeException: startPreview failed

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread Jo Vermeulen
I hope not :) I filed a bug report for this: http://code.google.com/p/android/issues/detail?id=7909. Feel free to add any additional information there. Cheers, -- Jo On 22 apr, 11:28, blindfold seeingwithso...@gmail.com wrote: Interesting. I checked my user crash logs, and I find occasional

[android-developers] Re: Android camera problem on HTC Desire

2010-04-22 Thread Streets Of Boston
Ah good, i'm not the only one that sees these occasional crashes in their customers' crash logs :) On Apr 22, 5:28 am, blindfold seeingwithso...@gmail.com wrote: Interesting. I checked my user crash logs, and I find occasional startPreview related crashes with Android 1.6, 2.0 and 2.01, and

[android-developers] Re: Android camera problem on HTC Desire

2010-04-21 Thread Jo Vermeulen
Yeah, I also noticed that. No idea what the lines about a 'camera switch' are about ... I also tried the API demos (one of the samples that came with the Android SDK), and found to my surprise that Google's own camera preview example also crashed on the HTC Desire. Hope it's not a bug in the

[android-developers] Re: Android camera problem on HTC Desire

2010-04-21 Thread Bob Kerns
The camera preview API demo crashes on my N1 (2.1-Update 1) as well. I've been meaning to investigate (debugger, bugs database) but haven't gotten around to it yet. On Apr 21, 2:18 am, Jo Vermeulen jo.vermeu...@gmail.com wrote: Yeah, I also noticed that. No idea what the lines about a 'camera

[android-developers] Re: Android camera problem on HTC Desire

2010-04-20 Thread Streets Of Boston
mm that looks strange. From the stack-trace it (almost) looks like you're trying to access a 2nd camera on the device. I have no idea of how that could happen or why it would even try to do so. But, then again, i could be completely wrong and of no help to you at all.. :)