My complete code and stack trace is attached in the below link for your kind reference.
I get the following error:
java.lang.NullPointerException at
com.texter.messenger.SmsReceiverService$ServiceHandler.handleMessage(SmsReceiverService.java:116)
-
I also need help in Sending MMS thru my Android application. Any sample code will be of great help.
-
How can i display all the feeds from my Facebook account in facebook application along with my android application.
Thanks.
Looking at your trace, this might be related to:
http://code.google.com/p/android/issues/detail?id=6191
http://daniel-codes.blogspot.com/2010/05/viewflipper-receiver-not-registered.html
Apparently this is a problem that occurs on Android 2.1 and 2.2
Maybe try to run it in 2.3 and see if it’s still happening?
Also that question and its answers might be of some help:
Viewflipper Receiver not registered error while orientation change in 2.1 and 2.2