My development environment is windows 7 64 bit. I think I'm using jdk
1.5.20 and not 1.5.21 based on a recommendation from Eclipse.

Chris


On Aug 19, 9:28 pm, Chris Maurer <cgmau...@gmail.com> wrote:
> I'm trying to test against 1.5 sdk 3.  I'm only trying to access the
> camera and the sd card.
>
> I don't see anything (or don't know how to use) in the Java Stack
> Trace Console in the Eclipse debug move.
>
> In the DDMS I keep getting the following
>
> 08-20 01:03:44.452: ERROR/jdwp(875): Failed sending reply to debugger:
> Broken pipe
> 08-20 01:03:50.722: ERROR/MediaPlayer(554): Unable to to create media
> player
> 08-20 01:03:50.722: ERROR/CameraService(554): Failed to load
> CameraService sounds.
> 08-20 01:03:50.742: ERROR/MediaPlayer(554): Unable to to create media
> player
> 08-20 01:03:50.742: ERROR/CameraService(554): Failed to load
> CameraService sounds.
> 08-20 01:03:50.782: ERROR/Camera(882): _getParameters: picture-
> format=jpeg;picture-size=213x350;preview-format=yuv422sp;preview-frame-
> rate=15;preview-size=176x144
> 08-20 01:03:50.812: ERROR/Camera(882): setParameters()
>
> Should I limit the features of my AVD?  Expand them?
>
> On Aug 19, 12:32 am, "Tommy" <droi...@gmail.com> wrote:
>
>
>
> > What is the OS version are you testing on? What features of the camera are
> > you using. I had the same issue due to trying to call the flash feature on a
> > 1.5 device. They don't support flash. So a list of the features would be
> > helpful and the OS version your testing on. I had a few issues I had to
> > figure out trying to work with the camera.
>
> > -----Original Message-----
> > From: android-developers@googlegroups.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 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
> > trace, at least to the point where your own code starts showing up.
>
> > > i apologize for my ignorance, but what will the Java stack trace look
> > > like in logcat
>
> > Generally, it will look like a Java stack trace does everywhere else
> > you do Java development.
>
> >http://java.sun.com/developer/technicalArticles/Programming/Stacktrace/
>
> > In DDMS, it will be colored red. Also, some Android stack traces are
> > in two halves, the bottom half labeled "Caused by" -- that'd be the
> > more relevant half.
>
> > --
> > Mark Murphy (a Commons 
> > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> > _The Busy Coder's Guide to Android Development_ Version 3.1 Available!
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to