[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-09-27 Thread als
Sorry that it's really late and you might not need an answer anymore, but I've just read this thread. Maybe your problem is the preview format parameter. Format YUV_422_SP is not valid in my Motorola Milestone and could be not valid in your HTC neither. Just try with YUV_420_SP. Is it working now?

[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-20 Thread Chris Maurer
: [android-developers] Re: Camera Application Not Working When I Test on My Phone On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer cgmau...@gmail.com wrote: When I step through the code I get an error in Looper.loop() line:124 after the onCreate function. That information is not especially

[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-19 Thread Chris Maurer
12:23 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Camera Application Not Working When I Test on My Phone On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer cgmau...@gmail.com wrote: When I step through the code I get an error in Looper.loop() line:124 after

[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Chris Maurer
Hi Mark, Here's the messages I get consistently when I start up the application 08-19 00:01:03.135: ERROR/MediaPlayer(31): Unable to to create media player 08-19 00:01:03.135: ERROR/CameraService(31): Failed to load CameraService sounds. 08-19 00:01:03.145: ERROR/MediaPlayer(31): Unable to to

Re: [android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Mark Murphy
On Wed, Aug 18, 2010 at 8:10 PM, Chris Maurer cgmau...@gmail.com wrote: Here's the messages I get consistently when I start up the application 08-19 00:01:03.135: ERROR/MediaPlayer(31): Unable to to create media player 08-19 00:01:03.135: ERROR/CameraService(31): Failed to load CameraService

[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Chris Maurer
i apologize for my ignorance, but what will the Java stack trace look like in logcat On Aug 18, 8:21 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Aug 18, 2010 at 8:10 PM, Chris Maurer cgmau...@gmail.com wrote: Here's the messages I get consistently when I start up the application

[android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Chris Maurer
When I step through the code I get an error in Looper.loop() line:124 after the onCreate function. On Aug 18, 12:26 am, Mark Murphy mmur...@commonsware.com wrote: Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java stack trace associated with your error. On Wed,

Re: [android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Mark Murphy
On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer cgmau...@gmail.com wrote: When I step through the code I get an error in Looper.loop() line:124 after the onCreate function. That information is not especially useful. We would need the stack trace, at least to the point where your own code starts

RE: [android-developers] Re: Camera Application Not Working When I Test on My Phone

2010-08-18 Thread Tommy
: Camera Application Not Working When I Test on My Phone On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer cgmau...@gmail.com wrote: When I step through the code I get an error in Looper.loop() line:124 after the onCreate function. That information is not especially useful. We would need the stack