Hello, I am very new to all this. This might be a dumb question!! I am trying to create a SMS receiving application, with SDK 1.5 extending BroadcastReceiver class. I get the following error in the DDMS console.
07-13 22:09:23.722: ERROR/MediaPlayerService(542): Couldn't open fd for content://settings/system/notification_sound 07-13 22:09:23.741: ERROR/MediaPlayer(573): Unable to to create media player 07-13 22:09:23.741: WARN/NotificationService(573): error loading sound for content://settings/system/notification_sound 07-13 22:09:23.741: WARN/NotificationService(573): java.io.IOException: setDataSource failed.: status=0x80000000 07-13 22:09:23.741: WARN/NotificationService(573): at android.media.MediaPlayer.setDataSource(Native Method) 07-13 22:09:23.741: WARN/NotificationService(573): at android.media.MediaPlayer.setDataSource(MediaPlayer.java:610) 07-13 22:09:23.741: WARN/NotificationService(573): at android.media.AsyncPlayer$Thread.run(AsyncPlayer.java:76) Any ideas on how to go about fixing this issue? Thanks, Subhro. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

