[android-developers] Re: Media Player surprises me!

2009-01-17 Thread Ninad
Anyone can give answer to my problem! Help me!!! M still stuck on this issue... On Dec 27 2008, 11:36 pm, Ninad mnina...@gmail.com wrote: well yes. I am using two seperate threads. One  for Media Player. The code is pretty simple one to prepare and then start the Media Player.. In the

[android-developers] Re: Media Player surprises me!

2008-12-27 Thread Ninad
well yes. I am using two seperate threads. One for Media Player. The code is pretty simple one to prepare and then start the Media Player.. In the other thread, I am trying to read from the sdcard.. I start both thread one after the another. The media player plays for about 2-3 sec. Then the

[android-developers] Re: Media Player surprises me!

2008-12-26 Thread Moto
Hey Ninad, Post some code might help... --~--~-~--~~~---~--~~ 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

[android-developers] Re: Media Player surprises me!

2008-12-26 Thread pashakym
hi , i think you can access Sd card (read/write) simultaneously only from one thread , (not only SD card , any USB device - like memory memory) i checked it once , in one thread i tried to read from SD card (media player) , and in another tread i tried to copy file from the card, after coping

[android-developers] Re: Media Player surprises me!

2008-12-25 Thread Ninad
Any answers??? :( M stuck on this.. Please help!!! On Dec 25, 6:47 pm, Ninad mnina...@gmail.com wrote: Can anyone help on this? Whenever I'm playing a Media file (mp3) from the sdcard in the emulator... And I try to read another file from the sdcard in parallel from an another thread, the