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

Option to enable/disable safe mode for cleaner #14

Closed
Nvdtn19 opened this issue Feb 10, 2024 · 5 comments
Closed

Option to enable/disable safe mode for cleaner #14

Nvdtn19 opened this issue Feb 10, 2024 · 5 comments

Comments

@Nvdtn19
Copy link

Nvdtn19 commented Feb 10, 2024

I accidentally switch off the safe mode cleaner for ios 15. Now some of my app doesn't have notification until I reboot the phone. I tried to uninstall and reinstall the geranium app and even wiping the data, but that doesn't let me turn on safe mode back. Even in the app settings. So in further version the app need to add this function, the current state is kinda inconveniences for me. But by the way, is there any way to turn on safe mode back by editing some files?

@c22dev
Copy link
Owner

c22dev commented Feb 10, 2024

Yeah it's possible. You need to find the app's container and toggle the matching userdefault.
There should be a plist in /var/mobile/Containers/Data/Application/<GUID, here look for geranium>/Library/Preferences/ and there should be a plist where you can edit the following Boolean : tmpClean
Ig it should be true for you, make it false.

@c22dev
Copy link
Owner

c22dev commented Feb 10, 2024

And for the notification bug, we (a guy from an other issue and me) are looking on it.
For now the only solution is to reset your phone (wipe it) from settings...
Or to wait

@Nvdtn19
Copy link
Author

Nvdtn19 commented Feb 12, 2024

Yeah it's possible. You need to find the app's container and toggle the matching userdefault.
There should be a plist in /var/mobile/Containers/Data/Application/<GUID, here look for geranium>/Library/Preferences/ and there should be a plist where you can edit the following Boolean : tmpClean
Ig it should be true for you, make it false.

How do I find that plist file? I looked into the said directory in Filza but there isn't any plist there

@c22dev
Copy link
Owner

c22dev commented Feb 12, 2024

Contact me on Discord (c22dev), I'll send you an beta build containing the option to disable/enable safe mode.

@c22dev
Copy link
Owner

c22dev commented Feb 22, 2024

1.1.2 is out and should provide a fix for every of the issues/suggestions you mentioned !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants