You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing Droid-ify to install untrusted applications caused Package Installer to crash:
FATAL EXCEPTION: main
Process: com.google.android.packageinstaller, PID: 16376
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.packageinstaller/com.android.packageinstaller.PackageInstallerActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.pm.PackageInstaller$SessionInfo.getResolvedBaseApkPath()' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3783)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3923)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2444)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8223)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.pm.PackageInstaller$SessionInfo.getResolvedBaseApkPath()' on a null object reference
at com.android.packageinstaller.PackageInstallerActivity.onCreate(PackageInstallerActivity.java:371)
at android.app.Activity.performCreate(Activity.java:8595)
at android.app.Activity.performCreate(Activity.java:8573)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1457)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3765)
... 12 more
I don't know whether the AOSP JVM needs debug symbols, nor how one would install them if so.
After the dialog (attributed to Droid-ify, but evidently provided by the OS) to allow Droid-ify to install untrusted applications was accepted and I was taken to com.android.settings, Package Installer crashed, and Scoop caught the trace.
Smartphone :
Device: Fairphone FP5
OS: Android
Version: 14, build FP5.UT20.B.041.20240624
Additional context
I'm unable to cancel the installation, now:
screen-20240829-152837.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
Allowing Droid-ify to install untrusted applications caused Package Installer to crash:
I don't know whether the AOSP JVM needs debug symbols, nor how one would install them if so.
To Reproduce
Steps to reproduce the behavior:
com.android.settings
, Package Installer crashed, and Scoop caught the trace.Smartphone :
Additional context
I'm unable to cancel the installation, now:
screen-20240829-152837.mp4
The text was updated successfully, but these errors were encountered: