View Single Post
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