View Single Post
Old 06-25-2012, 06:31 AM   #1
altruizine
Senior Altruist
altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.
 
Posts: 82
Karma: 600554
Join Date: Jun 2012
Device: Onyx Boox C67ML, Onyx Boox Note Pro
Question Rooted w/rupor's package; now searchbox widget crashes

After having run Porkupan's root package for a while, I recently switched to Rupor's root package. In general, I'm happy with the package, but there are two oddities I observed:

1. The Google searchbox widget on the launcher's home screen crashes when touched. Here a logcat dump:
Spoiler:
Code:
E/AndroidRuntime( 2584): FATAL EXCEPTION: main
E/AndroidRuntime( 2584): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.quicksearchbox/com.android.quicksearchbox.SearchActivity}: java.lang.NullPointerException
E/AndroidRuntime( 2584):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime( 2584):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 2584):        at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 2584):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 2584):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2584):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2584):        at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 2584):        at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2584):        at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 2584):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 2584):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 2584):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2584): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 2584):        at android.widget.ListView.setItemChecked(ListView.java:3410)
E/AndroidRuntime( 2584):        at com.android.quicksearchbox.ui.SuggestionsView.onFinishInflate(SuggestionsView.java:40)
E/AndroidRuntime( 2584):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:626)
E/AndroidRuntime( 2584):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
E/AndroidRuntime( 2584):        at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
E/AndroidRuntime( 2584):        at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 2584):        at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 2584):        at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime( 2584):        at android.app.Activity.setContentView(Activity.java:1647)
E/AndroidRuntime( 2584):        at com.android.quicksearchbox.SearchActivity.setContentView(SearchActivity.java:182)
E/AndroidRuntime( 2584):        at com.android.quicksearchbox.SearchActivity.onCreate(SearchActivity.java:130)
E/AndroidRuntime( 2584):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 2584):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 2584):        ... 11 more
W/ActivityManager( 2134):   Force finishing activity com.android.quicksearchbox/.SearchActivity


2. In some apps, contrast in some listviews is decreased (or rather nonexistent, as in black-on-black) rather than increased. One noteworthy offender is Titanium Backup.

I guess that both problems are related to the listview tweaks included in Rupor's package.

What could I do to diagnose or fix the problems?

Thanks in advance!

Last edited by altruizine; 06-26-2012 at 02:42 AM.
altruizine is offline   Reply With Quote