New Crash when i create a shortcut toward parameters in system from version 4.12.26


Fabrice BINARD

Members
Jul 21, 2014
7
13
Hi,
I indicates an existing bug from version 4.12.26 (MI3W)
when i create a shortcut with "system parameters" from all applications of playstore, I have a crash with parameters.

for example, here's a crash extracted with nova launcher create with 5.1.9 version :

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.CreateShortcut}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2190)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2239)
at android.app.ActivityThread.access$800(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1202)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5047)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:806)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.android.internal.policy.impl.PhoneWindow.updateProgressBars(PhoneWindow.java:1370)
at com.android.internal.policy.impl.PhoneWindow.onIntChanged(PhoneWindow.java:1322)
at com.android.internal.policy.impl.PhoneWindow.updateInt(PhoneWindow.java:3341)
at com.android.internal.policy.impl.PhoneWindow.setFeatureInt(PhoneWindow.java:1267)
at android.app.Activity.setProgressBarIndeterminateVisibility(Activity.java:4638)
at android.app.LauncherActivity.onCreate(LauncherActivity.java:360)
at android.app.Activity.performCreate(Activity.java:5249)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2154)
... 12 more

or an other with Notification Toggle create with 5.1.9 version :

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.CreateShortcut}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2190)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2239)
at android.app.ActivityThread.access$800(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1202)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5047)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:806)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.android.internal.policy.impl.PhoneWindow.updateProgressBars(PhoneWindow.java:1370)
at com.android.internal.policy.impl.PhoneWindow.onIntChanged(PhoneWindow.java:1322)
at com.android.internal.policy.impl.PhoneWindow.updateInt(PhoneWindow.java:3341)
at com.android.internal.policy.impl.PhoneWindow.setFeatureInt(PhoneWindow.java:1267)
at android.app.Activity.setProgressBarIndeterminateVisibility(Activity.java:4638)
at android.app.LauncherActivity.onCreate(LauncherActivity.java:360)
at android.app.Activity.performCreate(Activity.java:5249)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2154)
... 12 more
 
Last edited: