So now the latest build from today is available, I have the same behavior I had with P6a A14 build.
I probably because hardened kernel is now active ?
I have a c**cked sideloaded app that does not work since A14 on P6a and since today on P8.
type: crash
osVersion: google/shiba/shiba:14/UD1A.230803.041/2023102000:user/release-keys
package: com.coyotesystems.android:30041476
process: com.coyotesystems.android
processUptime: 3291 + 254 ms
installer: com.android.packageinstaller
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.coyotesystems.android/com.coyotesystems.android.mobile.activity.MobileMainActivity}: java.lang.RuntimeException: Cannot create map: Failed to read configuration file: /storage/emulated/0/Android/data/com.coyotesystems.android/files/coyote/here/customConfig/mwconfig_client
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3793)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3933)
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:2450)
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:8199)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ExecInit.main(ExecInit.java:49)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: java.lang.RuntimeException: Cannot create map: Failed to read configuration file: /storage/emulated/0/Android/data/com.coyotesystems.android/files/coyote/here/customConfig/mwconfig_client
at com.nokia.maps.MapImpl.<init>(SourceFile:64)
at com.here.android.mpa.mapping.Map.<init>(SourceFile:2)
at com.coyotesystems.coyote.maps.here.services.HereMap.<init>(SourceFile:9)
at com.coyotesystems.coyote.maps.here.views.HereMapView.onResume(SourceFile:2)
at com.coyotesystems.coyote.maps.views.map.DefaultMapViewController.h(SourceFile:2)
at com.coyotesystems.coyote.maps.views.map.DefaultMapViewController.resume(SourceFile:15)
at com.coyotesystems.navigation.views.page.AbstractMapPage.resume(SourceFile:6)
at com.coyotesystems.navigation.views.page.MapPagePortrait.resume(SourceFile:3)
at com.coyotesystems.android.n3.view.component.DefaultPageDisplayer.setCurrentPage(SourceFile:20)
at com.coyotesystems.android.view.main.PageContainerManager.a(SourceFile:3)
at com.coyotesystems.android.mobile.activity.MobileMainActivity.a0(SourceFile:10)
at com.coyotesystems.android.n3.app.MainActivity.onCreate(SourceFile:21)
at com.coyotesystems.android.mobile.activity.MobileMainActivity.onCreate(SourceFile:1)
at android.app.Activity.performCreate(Activity.java:8651)
at android.app.Activity.performCreate(Activity.java:8629)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1461)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3775)
... 14 more
If someone know how I can fix this...
The app worked fine before 20231020 build on P8... But never worked on A14 P6a (it was working on A13)
Thanks