Results 1 to 11 of 11

  Click here to go to the first Dev post in this thread.   Thread: MIUI 13 App Crash

  1. #1
    Senior Member ueveotadeo's Avatar
    Join Date
    Jul 2014
    Location
    Rio de Janeiro, Brazil
    Posts
    835
    Thanks Thanks Given 
    132
    Thanks Thanks Received 
    195
    Thanked in
    74 Posts

    Exclamation MIUI 13 App Crash

    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)

  2. #2
    Senior Member ueveotadeo's Avatar
    Join Date
    Jul 2014
    Location
    Rio de Janeiro, Brazil
    Posts
    835
    Thanks Thanks Given 
    132
    Thanks Thanks Received 
    195
    Thanked in
    74 Posts

    Default

    Quote Originally Posted by ueveotadeo View Post
    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.

  3.   Click here to go to the next Dev post in this thread.   #3
    Spacetime Studios Dev Futumsh's Avatar
    Join Date
    Feb 2010
    Posts
    6,489
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3,982
    Thanked in
    1,872 Posts

    Default

    Thanks - will see if I can figure out a workaround, since unfortunately this isn't in our code, but one of google's libraries.

  4. #4
    Member
    Join Date
    Apr 2021
    Posts
    51
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Futumsh View Post
    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.

  5. #5
    Senior Member Valkiirye's Avatar
    Join Date
    Apr 2014
    Location
    🇨🇷Costa Rica🇨🇷
    Posts
    713
    Thanks Thanks Given 
    497
    Thanks Thanks Received 
    84
    Thanked in
    44 Posts

    Default

    Got same problem!

    Samsung Galaxy S10+, Android 12

    Crash after start game



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

  6.   Click here to go to the next Dev post in this thread.   #6
    Spacetime Studios Dev Futumsh's Avatar
    Join Date
    Feb 2010
    Posts
    6,489
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3,982
    Thanked in
    1,872 Posts

    Default

    The sideloaded version should work around this issue for now if you want to try that (https://account.spacetimestudios.com/download).

  7. The Following 2 Users Say Thank You to Futumsh For This Useful Post:


  8. #7
    Senior Member ueveotadeo's Avatar
    Join Date
    Jul 2014
    Location
    Rio de Janeiro, Brazil
    Posts
    835
    Thanks Thanks Given 
    132
    Thanks Thanks Received 
    195
    Thanked in
    74 Posts

    Default

    Quote Originally Posted by Futumsh View Post
    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.

  9. #8
    Senior Member Valkiirye's Avatar
    Join Date
    Apr 2014
    Location
    🇨🇷Costa Rica🇨🇷
    Posts
    713
    Thanks Thanks Given 
    497
    Thanks Thanks Received 
    84
    Thanked in
    44 Posts

    Default

    Quote Originally Posted by Futumsh View Post
    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 ᕦ(ಠ_ಠ)ᕤ
    Using Tapatalk

  10. #9
    Member
    Join Date
    Dec 2018
    Location
    I do not know where I am :(
    Posts
    102
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Quote Originally Posted by Futumsh View Post
    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

  11. #10
    Member
    Join Date
    Apr 2021
    Posts
    51
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Futumsh View Post
    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.

  12.   This is the last Dev post in this thread.   #11
    Spacetime Studios Dev Futumsh's Avatar
    Join Date
    Feb 2010
    Posts
    6,489
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3,982
    Thanked in
    1,872 Posts

    Default

    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).

Similar Threads

  1. App crash
    By GucciBang in forum AL Technical Issues and Bugs
    Replies: 7
    Last Post: 05-16-2022, 11:53 AM
  2. Crash!
    By LwMark in forum PL General Discussion
    Replies: 5
    Last Post: 03-15-2012, 04:47 AM
  3. Crash?!
    By Kingofhurtz in forum PL General Discussion
    Replies: 4
    Last Post: 01-09-2011, 11:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •