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

Screenshot is always behind the home screen icons #1

Open
foxnoodles opened this issue Aug 28, 2021 · 5 comments
Open

Screenshot is always behind the home screen icons #1

foxnoodles opened this issue Aug 28, 2021 · 5 comments

Comments

@foxnoodles
Copy link

Hi, I know it's kinda old but I'm tryna make the ScreenshotXI work. The problem is that I can't set it's priority to 0. The screenshot always stays under the Homescreen icons and dock. Is there a workaround to thi? iOS 10.3.3

Thank you

@DGh0st
Copy link
Owner

DGh0st commented Aug 29, 2021

If it shows correctly in Applications then its working correctly as Applications are suppose to be higher level than homescreen. And ScreenshotXI doesn't do anything special for the homescreen vs application. So if that is the case then its probably one of your other tweaks is messing up the homescreen/dock window level.

If its not working in Applications than either L16-27 in Tweak.xm or L18-24 in SXIPreferences.xm would be the culprit, depending on your settings and behavior. What priority configuration are you using? Does using the other priority level work fine?

@foxnoodles
Copy link
Author

foxnoodles commented Sep 3, 2021

Found it. It's the AudioRecorder by LimneOS v1.9-34 that's causing it. If it's enabled ScreenshotXI does not work properly even on Application level.

I've even disabled it's StatusBar and UI dylibs to no avail. I have to disable it entirely to fix the ScreenshotXI priority. Sadly there is no Audiorecorder alternative that works or I would sacrifice it without hesitation. Anyway to fix that?

Also found a tiny bug. If you try to screenshot while the screenshot scaling animation is still going, springboard will crash on iOS 10.3.3 at least.

@DGh0st
Copy link
Owner

DGh0st commented Sep 3, 2021

What priority level setting are you using for ScreenshotXI? The culprits I suggested would only apply to the Above homescreen and application priority level, if you are using a different priority level then there isn't much that can be done from ScreenshotXI side.

As to the tiny bug, please share crashlog.

@foxnoodles
Copy link
Author

I'm an idiot. For some reason priority levels were not not working, meaning they would revert back to default every time I close the settings app. PereferenceOrganizer was causing that. Fixed now!

As for the tiny bug crashlogs I pretty much disabled every logging daemon possible so no luck there but It's easy to recreate: just take screens fast repeatedly. It will crash.

@DGh0st
Copy link
Owner

DGh0st commented Sep 4, 2021

Well I don't have an iOS 10 device so the only way that crash gets fixed is if you provide a crashlog.

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