Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Crashes on start on Android 12 #191

Closed
fabmazz opened this issue May 18, 2022 · 2 comments
Closed

[BUG] Crashes on start on Android 12 #191

fabmazz opened this issue May 18, 2022 · 2 comments
Labels
✔️ approved This issue (suggestion, bug, etc.) is been approved ✅ closed It's closed and implemented/solved correctly

Comments

@fabmazz
Copy link

fabmazz commented May 18, 2022

I cannot start the app, using Android 12. Tried by cleaning cache (as suggested by the system) but it didn't work.

I don't have much more information because as soon as the app starts, it crashes, and it does so every time.

General information

About OS*

OS version: Android 12, Samsung OneUI 4.1

OS language (in English): Italian

About the app (CV Project)*

App release: 2.4.0.3::FD-GH

App language (in English): Italian

About you device

Device RAM: 6GB

Device display size (in Inches): 6.5 inch

(Optional, but recommended) Device model (and brand): Samsung A52s 5G

From what store have you installed the app?: F-Droid

Are there installed Google Services on your device? Yes

Description bug *

I cannot start the app

How to reproduce the bug *

  1. Open the app
  2. Crashes

Screenshots

Log file

Since the app crashes on start, I cannot create a log file

Additional context

@fabmazz fabmazz changed the title [BUG] Crash on Android 12 [BUG] Crashes on start on Android 12 May 18, 2022
@TKr
Copy link

TKr commented May 23, 2022

FDroid build 2.4.0.3
java.lang.IllegalArgumentException: org.commonvoice.saverio: 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:375) at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:645) at android.app.PendingIntent.getBroadcast(PendingIntent.java:632) at androidx.work.impl.utils.ForceStopRunnable.getPendingIntent(ForceStopRunnable.java:273) at androidx.work.impl.utils.ForceStopRunnable.isForceStopped(ForceStopRunnable.java:151) at androidx.work.impl.utils.ForceStopRunnable.forceStopRunnable(ForceStopRunnable.java:171) at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:102) at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91) 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)

@Sav22999
Copy link
Owner

@TKr Thanks for the report. I've unsertood the issue and I'll fix asap (today I hope).

Sortu for the incovenience

@Sav22999 Sav22999 added the 🔜 in progress We are working on it, so it will be available soon label May 23, 2022
@Sav22999 Sav22999 mentioned this issue May 23, 2022
@Sav22999 Sav22999 added ✅ closed It's closed and implemented/solved correctly ✔️ approved This issue (suggestion, bug, etc.) is been approved and removed 🔜 in progress We are working on it, so it will be available soon labels May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ approved This issue (suggestion, bug, etc.) is been approved ✅ closed It's closed and implemented/solved correctly
Projects
None yet
Development

No branches or pull requests

3 participants