I have a SMSReceiver (extends BroadcastReceiver) and listens to
android.provider.Telephony.SMS_RECEIVED.
When I send emulator a sms from DDMB, I get this exception:

04-22 01:17:05.661: ERROR/MediaPlayerService(542): Couldn't open fd
for content://settings/system/notification_sound
04-22 01:17:05.681: ERROR/MediaPlayer(571): Unable to to create media
player
04-22 01:17:05.691: WARN/NotificationService(571): error loading sound
for content://settings/system/notification_sound
04-22 01:17:05.691: WARN/NotificationService(571):
java.io.IOException: setDataSource failed.: status=0x80000000
04-22 01:17:05.691: WARN/NotificationService(571):     at
android.media.MediaPlayer.setDataSource(Native Method)
04-22 01:17:05.691: WARN/NotificationService(571):     at
android.media.MediaPlayer.setDataSource(MediaPlayer.java:610)
04-22 01:17:05.691: WARN/NotificationService(571):     at
android.media.AsyncPlayer$Thread.run(AsyncPlayer.java:76)
04-22 01:17:05.741: DEBUG/SmsProvider(613): insert url=content://sms/
inbox, match=2
04-22 01:17:06.150: WARN/NotificationService(571): STOP command
without a player

This happens in sdk 1.5 and was working fine in sdk 1.1
--~--~---------~--~----~------------~-------~--~----~
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 group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to