Here is the patch (for libnickel.so.1.0.0.yaml):
Code:
Manipulate reading stats:
- Enabled: yes
- Description: Always add 10 hours to the reading time every time you close a book.
# in EventEngine::endReadingSession(*Volume) when recording end of reading session stats, change QDateTime::secsTo calls to a fixed value
- ReplaceBytes: {Offset: 0x4D53A0, FindBLX: 0x425270, ReplaceH: 4F F6 FF 70} # MOV r0, #65535
- ReplaceBytes: {Offset: 0x4D53C0, FindBLX: 0x425270, ReplaceH: 4F F6 FF 70} # MOV r0, #65535
Just apply it, open and close any epub book the # of hours you want / 10, then remove the patch.