Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-31-2024, 07:55 AM   #1
stp
Junior Member
stp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2024
Device: none
Blank "Average pages per minute"

Hi,

This is not really a major issue, just curious if somebody knows the reason behind it.

In the "Activity" tab, the field that shows "Average pages per minute" is always blank for all the books I read/open (like in this image, not mine, just to illustrate what I mean).

All my books are converted to kepub using kepubify.

I have a Kobo Clara BW set up with side load mode enabled, plus I added this trigger to the KoboReader.sqlite database out of privacy concerns:

Code:
DROP INDEX IF EXISTS analytics_events_timestamp;
 
CREATE TRIGGER IF NOT EXISTS delete_analytics
after INSERT ON AnalyticsEvents BEGIN
  DELETE FROM AnalyticsEvents;
END;
I wonder if that statistic is derived from data that this trigger removes. I guess I can do the test myself by removing the trigger, but I wanted to see if any of you have a clue first.

Cheers!
stp is offline   Reply With Quote
Old 10-31-2024, 08:05 AM   #2
stp
Junior Member
stp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2024
Device: none
Sorry, the link to the image seems to be shorten by the forum for some odd reason.

It is the image on this message on reddit.
stp is offline   Reply With Quote
Advert
Old 10-31-2024, 12:39 PM   #3
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,168
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by stp View Post
Sorry, the link to the image seems to be shorten by the forum for some odd reason.

It is the image on this message on reddit.
Generally speaking, it's better to use the Paperclip tool or the Manage Attachments buttons to save images to Mobileread.
Attached Thumbnails
Click image for larger version

Name:	5j2m7towwdld1.jpeg
Views:	115
Size:	1.46 MB
ID:	211764   Click image for larger version

Name:	ubmklz9b1fld1.jpg
Views:	120
Size:	1.50 MB
ID:	211765  
DNSB is offline   Reply With Quote
Old 11-01-2024, 03:21 AM   #4
stp
Junior Member
stp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2024
Device: none
Thanks for the tip DNSB

The picture I refer to is that of the white Kobo Glo in your attachments.

Let me add that I have set up another Kobo Clara BW for a friend in the same way as mine: side load mode enabled, trigger to delete entries into the AnalyticsEvents table, and "fake" entry into the User table too, just to avoid creating a Kobo account / getting rid of the "Discover" tab.

Code:
INSERT OR REPLACE INTO USER
  (UserID, UserKey)
VALUES
  ('-', '-');
It is strange that all other metrics are updated correctly (hours of reading, average minutes per session, total hours of reading...) but not average pages per minute
stp is offline   Reply With Quote
Old 11-01-2024, 03:28 AM   #5
rashkae
Wizard
rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.
 
rashkae's Avatar
 
Posts: 1,274
Karma: 5935030
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
I can confirm that average pages per minute does not update when reading sideloaded kepub for a very long time, (if it ever worked, I am not sure.). You will see this in sideloaded mode, (or with a blank registration,) and has nothing to do with your trigger.

Edit: The Kobo awards, for example, have never worked with sideloaded kepub that are not synced.
rashkae is offline   Reply With Quote
Advert
Old 11-01-2024, 05:33 AM   #6
stp
Junior Member
stp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2024
Device: none
Thanks rashkae!

If I understood correctly, in order to have the "Average pages per minute" updated one has to either (or both?):
  • Disable side load mode.
  • Create an account.

Then transfer epubs/kepubs/pdfs/etc as usual using Calibre/drag & drop.

Finally, not that I care about the Kobo awards, but what do you mean by "kepub that are not synced"? Synced to a Kobo account?

Cheers!
stp is offline   Reply With Quote
Old 11-01-2024, 05:39 AM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,741
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by stp View Post
Thanks rashkae!

If I understood correctly, in order to have the "Average pages per minute" updated one has to either (or both?):
  • Disable side load mode.
  • Create an account.

Then transfer epubs/kepubs/pdfs/etc as usual using Calibre/drag & drop.

Finally, not that I care about the Kobo awards, but what do you mean by "kepub that are not synced"? Synced to a Kobo account?

Cheers!
Why would you not have an account? There's is no reason at all not to have an account.
JSWolf is offline   Reply With Quote
Old 11-01-2024, 11:23 AM   #8
rashkae
Wizard
rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.
 
rashkae's Avatar
 
Posts: 1,274
Karma: 5935030
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
Quote:
Originally Posted by stp View Post
Finally, not that I care about the Kobo awards, but what do you mean by "kepub that are not synced"? Synced to a Kobo account?

Cheers!
The Awards and average page count, (by extension, very accurate estimated time to read) used to work when I was reading Epub files. At some time, after I switched to Kepub, I noticed those features were no longer working. I have not gone back to figure out if it was always broken, or the result of me switching to Kepub.

I *assume* these features work when reading books purchased (and synced) from Kobo store.
rashkae is offline   Reply With Quote
Old 11-04-2024, 01:44 AM   #9
stp
Junior Member
stp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2024
Device: none
@JSWolf, it is just personal preference and one of the reasons why I bought a Kobo, because I could use it without an account

@rashkae, alright then! I will report back if I have time to look more closely into this. I think I will try to test epubs and/or PDFs to check if it works with these formats. Thanks again for the feedback!
stp is offline   Reply With Quote
Old 11-04-2024, 02:41 AM   #10
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,168
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The stats seem to show for sideloaded epubs and kepubs synced from Kobo for the last 6 books I read. I seldom generate kepubs locally unless the book has images that I would want to be able to zoom.
DNSB is offline   Reply With Quote
Old 11-13-2024, 01:42 PM   #11
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,741
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by stp View Post
@JSWolf, it is just personal preference and one of the reasons why I bought a Kobo, because I could use it without an account

@rashkae, alright then! I will report back if I have time to look more closely into this. I think I will try to test epubs and/or PDFs to check if it works with these formats. Thanks again for the feedback!
If you try to hack the database and not have an account, eventually you will lose everything as some firmware update will cause your Kobo to wipe itself. This has happened at least 2 time in the past.
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please recommend for or against Pottermore "60-minute reads" curtw Reading Recommendations 5 11-04-2016 05:33 PM
I found references to "PRIME_EBOOKS" and "kindle-video-slate" on Amazon pages! nick541 Amazon Kindle 7 09-26-2011 02:56 PM
Feature Request: configurable space setting for "Insert blank line" in "Look & Feel" therealjoeblow Calibre 15 07-25-2011 03:14 PM
PRS-900 Sony Reader "hangs" for a minute after adding notes bobo23 Sony Reader 7 09-01-2010 10:55 AM
The 200 page per minute "scanner" ardeegee General Discussions 7 03-26-2010 07:42 PM


All times are GMT -4. The time now is 11:09 AM.


MobileRead.com is a privately owned, operated and funded community.