All Projects → nlscc → Samloader

nlscc / Samloader

Licence: gpl-3.0
Download Samsung firmware from official servers

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Samloader

samsung-bios-check
BIOS update checker for Samsung laptops running Linux
Stars: ✭ 25 (-90.38%)
Mutual labels:  firmware, samsung
Samsung Firmware Magic
Tool for decrypting the firmware files for Samsung SSDs
Stars: ✭ 138 (-46.92%)
Mutual labels:  samsung, firmware
Heimdall
Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy devices.
Stars: ✭ 1,829 (+603.46%)
Mutual labels:  samsung, firmware
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (-83.08%)
Mutual labels:  firmware, samsung
XPS-17-9700-Ubuntu-Soundfix
A simple script to install the necessary firmware to fix sound output (dummy sound).
Stars: ✭ 19 (-92.69%)
Mutual labels:  firmware
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (-80.38%)
Mutual labels:  firmware
Debloat
Remove ads, bloatware and speed up your device.
Stars: ✭ 44 (-83.08%)
Mutual labels:  samsung
pinetime-hypnos
Zephyr firmware for the nRF52832 PineTime smartwatch
Stars: ✭ 52 (-80%)
Mutual labels:  firmware
Opensteamcontroller
Steam Controller reverse engineering and customization project.
Stars: ✭ 253 (-2.69%)
Mutual labels:  firmware
bluenet
Bluenet is the in-house firmware on Crownstone hardware. Functions: switching, dimming, energy monitoring, presence detection, indoor localization, switchcraft.
Stars: ✭ 79 (-69.62%)
Mutual labels:  firmware
OtterPill
stm32f072 dev board with arduino nano alike pinout
Stars: ✭ 127 (-51.15%)
Mutual labels:  firmware
nodebots-interchange
Project related to creating hardware backpacks for your nodebot to make them more capable.
Stars: ✭ 47 (-81.92%)
Mutual labels:  firmware
BCN3DSigma-Firmware
Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
Stars: ✭ 81 (-68.85%)
Mutual labels:  firmware
firmware-analysis-plus
Simulate firmware with one click of firmadyne (使用 firmadyne 一键模拟固件)
Stars: ✭ 84 (-67.69%)
Mutual labels:  firmware
WSPRBeacon
Arduino Firmware for the Zachtek WSPR Desktop Transmitter. Coordinated global WSPR transmissions for synchronized weak signal Beacon operation.
Stars: ✭ 18 (-93.08%)
Mutual labels:  firmware
yoru.
A black Substratum theme for Samsung Oreo only.
Stars: ✭ 21 (-91.92%)
Mutual labels:  samsung
hosts
🄯Curated lists of hosts files with various domain blocks.🄯
Stars: ✭ 15 (-94.23%)
Mutual labels:  samsung
nRF24LE1-sensor
nRF24LE1 remote sensor module, support DHT21/22, DS18B20, photoresistor as light sensor, AES encryption
Stars: ✭ 15 (-94.23%)
Mutual labels:  firmware
openwrt-rockchip
OpenWRT Official master source code + CTCGFW & Lean's packages code
Stars: ✭ 197 (-24.23%)
Mutual labels:  firmware
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-93.08%)
Mutual labels:  firmware

samloader

Download firmware for Samsung devices (without any extra Windows drivers).

Installation

pip3 install git+https://github.com/nlscc/samloader.git

Usage

Run with samloader or python3 -m samloader. See samloader --help and samloader (command) --help for help.

-m <model> -r <region> checkupdate: Check the latest firmware version

-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

-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
I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2
$ samloader -m GT-I8190N -r BTU download -v I8190NXXAMJ2/I8190NBTUAMJ1/I8190NXXAMJ2/I8190NXXAMJ2 -O .
downloading GT-I8190N_BTU_1_20131118100230_9ae3yzkqmu_fac.zip.enc2
[################################] 10570/10570 - 00:02:02
$ 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 that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].