-
Notifications
You must be signed in to change notification settings - Fork 10
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 when stopping hdmi #5
Comments
Hello! After running this project, we found that Intent batteryStatus = context.registerReceiver (null, intentFilter); batteryStatus =null; APP flashed back, did you encounter it? |
@MaartenStottelaar |
I encounter the same problem but only if I build the Demo myself. If I use the APK version 2.2 it works without a problem. @you221121 @MaartenStottelaar
|
App run in release mode to resolve your issue. |
In the code used for APK 1.6 it seems that the app hangs as soon as one tries to call mRealtekeHdmi.stopDisPlay(); (e.g. I added an onStop, to switch to another activity or settings without quitting hdmi completely). Is there a certain procedure to follow to suspend the hdmi input?
The text was updated successfully, but these errors were encountered: