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

Fixed Issue Android 14 compatibility #166 #167

Closed
wants to merge 1 commit into from

Conversation

CodeWithTamim
Copy link

Implemented a fix for an error occurring on Android 14 when using the library for screen recording. The error was:
Recording error - Code: 100, Reason: java.lang.IllegalStateException: Must register a callback before starting capture, to manage resources in response to MediaProjection states.
Solution:

Adjusted the sequence of operations to ensure that a callback is registered before starting the capture.
Ensured compliance with the new MediaProjection resource management requirements introduced in Android 14.
Impact:

This fix resolves the recording issue on Android 14, maintaining compatibility across all supported Android versions.
Users targeting SDK 34 can now perform screen recordings without encountering the IllegalStateException.

@CodeWithTamim
Copy link
Author

How long will it take to merge the pull request?

@HBiSoft
Copy link
Owner

HBiSoft commented Aug 12, 2024

My apologies for taking so long to implement this - https://github.com/HBiSoft/HBRecorder/releases/tag/3.0.4

@HBiSoft HBiSoft closed this Aug 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants