Quote:
Originally Posted by GeoffR
Which firmware version is the Glo running? Are you sideloading ePubs or KePubs?
|
3.17.3, sideloading KePubs
Quote:
Originally Posted by GeoffR
If signing out worked then it would wipe the database and you would lose all your stats for sideloaded books anyway.
|
Are you sure? I thought all sideloaded books would stay on the device but the database would be rebuilt (indeed losing stats)... If you're correct then indeed I might as well do a factory reset.
Quote:
Originally Posted by GeoffR
I don't know what could cause signing out to fail, the only possibility that comes to mind is if you are running firmware 3.16.10 or 3.17.0 then the over-zealous sickel process might cause the device to reboot if the sign-out procedure was taking too long.
|
Ahh very interesting! The "Signing out, please wait" is indeed taking quite a while before the device restarts... But, I have 3.17.3, not 3.17.0... hmmm
Quote:
Originally Posted by GeoffR
You might want to wait to hear from davidfor or someone with ideas about what you could do to recover the reading stats of sideloaded books from the database. But I don't think it is a simple process unless you already have a recent backup of the database from before it was corrupted.
|
Yes I'm hoping to hear from him indeed

Unfortunately all the backups I have are either from too long ago or already have corrupted database
Quote:
Originally Posted by DNSB
Unhappily, I'd suspect that you may need to do a factory reset. Short of your database being flagged as read-only, I really don't know why the signout would not replace it with a fresh copy.
|
I was afraid someone might dare say that

Hmm read-only... also an interesting thought. As far as I can see from my Mac OS X terminal, the .sqlite permissions appear to be read/write/executable...
Quote:
Originally Posted by DNSB
The difference is that a KePub needs to have the following in the content.opf:
Code:
<item href="Images/cover.jpg" id="cover-image" media-type="image/jpeg" properties="cover-image"/>
whereas an ePub v2 uses:
Code:
<item href="Images/cover.jpg" id="cover.jpg" media-type="image/jpeg" />
[...] it doesn't seem to matter what the name is.
|
Is the only difference then the ID format and the extra properties? I'll go back and check the books that aren't showing any cover, see if those are indeed the difference with the books that are
Thank you both for your input!