JakeWharton / Telecine

Record full-resolution video on your Android devices.
Apache License 2.0
2.47k stars 459 forks source link

Telecine refuse to stop recording when lunched #174

Closed idimummy closed 6 years ago

idimummy commented 6 years ago

Expected behavior

App should record screen activities, store the recorded activity, and user should be able to stop the recording when they are done.

Actual behavior

When the application is lunched to start recording the app only stops when it want to stop recording, It sometimes freezes the screen and makes it difficult to navigate the screen.

How to reproduce

Download Telecine from play store here, launch it the app, try to stop the recording.

• Operating system: Android Version 7.0
• Device used: Tecno Boom J8 • App Version: 1.6.2

Recording Of The Bug

https://youtu.be/D1ibwCpvRtg



Posted on Utopian.io - Rewarding Open Source Contributors

JakeWharton commented 6 years ago

In that video, AZ Screen Recorder is using the media projection APIs which prevents Telecine from launching. This is evidenced by the fact that the overlay for Telecine never displays and as a result it never actually starts recording.

Coffeemaniac commented 4 years ago

I was able to fix this bug by going to permission setting and enabling "show pop up window" option. Maybe, you forgot to ask for "DRAW OVER OTHER APPS" permission.