Re: [android-developers] ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-23 Thread YuviDroid
I just did a quick test with your apk and: Galaxy Nexus - Android 4.0.1 - Kernel 3.0.1-ga052f63 - FAIL Galaxy S 2 - Android 2.3.4 - Kernel 2.6.35.11-ninphetamine-2.1.3 - PASS (pls note that this is a custom ROM, I couldn't test right now with a stock ROM) Tomorrow I will test on a Nexus S, Xoom,

[android-developers] ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-22 Thread csyperski
ICS can't loop audio seamlessly with more than one core, when using MediaPlayer-setLooping(true). This is a major bug that is causing problems for my applications. I have a sample project below demonstrating the issue. I have included a link to a very simple eclipse project that you can use to

Re: [android-developers] ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-22 Thread Christopher Van Kirk
With respect, this is not the only example of fragmentation in the Android ecosystem. On 12/23/2011 8:39 AM, csyperski wrote: ICS can't loop audio seamlessly with more than one core, when using MediaPlayer-setLooping(true). This is a major bug that is causing problems for my applications. I