06-10-2009 04:55 AM
I have a BlackBerry Storm with os version 4.7.0.148.
I have opened a JSR 135 media player on an mp3 file on a microSD card.
The player can play the song but it shows very bad performance at startup time -
It takes about 1.5 seconds for the player to perform the Player.start method (after invoking prefetch explicitly).
That means, I execute Player.prefetch() and than Player.start() - the prefetch method takes about 200 milliseconds and the start method
takes about 1.5 seconds.
How can I reduce the startup time?
Can I use alternative RIM API for playing songs from the microSD card?
thanks,
Eyal
06-10-2009 07:47 AM