Quote:
Originally Posted by Tammuz91
Hello, does the "Manipulate reading stats" patch still work with new firmwares?
Code:
Manipulate reading stats:
- Enabled: no
- 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: 0x4D99A0, FindH: 4F F7 22 EB, ReplaceH: 48 F6 A0 40} # MOV r0, 0x8ca0 ; 10 hours in seconds in hex
- ReplaceBytes: {Offset: 0x4D99C0, FindH: 4F F7 12 EB, ReplaceH: 48 F6 A0 40} # MOV r0, 0x8ca0 ; 10 hours in seconds in hex
|
Tammuz91,
I'm curious. Why would you want to fudge the reading stats?