8000 GitHub - traien/samloader: Download Samsung firmware from official servers, without any proprietary bits (replacement for SamFirm / Frija)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Download Samsung firmware from official servers, without any proprietary bits (replacement for SamFirm / Frija)

License

Notifications You must be signed in to change notification settings

traien/samloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Download Samsung firmware from official servers, without any proprietary bits (replacement for SamFirm / Frija)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0