View Single Post
Old 07-26-2021, 05:56 PM   #18
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by MGlitch View Post
Though I suppose I could download the update but opt not to install it then plug my kobo in and grab the update files. Not that there’s much point since I can’t see anyone updating patches for beta firmware
Unless there's major changes, all patches other than "Remove forgot pin button from lock screen", "Customize ComfortLight settings", "New home screen subtitle custom font", and "Set font scale factor" should continue to work fine. Any patch which applies successfully should work.

If anyone wants to update those patches themselves, the first and third one should be able to be matched against the old offsets with qrc (the offsets are in r1, r2, and r3 in the qInitResources functions in nickel) (cssextract is easier if you remember the correct order for the duplicated ones). The second one's first offset can be found by looking for the reference to QTime:QTime(int, int, int, int) from an unnamed function. The last one can be found by looking to references to getReadingFontScaleFactor, then taking the address of the vmov 15.0 instruction plus two for each reference.
geek1011 is offline   Reply With Quote