Originally Posted by
Indi Campbell and how does one go about doing that..
Future versions of Sachesi should have this implemented:
Originally Posted by
xsacha Well all it needs is the OS version and it can perform a SR lookup, generate the hash and all the links. Doesn't even need to be released
So, yes, I can add that

But, let's take 10.2.0.1809 as an example. Setting Sachesi to 202/001/STL100-1/Debrick, we get two files.
Code:
http://cdn.fs.sl.blackberry.com/fs/qnx/production/2fb37532890d0b877466bd467e7cf3297ca4007d/com.qnx.qcfm.radio.m5730/10.2.0.1810/m5730-10.2.0.1810-nto+armle-v7+signed.bar
http://cdn.fs.sl.blackberry.com/fs/qnx/production/2fb37532890d0b877466bd467e7cf3297ca4007d/com.qnx.coreos.qcfm.os.factory.desktop/10.2.0.1809/winchester.factory_sfi.desktop-10.2.0.1809-nto+armle-v7+signed.bar
These follow the format of cdn.fs.sl.blackberry.com/fs/qnx/production/somehash/bar.name/version/file.
The important part is the "2fb37532890d0b877466bd467e7cf3297ca4007d", as that subfolder holds every file pertaining to 10.2.0.1809. Once you have that, then getting another OS is as simple as renaming the part of the URL after the hash., knowing the OS and radio versions.
For STL100-1, /com.qnx.qcfm.radio.m5730/<version>/m5730-<version>-nto+armle-v7+signed.bar and/com.qnx.coreos.qcfm.os.factory.desktop/<version>/winchester.factory_sfi.desktop-<version>-nto+armle-v7+signed.bar give you debrick radio and OS bars.
To make it STL100-2/3, change them to /com.qnx.qcfm.radio.qc8960/<version>/qc8960-<version>-nto+armle-v7+signed.bar and /com.qnx.coreos.qcfm.os.qc8960.factory_sfi.desktop/<version>/qc8960.factory_sfi.desktop-<version>-nto+armle-v7+signed.bar to get the debrick radio and OS bars.
STL100-4, Q10/Q5 and Z30 have the same OS file but different radio files: /com.qnx.qcfm.radio.qc8960.omadm/<version>/qc8960.omadm-<version>-nto+armle-v7+signed.bar , /com.qnx.qcfm.radio.qc8960.wtr/<version>/qc8960.wtr-<version>-nto+armle-v7+signed.bar and /com.qnx.qcfm.radio.qc8960.wtr5/<version>/qc8960.wtr5-<version>-nto+armle-v7+signed.bar , respectively.
And to get upgrade bars instead of debrick bars, change any instance of factory_sfi.desktop to just factory_sfi (plus downloading any updated bars, but the bar files from setting Sachesi to Upgrade are the same for any OS).