-
Notifications
You must be signed in to change notification settings - Fork 6
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
App crashes on Android 15 #72
Comments
The log says AppOp is blocked for Peristyle, are you using any tool that blocks app ops? |
Nope, using no app that blocks app permission. (I'm rooted though) |
You can manually allow storage permission, if you are using Android 10+ you'll have to grant the all files access to the app, and you'll be good to go. |
Is it still crashing? |
Yep, with the same error log :/ Btw, I had given the all app permission from the very beginning. The permission was always granted since the startup page |
Try running this command using adb shell or any terminal of your choice
What is your android version? |
I'm running Android 15 QPR1 Beta 1.1 on Pixel 7a |
Reinstall the app |
nope, didn't work. |
It should be intended behavior and should work unless there is some different underlying issue causing this. |
Hmm, so what could be the issue? Something with the app permission in Android 15? |
Same issue on my Pixel 8 Pro With Android 15 Beta 2. I was able to setup all file access and external memory folder with app setup screen. But after clicking continue, the app crashed with this error. |
Android 15 is still in Beta and Peristyle is only tested up to Android 14, they're maybe changing something in the 15, some new permissions restrictions maybe they do it all the time every year. |
I have found the source of the issue. It is caused by the same issue, they changed how the permissions work in Android 15, having All Files access doesn't get the system wallpaper anymore. |
The issue is fixed now, you can update the app using this APK and let me know if it works. |
Hi! Thanks for the fix, but the app still seems to be crashing |
Does it need the combination of both? Can you also manually grant the MANAGE_EXTERNAL_STORAGE and see if it works? |
Would you know the adb command to manually grant the permission by any chance? |
It should be this |
I just went to settings, and gave it all files access. and the app works now! |
This isn't fixed yet, but so far it's confirmed that you'd need both READ_MEDIA_IMAGES and MANAGE_EXTERNAL_STORAGE permission to access the system wallpapers. Both of them are really sensitive permissions and Android could have easily added GET_WALLPAPERS or something like that to make it easier for both developers and users, but here we are. I'm glad it worked, and the fix will be available in the next release. |
Yep, a very frustrating issue, I faced it with another app as well :// |
Hi, I just downloaded the app (2.00 Alpha) and after giving the all files access, the app crashes.
Here's the log
app.simple.peri_2024-09-11T19_01_15.794.log
The text was updated successfully, but these errors were encountered: