From f95c365dc6af2bbb216a0f5ba01ff9942f5b1954 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 19 Oct 2023 09:48:01 +0200 Subject: [PATCH] Change Readme, upload only decompressed lz4 images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c519f..a43002e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This CI service patches recovery images of Samsung to enable Fastbootd. Based on # How to use: - Fork this repo. -- Upload your recovery.img/recovery.img.lz4 to [transfer.sh](https://transfer.sh/) or any other file hosting sites. Once uploaded right click on the Download button and copy the URL. Avoid Gdrive links for now as it has been causing an error in some cases. +- Extract your recovery.img.lz4 and upload recovery.img (not lz4) to [transfer.sh](https://transfer.sh/) or any other file hosting sites. Once uploaded right click on the Download button and copy the URL. Avoid Gdrive links for now as it has been causing an error in some cases. - Head over to Actions tab. Click on RECOVERY -> Run workflow. Insert the copied URL in the RECOVERY URL field and Start the workflow - The Patching process will start - A Patched-Recovery.zip will be uploaded at the end of the process. Download it and extract your patched recovery image. The Image will already also be repacked to .tar for flashing directly through Odin