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:
{
"display_name": "SSP",
"size": 5991219840,
"filename": "SM-G986U1_1_20210416234737_q8wahqy67m_fac.zip.enc4",
"path": "/neofus/910/",
"version": "R (Android 11)",
"encrypt_version": 4,
"size_readable": "5.58 GB",
"decrypt_key": "60813b9c940b3e286de84bff7baaf403"
}
The 20210416 date of the firmware is what tipped me off because I'm trying to download a firmware from 2-28. So I also tried a couple of other firmwares (all pulled from the /api/list endpoint) and they all returned the same response as above. I'm guessing it's just returning info for the latest firmware every time but I'm not sure.
Not sure if I'm missing something but it seems like the
/api/binaryendpoint 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%2FG986U1UEU1DUB7Response:
The
20210416date of the firmware is what tipped me off because I'm trying to download a firmware from 2-28. So I also tried a couple of other firmwares (all pulled from the/api/listendpoint) and they all returned the same response as above. I'm guessing it's just returning info for the latest firmware every time but I'm not sure.