@piptcat
Just want to tell you that I am trying to provide some easy means for KSM users to download patch files with the help of your profiles pages, and to apply the patches on the device.
Currently, I have the following things working.
- hkd_download_patches.sh; this connects to your page and tries to retrieve the profile names and identifiers for that FW version that is installed on the device; if successful it provides the user with a menu that offers the available profiles; if the user selects one, the corresponding archive will be downloaded to the device
- hkd_apply_patches.sh; this backs up the libraries to be patched, and runs the patching process.
I have these two scripts working, but I think I should do some more testing before publishing them. Of course, the first script can only work if you do not change much of the code of your web pages.