PDA

View Full Version : MIUI 13 App Crash



ueveotadeo
05-18-2022, 02:22 AM
Dear all,
After updating to MIUI 13, AL app never opens.
Here the log:

java.lang.IllegalArgumentException: sts.al: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
at android.app.PendingIntent.checkFlags(PendingIntent .java:378)
at android.app.PendingIntent.getBroadcastAsUser(Pendi ngIntent.java:648)
at android.app.PendingIntent.getBroadcast(PendingInte nt.java:635)
at com.google.firebase.iid.zzl.zzd(Unknown Source:18)
at com.google.firebase.iid.zzl.zzb(Unknown Source:229)
at com.google.firebase.iid.zzl.zza(Unknown Source:0)
at com.google.firebase.iid.zzj.zzb(Unknown Source:41)
at com.google.firebase.iid.zzj.getToken(Unknown Source:56)
at com.google.firebase.iid.FirebaseInstanceId.getToke n(Unknown Source:10)
at com.google.firebase.iid.FirebaseInstanceId.zzbyj(U nknown Source:4)
at com.google.firebase.iid.FirebaseInstanceIdService. zza(Unknown Source:153)
at com.google.firebase.iid.FirebaseInstanceIdService. handleIntent(Unknown Source:292)
at com.google.firebase.iid.zzc.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:920)

ueveotadeo
05-18-2022, 02:38 AM
Dear all,
After updating to MIUI 13, AL app never opens.
Here the log:

java.lang.IllegalArgumentException: sts.al: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
at android.app.PendingIntent.checkFlags(PendingIntent .java:378)
at android.app.PendingIntent.getBroadcastAsUser(Pendi ngIntent.java:648)
at android.app.PendingIntent.getBroadcast(PendingInte nt.java:635)
at com.google.firebase.iid.zzl.zzd(Unknown Source:18)
at com.google.firebase.iid.zzl.zzb(Unknown Source:229)
at com.google.firebase.iid.zzl.zza(Unknown Source:0)
at com.google.firebase.iid.zzj.zzb(Unknown Source:41)
at com.google.firebase.iid.zzj.getToken(Unknown Source:56)
at com.google.firebase.iid.FirebaseInstanceId.getToke n(Unknown Source:10)
at com.google.firebase.iid.FirebaseInstanceId.zzbyj(U nknown Source:4)
at com.google.firebase.iid.FirebaseInstanceIdService. zza(Unknown Source:153)
at com.google.firebase.iid.FirebaseInstanceIdService. handleIntent(Unknown Source:292)
at com.google.firebase.iid.zzc.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:920)

Also got this other error below:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.feedback/com.google.android.feedback.FeedbackActivity}: java.lang.SecurityException: getDataNetworkTypeForSubscriber
at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:3738)
at android.app.ActivityThread.handleLaunchActivity(Ac tivityThread.java:3905)
at android.app.servertransaction.LaunchActivityItem.e xecute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor. executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor. execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(Activit yThread.java:2260)
at android.os.Handler.dispatchMessage(Handler.java:10 6)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.jav a:8166)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsC aller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:1037)
Caused by: java.lang.SecurityException: getDataNetworkTypeForSubscriber
at android.os.Parcel.createExceptionOrNull(Parcel.jav a:2425)
at android.os.Parcel.createException(Parcel.java:2409 )
at android.os.Parcel.readException(Parcel.java:2392)
at android.os.Parcel.readException(Parcel.java:2334)
at com.android.internal.telephony.ITelephony$Stub$Pro xy.getNetworkTypeForSubscriber(ITelephony.java:930 0)
at android.telephony.TelephonyManager.getNetworkType( TelephonyManager.java:2964)
at android.telephony.TelephonyManager.getNetworkType( TelephonyManager.java:2928)
at com.google.android.feedback.FeedbackSession.getTel ephonyInfo(FeedbackSession.java:307)
at com.google.android.feedback.FeedbackSession.<init>(FeedbackSession.java:152)
at com.google.android.feedback.FeedbackSession.<init>(FeedbackSession.java:141)
at com.google.android.feedback.FeedbackActivity.pushS ession(FeedbackActivity.java:209)
at com.google.android.feedback.FeedbackActivity.creat eFeedbackSession(FeedbackActivity.java:178)
at com.google.android.feedback.FeedbackActivity.onCre ate(FeedbackActivity.java:96)
at android.app.Activity.performCreate(Activity.java:8 178)
at android.app.Activity.performCreate(Activity.java:8 146)
at android.app.Instrumentation.callActivityOnCreate(I nstrumentation.java:1330)
at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:3711)
... 12 more

FYI: already cleaned app data, reinstalled it and nothing worked.

Futumsh
05-18-2022, 08:33 AM
Thanks - will see if I can figure out a workaround, since unfortunately this isn't in our code, but one of google's libraries.

Lootalot
05-18-2022, 09:16 AM
Thanks - will see if I can figure out a workaround, since unfortunately this isn't in our code, but one of google's libraries.Fix it soon, I wanna farm event :)

TIA



Sent from my head.

Valkiirye
05-18-2022, 09:39 AM
Got same problem!

Samsung Galaxy S10+, Android 12

Crash after start game



ψ(`∇´)ψ Chivalrous Union ᕦ(ಠ_ಠ)ᕤ

Futumsh
05-18-2022, 09:52 AM
The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).

ueveotadeo
05-18-2022, 10:02 AM
The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).

Ty for the workaround.

Valkiirye
05-18-2022, 10:48 AM
The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).Worked, ty

ψ(`∇´)ψ Chivalrous Union ᕦ(ಠ_ಠ)ᕤ

Masterdobr
05-18-2022, 11:44 AM
The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).I was having the exact same problem, but the apk solved it, ty

Enviado de meu M2102J20SG usando o Tapatalk

Lootalot
05-18-2022, 11:45 AM
The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).Worked tysm :)



Sent from my head.

Futumsh
05-18-2022, 02:08 PM
Google play version with the workaround (2.7.40) should now be available for most people (sometimes takes some time to propagate before it shows up).