View Single Post
Old 12-11-2013, 10:42 PM   #4
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by Terisa de morgan View Post
I have a Kobo Aura, which has recently been updated to 3.1.0. After this moment, all the books I send as kepub to my ereader don't show the cover in the details view, although it shows at the library view and as sleep cover. Does anybody else have this problem?
Yes I had that problem too (but with Kobo-bought kepubs), the cause is that to display the image on the details view the new firmware looks for a file ending in " - AndroidBookLoadTablet_Aspect.parsed" which doesn't exist. If the book is a sideloaded epub it then generates the file from the first page of the book, but if it is a kepub then it tries to download it from the cloud.

The problem is that if wifi is not turned on then the image doesn't download. The other problem for sideloaded epubs is that the image it generates is not as good as the images sent by Calibre.

The file that the new firmware is looking for is redundant anyway, since the image already exists on the device in a file ending with "- N3_LIBRARY_FULL.parsed", which is either downloaded at the time the book is downloaded, or sent by Calibre when sideloaded.

A solution is in the patch that Anamarc pointed to above. This patch changes the filename in the firmware, so when it looks for the new file it finds the old existing file and uses that instead.

Edit: Another solution, if you don't want to patch the firmware, is to find each file on the device that ends in "N3_LIBRARY_FULL.parsed" and make a copy with the same base name but ending in "AndroidBookLoadTablet_Aspect.parsed".

Last edited by GeoffR; 12-11-2013 at 11:26 PM. Reason: Another solution that doesn't require patching the firmware
GeoffR is offline   Reply With Quote