|
I'm on a N1 with latest CM release and I'm getting a FC when I select the AppwidgetPicker action. Logcat as follows, if you need any more info - PM me although it looks the same as above.
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): FATAL EXCEPTION: main
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.boombuler.system.appwidgetpicker/com.boombuler.system.appwidgetpicker.AppWidgetPick erActivity}: java.lang.NullPointerException
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:2663)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread.handleLaunchActivity(Ac tivityThread.java:2679)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread.access$2300(ActivityThr ead.java:125)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread$H.handleMessage(Activit yThread.java:2033)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.os.Handler.dispatchMessage(Handler.java:99 )
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.os.Looper.loop(Looper.java:123)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread.main(ActivityThread.jav a:4627)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at java.lang.reflect.Method.invokeNative(Native Method)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at java.lang.reflect.Method.invoke(Method.java:521)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:868)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:626)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at dalvik.system.NativeStart.main(Native Method)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): Caused by: java.lang.NullPointerException
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at com.boombuler.system.appwidgetpicker.AppWidgetPick erActivity.putAppWidgetItems(AppWidgetPickerActivi ty.java:216)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at com.boombuler.system.appwidgetpicker.AppWidgetPick erActivity.AddCustomAppWidgets(AppWidgetPickerActi vity.java:212)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at com.boombuler.system.appwidgetpicker.AppWidgetPick erActivity.onCreate(AppWidgetPickerActivity.java:5 8)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.Instrumentation.callActivityOnCreate(I nstrumentation.java:1047)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:2627)
09-14 11:15:08.251: ERROR/AndroidRuntime(2057): ... 11 more
|