dreamapps786 / scrobbledroid

Automatically exported from code.google.com/p/scrobbledroid
MIT License
0 stars 0 forks source link

The first track played isn't detected properly on Android 1.6 (Donut) #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MusicStatusFetcher is run, but it seems to decide that the track is
stopped. It is then run again at the end of the track and it then decides
that the track is playing. Perhaps the music service doesn't update the
status before sending the broadcast so we just need to sleep for a short
while before fetching it?

Original issue reported on code.google.com by jjc1...@gmail.com on 20 Sep 2009 at 8:59

GoogleCodeExporter commented 9 years ago
The above was true on the SDK emulator, but it doesn't seem to be an issue on 
the
actual G1.

Original comment by jjc1...@gmail.com on 23 Oct 2009 at 5:30