Closed GoogleCodeExporter closed 8 years ago
The previous stack trace was with the Market version. With the beta version, I
get a NPE instead:
E/AndroidRuntime( 2912): java.lang.RuntimeException: Unable to start receiver
com.googlecode.gtalksms.receivers.PublicIntentReceiver:
java.lang.NullPointerException
E/AndroidRuntime( 2912): at
android.app.ActivityThread.handleReceiver(ActivityThread.java:2249)
E/AndroidRuntime( 2912): at
android.app.ActivityThread.access$1500(ActivityThread.java:132)
E/AndroidRuntime( 2912): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1207)
E/AndroidRuntime( 2912): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2912): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2912): at
android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 2912): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 2912): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2912): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 2912): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 2912): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2912): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 2912): at
com.googlecode.gtalksms.receivers.PublicIntentReceiver.onReceive(PublicIntentRec
eiver.java:69)
E/AndroidRuntime( 2912): at
android.app.ActivityThread.handleReceiver(ActivityThread.java:2242)
E/AndroidRuntime( 2912): ... 10 more
And btw the beta version looks and feels great!
Original comment by samuel.t...@gmail.com
on 17 Jun 2012 at 6:18
Do you have enabled Public Intents feature in settings ?
I've fixed this NPE in a recent changeset
(http://code.google.com/p/gtalksms/source/detail?r=aa53d85ca0a49870acf3acf736752
097b2750c7b).
I'll mark this issue as fixed until the next release (before the end of the
month).
Please reopen if you still have this issue in the next release.
Original comment by Florent....@gmail.com
on 19 Jun 2012 at 9:17
Yup, public intents are enabled in settings.
Original comment by samuel.t...@gmail.com
on 19 Jun 2012 at 9:31
Fixed with GTalkSMS v4.0 and released on market
Original comment by Florent....@gmail.com
on 28 Jul 2012 at 4:20
Fixed with GTalkSMS v4.0 and released on market
Original comment by Florent....@gmail.com
on 28 Jul 2012 at 4:20
Original issue reported on code.google.com by
samuel.t...@gmail.com
on 17 Jun 2012 at 6:01