Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.38 KB

Apply magisk patch and avb sign boot image with github action

Features

  • Unpack boot.img/vbmeta.img from rom download url
  • Apply magisk patch to boot.img
  • Sign magisk.img using avbtool and testkey

Guide

  1. Fork this repo
  2. Go to the Action tab in your forked repo Action Tab
  3. In the left sidebar, click the Magisk Boot Patch Application workflow. Workflow
  4. Above the list of workflow runs, select Run workflow Run Workflow
  5. Input your rom download url, select its cpu abi (mostly arm64-v8a) and click Run workflow Run Workflow
  6. Wait for the action to complete and download the artifact DO NOT download it via multithread downloaders like IDM or ADM Download
  7. Unzip the artifact named magisk

Credits