diff options
author | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-04-18 04:37:03 +0200 |
---|---|---|
committer | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-04-18 04:40:50 +0200 |
commit | b035aaca591fae11e74bfaa368cfe5fe5863758f (patch) | |
tree | 084b4f9fb7f34079091c7d37ba778a5f38044685 | |
parent | check for missing filename (#54) (diff) | |
download | samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.gz samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.bz2 samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.lz samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.xz samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.tar.zst samloader-b035aaca591fae11e74bfaa368cfe5fe5863758f.zip |
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ Download firmware for Samsung devices (without any extra Windows drivers). ## Installation ``` -pip3 install git+https://github.com/nlscc/samloader.git +pip3 install git+https://github.com/samloader/samloader.git ``` ## Usage Run with `samloader` or `python3 -m samloader`. See `samloader --help` and `samloader (command) --help` for help. @@ -22,3 +22,5 @@ downloading GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2 $ samloader -m GT-I8190N -r BTU decrypt -v I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2 -V 2 -i GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2 -o GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip [################################] 169115/169115 - 00:00:08 ``` +## Note +This project was formerly hosted at `nlscc/samloader`, and has moved to `samloader/samloader`. |