diff options
author | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-05-27 19:37:38 +0200 |
---|---|---|
committer | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-05-27 19:37:38 +0200 |
commit | ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32 (patch) | |
tree | 978036176653bff231474d728868f826eae33c98 | |
parent | initial commit (diff) | |
download | samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar.gz samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar.bz2 samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar.lz samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar.xz samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.tar.zst samloader-ae9c9b230e79db7a4cd236f5deed1c93dbfb2c32.zip |
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,8 +2,11 @@ Download firmware for Samsung devices (without any extra Windows drivers). ## Usage `checkupdate [model] [region]`: Check the latest firmware version + `download [version] [model] [region] [outfile]`: Download the specified firmware version for a given phone and region + `decrypt2 [version] [model] [region] [infile] [outfile]`: Decrypt enc2 encrypted firmwares + `decrypt4 [version] [model] [region] [infile] [outfile]`: Decrypt enc4 encrypted firmwares (requires network connection) ### Example ``` |