summaryrefslogtreecommitdiffstats
path: root/README.md
blob: de66c0e1d69f69e4aeb5c6a5ce6941b0ba134a85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# samloader
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
```
$ samloader checkupdate GT-I8190N BTU
I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2
$ samloader download I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2 GT-I8190N BTU GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2
Downloading file /neofus/9/GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2 ...
[################################] 10570/10570 - 00:02:02
Done!
$ samloader decrypt2 I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2 GT-I8190N BTU GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2 GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip
Decrypting with key f3f48b1cb4f8e84fc33f4ef270bf7578...
[################################] 169115/169115 - 00:00:08
Done!
```