View Single Post
Old 06-12-2020, 01:12 PM   #505
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
Quote:
Originally Posted by Tammuz91 View Post
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?

Last edited by droopy; 06-19-2020 at 01:56 PM.
droopy is offline   Reply With Quote