[android-developers] Re: MediaPlayer - Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported

2009-12-14 Thread akitto
Solve by me using the following code. I am not happy with this as a solution but it works //so if I have an existing mediaplayer, which for note could be playing something else //I stop the existing playback, run the gc for good measure then recreate the media player with the sound //I want it to

[android-developers] Re: MediaPlayer - Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported

2009-12-14 Thread jarkman
For what it is worth, we've had trouble with the media player since 1.6, where we would get failures if we used the media player rapidly twice in succession to get ringtone titles. Here's a post with more details: