제목 없음.png 09-13 06:29:55.846: INFO/Smstest(1299): [inside onReceive] 
09-13 06:29:55.856: INFO/aaaaaaa(1299): 321::z
09-13 06:29:55.901: INFO/Smstest(1299): [SMSApp Bundle] Bundle[{pdus=[Ljava.lang.Object;@43e3d458}]
09-13 06:29:55.901: INFO/m ->(1299): z
09-13 06:29:55.926: INFO/ActivityManager(38): Starting activity: Intent { cmp=com.sms/.MainActivity }
09-13 06:29:56.096: VERBOSE/Telephony(195): getOrCreateThreadId uri: content://mms-sms/threadID?recipient=321
09-13 06:29:56.186: VERBOSE/Telephony(195): getOrCreateThreadId cursor cnt: 1
09-13 06:29:56.546: DEBUG/Mms:app(195): getSmsNewMessageNotificationInfo: count=80, first addr=321, thread_id=47
09-13 06:29:56.626: WARN/NotificationService(38): STOP command without a player
09-13 06:29:56.756: DEBUG/MediaPlayer(38): Couldn't open file on client side, trying server side
09-13 06:29:56.776: ERROR/MediaPlayerService(33): Couldn't open fd for content://settings/system/notification_sound
09-13 06:29:56.776: ERROR/MediaPlayer(38): Unable to to create media player
09-13 06:29:56.806: WARN/NotificationService(38): error loading sound for content://settings/system/notification_sound
09-13 06:29:56.806: WARN/NotificationService(38): java.io.IOException: setDataSource failed.: status=0x80000000
09-13 06:29:56.806: WARN/NotificationService(38):     at android.media.MediaPlayer.setDataSource(Native Method)
09-13 06:29:56.806: WARN/NotificationService(38):     at android.media.MediaPlayer.setDataSource(MediaPlayer.java:716)
09-13 06:29:56.806: WARN/NotificationService(38):     at android.media.MediaPlayer.setDataSource(MediaPlayer.java:671)
09-13 06:29:56.806: WARN/NotificationService(38):     at com.android.server.NotificationPlayer$CreationAndCompletionThread.run(NotificationPlayer.java:88)
09-13 06:30:05.055: DEBUG/SntpClient(38): request time failed: java.net.SocketException: Address family not supported by protocol
09-13 06:30:05.326: DEBUG/dalvikvm(148): GC_EXPLICIT freed 3462 objects / 187512 bytes in 179ms
09-13 06:30:10.456: DEBUG/dalvikvm(195): GC_EXPLICIT freed 1391 objects / 70504 bytes in 244ms


이런식으로 뜨네요;; 녹색 부분에 z라는 sms 를 받으면 액티비티가 인텐트로 실행된거 같은데...

밑에 이상스런 에러들이 떠서;;; 

z외에 다른 a나s나 e 다른 문자메세지를 보내면 NFO/ActivityManager(38): Starting activity: Intent { cmp=com.sms/.MainActivity }
이렇게 뜨고 MainActivity 부분이 호출이 되질 않네요 ㅠㅠ
이부분을 제외하고 같은 에러가 발생하네요....error loading sound for content://settings/system/notification_sound

여긴 대체 왜나는 건지 모르겟네요;

sms리시버 실행할때 ClassCastException 에러가 발생하긴 하는데 특정문자왓을때 다른 기능이 실행되는거는 되긴하거든요;;

뭔 문제인지... 왜이리 될까요........