SamFetch icon indicating copy to clipboard operation
SamFetch copied to clipboard

A web API to download Samsung firmware easily without headers, authorization or anything that you don't want.

Results 3 SamFetch issues
Sort by recently updated
recently updated
newest added

* Listing firmwares now return some information such as bootloader version, minor and major iteration and build date which is parsed from firmware string. * Updated Sanic to 21.12.1 *...

enhancement

Not sure if I'm missing something but it seems like the `/api/binary` endpoint returns the same response body regardless of the params sent with the request. Request: `/api/binary?region=XAA&model=SM-G986U1&firmware=G986U1UEU1DUB7%2FG986U1OYM1DUB7%2FG986U1UEU1DUB7%2FG986U1UEU1DUB7` Response: ```...

bug

I can successufully get details about firmware for my model and region by using: `/DBT/SM-R895F/list` But when trying to fetch details about the latest firmware I get a server error:...