-
Notifications
You must be signed in to change notification settings - Fork 71
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
(Solved) Randomly force closing on Android 15 #1175
Comments
Just got this after switching from wifi to mobile data. |
It happened to me too. But in my case I was just at my house and it just crashed suddenly on background, with system dialog popping up that the app has crashed. |
i also have this issue, running grapheneOS (android version 15), syncthing and silent notification seem to persist for 24-36hours but then crash and I get a "syncthing-fork keeps stopping" message. FYI i have battery management settings disabled for syncthing-fork so it does have permissions to run permanently in the background crash message pasted below:
|
The last version that works without issue for me on Android 15 is v1.27.7.0. |
Please try switching to the github or fdroid release. Gplay is restricted. I won't look at gplay stuff anymore. |
I have version 1.28.0.0 installed from one of the APK files. |
Also seeing very common crashing on Graphene OS. |
@Catfriend1 I do not think it is a Google Play issue in this case. I tried the apk installed via Obtainium and I still get the same crashes. |
Following your advice @Catfriend1 I uninstalled my google playstore version and reinstalled from fdroid and the same problem persists. FYI i'm on grapheneOS also |
It happens to me everyday. The app will close. Sometimes silently, sometimes Android will complain about the app crashing |
Gplay Version: uses data_sync permission > will close due to Android restricition PR welcome for fdroid code |
Why does it close? I have other apps that have a permanent notification and keep on running. |
Thanks I swapped what I had for fdroid one. I will report in 24 h. |
It's an Android 15 restriction. |
I understand that, but I have other apps running on Android 15, they keep a permanent notification and don't close. So it's possible to do it. Or is there something different when apps need access to files/network? |
The new a15 permission for "dont close" must be approved by gplay store review team. I won't go for that fight. This, the old non sufficient permission stays in place for gplay releases. |
I did not expect it to work but switch from GPlay to F-Droid version seems to have solved it for me. I haven't seen any force-closes more since I switched. |
If you still find problems related to Android 15, feel free to submit a fix PR. Changes to the permissions can only be implemented for the github and fdroid release flavors. (Gplay stays "as is" until the store entry dies...) |
Solution: #1175 (comment)
Description of the issue
After the latest update from the Play Store, it keeps randomly force closing. It used to be stable on Android 14, it seems that the app has issues on Android 15 (Pixel phone).
Reproduction Steps
It's random, I get the notification from Android 15 that the app keeps closing and I have to restart it. It could be related to networking switching from mobile to wifi or trying to detect the wifi SSID. I have the app configured to only sync every 1h and only if it's connected to my home wifi (as it can only sync on my LAN).
Version Information
The text was updated successfully, but these errors were encountered: