-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Johx22/Patch-Recovery
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Patch-Recovery | ||
This CI service patches recovery images of Samsung to enable Fastbootd. Based on Phh's [script](https://github.com/phhusson/samsung-galaxy-a51-gsi-boot) | ||
|
||
# How to use: | ||
- Go to .github/workflows/recovery.yml and edit the RECOVERY_URL with the URL of your recovery.img | ||
- Head over to Actions tab and star the repo. Click Actions again | ||
- The Patching process will start | ||
- You will get a URL at the end of the process from where you can download the Patched Recovery | ||
|
||
# Credits | ||
- [Phhusson](https://github.com/phhusson) Without his script nothing would be possible at the first place | ||
- [James Nguyen](https://github.com/thongass000) Helping me in simplyfying the scripts and tweaking it |