Skip to content

Commit

Permalink
Revert "patch: [vendor_boot]: Fixed."
Browse files Browse the repository at this point in the history
This reverts commit 706e823.
  • Loading branch information
carlodandan committed Jun 30, 2024
1 parent 706e823 commit 7e4a02b
Show file tree
Hide file tree
Showing 4 changed files with 4,290 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check Out
uses: actions/checkout@v4
uses: actions/checkout@main

- name: Prepare the environment
run: |
Expand All @@ -27,7 +27,6 @@ jobs:
run: |
ls
pwd
wget ${{ inputs.RECOVERY_URL }}
- name: Patch Process-1
run: |
Expand All @@ -39,6 +38,8 @@ jobs:
run: |
chmod a+x script2.sh
./script2.sh || true
python3 avbtool extract_public_key --key phh.pem --output phh.pub.bin
python3 avbtool add_hash_footer --partition_name recovery --partition_size $(wc -c vendor_boot-patched.img |cut -f 1 -d ' ') --image vendor_boot-patched.img --key phh.pem --algorithm SHA256_RSA4096
mkdir output && cd output
mv ../vendor_boot-patched.img vendor_boot.img
tar cvf fastbootd-recovery.tar vendor_boot.img
Expand Down
Loading

0 comments on commit 7e4a02b

Please sign in to comment.