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

Recovery-image-patche #69

Open
Edward-af opened this issue Oct 7, 2024 · 0 comments
Open

Recovery-image-patche #69

Edward-af opened this issue Oct 7, 2024 · 0 comments

Comments

@Edward-af
Copy link

steps:

1. Check out the repository to access scripts

  • name: Check out repository
    uses: actions/checkout@v4

2. Fetch necessary packages

  • name: Install required packages
    run: |
    sudo apt update
    sudo apt install git wget lz4 tar openssl python3 -y

3. Download recovery image from the provided URL

4. Make patching scripts executable

  • name: Make scripts executable
    run: |
    chmod +x magiskboot
    chmod +x patcher-minimal

5. Run the patching script

  • name: Patch the recovery image
    run: ./patcher-minimal

6. Upload the patched image as an artifact

  • name: Upload patched image
    uses: actions/upload-artifact@v4
    with:
    path: ./patched-recovery.img
    name: Patched Recovery Image
    retention-days: 15
@Edward-af Edward-af reopened this Oct 7, 2024
@Edward-af Edward-af changed the title Recovery fastbootd Recovery-image-patche Oct 7, 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

No branches or pull requests

1 participant