View Single Post
Old 06-20-2021, 04:50 PM   #737
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by Clem2605 View Post
I copy/pasted the results in my 'libnickel' file and
Download kobopatch_4.26.16704 again and replace only part

Spoiler:
Code:
# Menu text
  - FindBaseAddressString: "5 mins\0"
  - ReplaceString: {Offset: 0, Find: "5 mins\0", Replace: "1h0m"}
  - ReplaceString: {Offset: 8,  Find: "10 mins", Replace: "2h0m"}
  - ReplaceString: {Offset: 16, Find: "15 mins", Replace: "3h0m"}
  - ReplaceString: {Offset: 24, Find: "30 mins", Replace: "3h30m"}
  - ReplaceString: {Offset: 32, Find: "45 mins", Replace: "4h0m"}
  - ReplaceString: {Offset: 38, Find: "60 mins", Replace: "4h30m"}
  # Values (see https://www.mobileread.com/forums/showpost.php?p=3887105)
  - FindBaseAddressSymbol: "N3SettingsPowerView::initChoices()"
  - ReplaceInt: {Offset: 11,  Find: 5,  Replace: 55}
  - ReplaceInt: {Offset: 465, Find: 5,  Replace: 55}
  - ReplaceInt: {Offset: 99,  Find: 10, Replace: 110}
  - ReplaceInt: {Offset: 525, Find: 10, Replace: 110}
  - ReplaceInt: {Offset: 159, Find: 15, Replace: 165}
  - ReplaceInt: {Offset: 583, Find: 15, Replace: 165}
  - ReplaceInt: {Offset: 219, Find: 30, Replace: 193}
  - ReplaceInt: {Offset: 641, Find: 30, Replace: 193}
  - ReplaceInt: {Offset: 279, Find: 45, Replace: 220}
  - ReplaceInt: {Offset: 699, Find: 45, Replace: 220}
  - ReplaceInt: {Offset: 339, Find: 60, Replace: 248}
  - ReplaceInt: {Offset: 755, Find: 60, Replace: 248}
Only this part, not all.

Last edited by Semwize; 06-20-2021 at 04:59 PM.
Semwize is offline   Reply With Quote