On Sun, Jul 11, 2010 at 7:41 PM, jsdf <[email protected]> wrote: > Sorry to push to the top, but has anyone seen anything like this?
I haven't, but then again I haven't used MediaPlayer on an EVO yet. I have played back videos on an EVO, though, all of which should route through MediaPlayer, and have not had any unexpected crashes. The EVO has HDMI, so the fact that it is somehow HDMI-related makes some sense. However, MediaPlayer does not have HDMI-related methods, from what I can see in the source code, so this must be a custom-modified MediaPlayer class implemented by HTC. > Does anyone have any suggestion? Get rid of "getApplicationContext()" and use "this". While I doubt it will help, it's worth a shot, as that cures a lot of ills elsewhere in Android. If you can create a sample project that reproduces the problem, I can try running it on an EVO, to see if it is something peculiar to your EVO. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

