[android-developers] Re: Samsung-Specific Media Player Errors

2011-03-30 Thread k7k0
Same here, some samsung users are complaining about not being able to play streamed mp3 files Here's some logcat V/PVPlayer( 2384): data source = http://static.uloops.net/banks/4d93305e8f6f4_21122393.mp3 V/PlayerDriver( 2384): Send player code: 3 V/PlayerDriver( 2384): handleSetDataSource

[android-developers] Re: Samsung-Specific Media Player Errors

2011-02-04 Thread Andrey Yasinetskiy
Hello, I have the same issue in my application? Did anyone already resolved that? -- 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

[android-developers] Re: Samsung-Specific Media Player Errors

2010-12-09 Thread Ben Pellow
I have been seeing similar things to this as well. I get this odd III constructor output, and 100 errors every time I play an mp3. Samsung Vibrant Galaxy S log. I have no idea why. I get these when audio plays, as well as when it fails: 11-19 14:09:41.950 W/MyMediaPlayer( 6226):

[android-developers] Re: Samsung-Specific Media Player Errors

2010-12-09 Thread Doug
IMO, Samsung has left a whole lot of logging cruft in their production builds. Oh well. Use adb logcat and pipe to grep to get the things you're looking for. Be clever with your tag names. Doug -- You received this message because you are subscribed to the Google Groups Android Developers