diff options
author | nlscc <66028747+nlscc@users.noreply.github.com> | 2020-10-07 19:17:17 +0200 |
---|---|---|
committer | nlscc <66028747+nlscc@users.noreply.github.com> | 2020-10-07 19:17:17 +0200 |
commit | 8e3487417231c83c90afeb65b026e3d1fd031c1f (patch) | |
tree | 177fa779dc90b984b4a150dbbbfbf9ced43aed69 /README.md | |
parent | improve CLI and cleanup code (diff) | |
download | samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar.gz samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar.bz2 samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar.lz samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar.xz samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.tar.zst samloader-8e3487417231c83c90afeb65b026e3d1fd031c1f.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,11 +7,11 @@ pip3 install git+https://github.com/nlscc/samloader.git ## Usage See `samloader --help` and `samloader (command) --help`. -`checkupdate`: Check the latest firmware version +`-m <model> -r <region> checkupdate`: Check the latest firmware version -`download`: Download the specified firmware version for a given phone and region to a specified file or directory +`-m <model> -r <region> download -v <version> (-O <output-dir> or -o <output-file>)`: Download the specified firmware version for a given phone and region to a specified file or directory -`decrypt`: Decrypt encrypted firmware +`-m <model> -r <region> decrypt -v <version> -V <enc-version> -i <input-file> -o <output-file>`: Decrypt encrypted firmware ### Example ``` $ samloader -m GT-I8190N -r BTU checkupdate |