Recently updated to 14.0.3.0 from 14.0.1.0. Unnoticeable changes in performance. Tiny changes with UI (new status bar icon, home screen blurring, etc?).
Big issue is with split apks which, for some reason, Package Installer (com.miui.packageinstaller) suddenly stopped working with. Attempting to install split apks with the Package Installer (using SAI, split apk installer) in quick succession will show this in an error screen:
Only solution I found is to use SAI (Split apk installer) with root and let SAI itself install the apks. This sucks for users without root and the apps that calls on the default package installer to install their split apks (Vendetta, SAI).
Curious to see if others are experiencing the same.
Also, is there a way to choose a different default package installer so that apps don't use the currently broken miui package installer?
Big issue is with split apks which, for some reason, Package Installer (com.miui.packageinstaller) suddenly stopped working with. Attempting to install split apks with the Package Installer (using SAI, split apk installer) in quick succession will show this in an error screen:
Code:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.miui.packageinstaller/com.miui.packageInstaller.InstallStart}: java.lang.NullPointerException: Parameter specified as non-null is null: method j8.i.f, parameter uri
at android.app.ActivityThread.performLaunchActivity(Unknown Source:911)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: java.lang.NullPointerException: Parameter specified as non-null is null: method j8.i.f, parameter uri
at p5.i.d(Unknown Source:7)
at com.miui.packageInstaller.InstallStart.g(Unknown Source:17)
at com.miui.packageInstaller.InstallStart.onCreate(Unknown Source:467)
at android.app.Activity.performCreate(Unknown Source:127)
at android.app.Activity.performCreate(Unknown Source:1)
at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3)
at android.app.ActivityThread.performLaunchActivity(Unknown Source:636)
... 12 more
Only solution I found is to use SAI (Split apk installer) with root and let SAI itself install the apks. This sucks for users without root and the apps that calls on the default package installer to install their split apks (Vendetta, SAI).
Curious to see if others are experiencing the same.
Also, is there a way to choose a different default package installer so that apps don't use the currently broken miui package installer?
Last edited: