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 Magisk module to enable OEM unlocking on every boot #92

Merged
merged 2 commits into from
May 23, 2023

Commits on May 23, 2023

  1. Add Magisk module to enable OEM unlocking on every boot

    The module helps reduce the chance of OEM unlocking being disabled,
    whether by the user or by some OS's initial setup wizard. It works by
    running some Java code at boot, which connects to the `OemLockService`
    binder service and calls `setOemUnlockAllowedByUser(true)`, the same as
    what the Settings app does.
    
    Fixes: #8
    Issue: #84
    
    Signed-off-by: Andrew Gunnerson <[email protected]>
    chenxiaolong committed May 23, 2023
    Configuration menu
    Copy the full SHA
    53e0e30 View commit details
    Browse the repository at this point in the history
  2. modules/build.py: Allow building individual modules

    Signed-off-by: Andrew Gunnerson <[email protected]>
    chenxiaolong committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f507e5a View commit details
    Browse the repository at this point in the history