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] app keeps stopping #53

Open
rajarshikhatua100 opened this issue Jan 24, 2023 · 3 comments
Open

[BUG] app keeps stopping #53

rajarshikhatua100 opened this issue Jan 24, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rajarshikhatua100
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. download from f - droid
  2. open the app
  3. toggle on
  4. turn on accessibility
  5. the app crashes

Screenshots
Screenshot_20230124_145923_AppErrorsTracking

Device information:

  • Device: Samsung galaxy s20FE
  • Android Version: 13
  • App Version : 1.3.0

error log -
Generated by AppErrorsTracking
Url: https://github.com/KitsunePie/AppErrorsTracking

[Stack Trace]:
java.lang.IllegalArgumentException: android.jonas.fakestandby: 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:408)
at android.app.PendingIntent.buildServicePendingIntent(PendingIntent.java:767)
at android.app.PendingIntent.getService(PendingIntent.java:729)
at a.a.(Unknown Source:21)
at android.jonas.fakestandby.service.AccessibilityOverlayService.onServiceConnected(SourceFile:2)
at android.accessibilityservice.AccessibilityService.dispatchServiceConnected(AccessibilityService.java:826)
at android.accessibilityservice.AccessibilityService.-$$Nest$mdispatchServiceConnected(Unknown Source:0)
at android.accessibilityservice.AccessibilityService$2.onServiceConnected(AccessibilityService.java:2645)
at android.accessibilityservice.AccessibilityService$IAccessibilityServiceClientWrapper.executeMessage(AccessibilityService.java:3016)
at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:44)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8741)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

@rajarshikhatua100 rajarshikhatua100 added the bug Something isn't working label Jan 24, 2023
@PeterKW
Copy link

PeterKW commented Feb 3, 2023

#55
I think this may be the same sort of crash that I've been having? Have you ever had FakeStandby working on Android 12 or 13 @rajarshikhatua100 ?

@KelvinCrag
Copy link

Use version 1.33 and hide update.

@JonasBernard
Copy link
Owner

JonasBernard commented Mar 19, 2023

This should be fixed in version 1.3.5., is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants