i have here an ADP1 with a Haykuro ROM in it. mostly it seems to work fine.
however, on calling setVideoEncoder(MediaRecorder.VideoEncoder.H264) however, i get app death with the following stack trace - 04-20 18:17:48.979: ERROR/AndroidRuntime(671): java.lang.RuntimeException: setVideoEncoder failed. 04-20 18:17:48.979: ERROR/AndroidRuntime(671): at android.media.MediaRecorder.setVideoEncoder(Native Method) 04-20 18:17:48.979: ERROR/AndroidRuntime(671): at com.particlebrand.uooo.android.CreateActivity.surfaceCreated(CreateActivity.java:115) 04-20 18:17:48.979: ERROR/AndroidRuntime(671): at android.view.SurfaceView.updateWindow(SurfaceView.java:352) 04-20 18:17:48.979: ERROR/AndroidRuntime(671): at android.view.SurfaceView.dispatchDraw(SurfaceView.java:259) of course, it would be absolutely stellar if the error message explained just a little as to *WHY* the call failed. should i hold off trying to record video for now? (incidentally, it now seems like the phone won't launch my app at all now. attempts result in an immediate hang, with no UI at all. even a reboot doesn't free it up. what could cause this?) -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

