Quote:
Originally Posted by MGlitch
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.