martinetd / samloader

Download Samsung firmware from official servers
GNU General Public License v3.0
27 stars 7 forks source link

Cannot download Samsung watch updates #9

Open techyminati opened 8 months ago

techyminati commented 8 months ago

Description

The tool cannot fetch Galaxy Watch 4 fw

Reproduction Steps

samloader -m SM-R890 -r INS -i XXXXXXXXXXXXXXX checkupdate R890XXU1HWL1/R890OXM1HWL3/R890XXU1HWL1/R890XXU1HWL1

works but download fails Traceback (most recent call last): File "/home/techyminati/.local/bin/samloader", line 8, in sys.exit(main()) File "/home/techyminati/.local/lib/python3.10/site-packages/samloader/main.py", line 43, in main path, filename, size = getbinaryfile(client, args.fw_ver, args.dev_model, args.dev_imei, args.dev_region) File "/home/techyminati/.local/lib/python3.10/site-packages/samloader/main.py", line 104, in getbinaryfile raise Exception("DownloadBinaryInform returned {}, firmware could not be found?".format(status)) Exception: DownloadBinaryInform returned 408, firmware could not be found?

Output

Traceback (most recent call last): File "/home/techyminati/.local/bin/samloader", line 8, in sys.exit(main()) File "/home/techyminati/.local/lib/python3.10/site-packages/samloader/main.py", line 43, in main path, filename, size = getbinaryfile(client, args.fw_ver, args.dev_model, args.dev_imei, args.dev_region) File "/home/techyminati/.local/lib/python3.10/site-packages/samloader/main.py", line 104, in getbinaryfile raise Exception("DownloadBinaryInform returned {}, firmware could not be found?".format(status)) Exception: DownloadBinaryInform returned 408, firmware could not be found?

Environment

Ubuntu 22.04 Python 3.10.12

martinetd commented 8 months ago

You'll get that error if the imei/serial number isn't valid -- unfortunately that's not something I can help with unless you somehow give me your real SN (something that starts with RFxxxx), and you probably shouldn't share it with strangers, so not quite sure how to help.

(FWIW, the checkupdate command doesn't use it, so that it worked doesn't mean anything)

If you're sure you used a correct imei or SN then they might have changed something again, I don't have my normal PC with me to check; might want to have a look at https://github.com/zacharee/SamloaderKotlin or another reimplementation that's more actively maintained. But try to check if you use the correct SN first :)

techyminati commented 8 months ago

@martinetd I got the OTA link but it says Access Denied, I was able to extract key:pair value from OTA payload

techyminati commented 8 months ago

Link is here URL

techyminati commented 8 months ago

@martinetd do you have telegram? Maybe I can ping you there and share other details?