Fix for OTA updates w/ zsync#12120
Conversation
|
Ultimately it's what they're there for. ^_^ Btw, |
| end | ||
|
|
||
| function OTAManager:getZsyncFilename() | ||
| return self.zsync_template:format(model, channel) |
There was a problem hiding this comment.
Probably best to use it as it was?
| return self.zsync_template:format(model, channel) | |
| return self.zsync_template:format(self:getOTAModel(), self:getOTAChannel()) |
It is precisely -209 and -213: By the way, -212 only has android stuff. @Frenzie did the build fail or something? |
| G_reader_settings:saveSetting("ota_channel", channel) | ||
| end | ||
|
|
||
|
|
Yes, lua-Spore was down. |
|
So with current diff tapping on Diff: |
|
Crash.log didn't update neither, so I don't know what's going on |
|
This is probably because these two functions are now in an infinite loop once |
|
I think I fixed it by replacing by I was able to check back stable and it reported correctly. |
|
Thanks @mergen3107, the fix was worse than the bug :p |
Fixes #12115
Kobos, Kindles, Remarkables, Cervantes and Pocketbooks that updated to latest (couple of?) nightlies need to perform a manual update.
Sorry :/
This change is