[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
ups.com > > > [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy > > Sent: Thursday, August 19, 2010 12:23 AM > > To: android-developers@googlegroups.com > > Subject: Re: [android-developers] Re: Camera Application Not Working When I > > Test on

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

2010-08-19 Thread Chris Maurer
egroups.com] On Behalf Of Mark Murphy > Sent: Thursday, August 19, 2010 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 wrote

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

2010-08-18 Thread Tommy
s] Re: Camera Application Not Working When I Test on My Phone On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer 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,

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 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 showing up. > i a

[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 wrote: > Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine > the Java stack trace associated with your error. > > > > > > On Wed, Aug 18, 2010 at 1

[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 wrote: > On Wed, Aug 18, 2010 at 8:10 PM, Chris Maurer wrote: > > Here's the messages I get consistently when I start up the application > > > 08-19 00:01:03.135: ERROR/MediaPlaye

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 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 sounds. > 08

[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 cre