I long ago learnt that its better to develop for camera app based stuff on the g1 itself. I cant count the number of times I wrote code that ran fine on the emulator that wouldnt run on the phone.
On May 6, 9:39 pm, Kevin <[email protected]> wrote: > I have also run into this issue. I didn't have any problems using the > camera under 1.1 and couldn't find an existing bug report, so I > created one. > > http://code.google.com/p/android/issues/detail?id=2598 > > On May 5, 6:40 pm, Chih-Wei <[email protected]> wrote: > > > I have the same issue with 1.5 SDK. Screen goes blak and camera app > > times out. > > I traced into the code "onCreate" at Camera.java > > > try { > > openCameraThread.join(); > > loadServiceThread.join(); > > } catch (InterruptedException ex) { > > } > > > It seems that "loadServiceThread.join()" doesn't return. > > The loadServiceThread just blocks. > > Any idea? > > (P.S. It's ok in 1.1 SDK) > > > On May 2, 5:05 am, "[email protected]" <[email protected]> > > wrote: > > > > Running into the same issue with the emulator. Screen goes black > > > andcameraapp times out. > > > I get these four errors > > > > 05-01 20:06:40.593: ERROR/MediaPlayer(556): Unable to to create media > > > player > > > 05-01 20:06:40.593: ERROR/CameraService(556): Failed to load > > > CameraService sounds. > > > 05-01 20:06:40.593: ERROR/MediaPlayer(556): Unable to to create media > > > player > > > 05-01 20:06:40.593: ERROR/CameraService(556): Failed to load > > > CameraService sounds. > > > > Tried this on two different computers in windows and Linux with same > > > result. > > > > my suggestion is to avoid using thecamera;) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

