Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 499 Bytes

File metadata and controls

25 lines (17 loc) · 499 Bytes

Extract Samsung firmware

Required packages

sudo apt install unzip tar liblz4-tool android-tools-fsutils

Windows fix

If you get this error:

bash: ./extract.sh: /bin/bash^M: bad interpreter: No such file or directory

Then you have LFCR line endings from windows. To fix that run:

sed -i -e 's/\r$//' extract.sh