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

Add support for direct boot #573

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Add support for direct boot #573

merged 1 commit into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. Add support for direct boot

    This allows BCR to record calls prior to the device being initially
    unlocked after a reboot. In the BFU (before unlock state), recordings
    are temporarily stored in an internal device-protected storage
    directory. If the call completes before the initial unlock, then a
    migration service that automatically runs after unlock will move the
    files to the output directory. If the device is unlocked while the call
    is still ongoing, then the recording will be moved to the output
    directory at the end of the call.
    
    There are some limitations, like not being able to look up contacts or
    the call log, but most of BCR's will basically work as expected.
    
    Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
    chenxiaolong committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4a691c8 View commit details
    Browse the repository at this point in the history