-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patches for 4.33.19611 #107
Comments
Resource extraction: ./qrc2zip --output "nickel.19611.qInitResources_resources.zip" --recursive --verbose "nickel" 1 $((0x1394700 - 0x0010000)) $((0x0027258 - 0x0010000)) $((0x13941e0 - 0x0010000)) || { echo "Error: qrc2zip failed." 1>&2; exit 1; }
./qrc2zip --output "nickel.19611.qInitResources_styles.zip" --recursive --verbose "nickel" 1 $((0x181f780 - 0x0010000)) $((0x17fef60 - 0x0010000)) $((0x181cc58 - 0x0010000)) || { echo "Error: qrc2zip failed." 1>&2; exit 1; }
./qrc2zip --output "nickel.19611.qInitResources_translations.zip" --recursive --verbose "nickel" 1 $((0x17fee18 - 0x0010000)) $((0x1394b00 - 0x0010000)) $((0x17feb30 - 0x0010000)) || { echo "Error: qrc2zip failed." 1>&2; exit 1; }
./qrc2zip --output "nickel.19611.qInitResources_certificates.zip" --recursive --verbose "nickel" 1 $((0x1846d68 - 0x0010000)) $((0x1820398 - 0x0010000)) $((0x1845d18 - 0x0010000)) || { echo "Error: qrc2zip failed." 1>&2; exit 1; } Output
$ git diff --no-index 19608 19611https://gist.github.com/pgaskin/3aba1a087a1b091794d126e78c322564 https://krc.storage.pgaskin.net/nickel.19611.qInitResources_certificates.zip |
Even less than usual. |
I'm going to release the patches since this update is trivial. |
Released: |
$ git diff v76:src/versions/4.33.19608 v77:src/versions/4.33.19611diff --git a/libnickel.so.1.0.0.yaml/pgaskin.yaml b/libnickel.so.1.0.0.yaml/pgaskin.yaml
index 6738cb8..9d7ed50 100644
--- a/libnickel.so.1.0.0.yaml/pgaskin.yaml
+++ b/libnickel.so.1.0.0.yaml/pgaskin.yaml
@@ -529,7 +529,7 @@ Customize ComfortLight settings:
# In an unnamed subroutine two layers into FrontLightPopupController::loadView
# (find it by going back from QTime::addSecs), the times for the dropdown are
# generated into a QVector<QPair<QString, QTime>> with a simple loop.
- - BaseAddress: 0xCD7164 # find the base of the unnamed subroutine with the x-ref to _ZN5QTimeC1Eiiii
+ - BaseAddress: 0xCD75E4 # find the base of the unnamed subroutine with the x-ref to _ZN5QTimeC1Eiiii
#
# Change the initial hour / first bedtime dropdown item passed to the QTime
# constructor (mov r1, #21):
diff --git a/nickel.yaml/pgaskin.yaml b/nickel.yaml/pgaskin.yaml
index 801785a..ab8e92c 100644
--- a/nickel.yaml/pgaskin.yaml
+++ b/nickel.yaml/pgaskin.yaml
@@ -15,7 +15,7 @@ Remove forgot pin button from lock screen:
Removes the Forgot PIN -> Sign Out button from the lock screen.
If this is enabled and you forget your pin, you will need to
hard reset your Kobo.
- - BaseAddress: 0x17FEB42 # qss/PinCodeInputDialog.qss
+ - BaseAddress: 0x17FF472 # qss/PinCodeInputDialog.qss
- ReplaceZlib:
Find: "#lblForgotPin[qApp_deviceIsDragon=true],\n#lblSignOut[qApp_deviceIsDragon=true] {\n font-size: 26px;\n}"
Replace: "#lblForgotPin,#lblSignOut{qproperty-visible:false;}"
@@ -23,7 +23,7 @@ Remove forgot pin button from lock screen:
Increase size of kepub chapter progress chart:
- Enabled: no
- Description: Originally by oren64, rewritten for 4.16.13337 by pgaskin (geek1011).
- - BaseAddress: 0x1808F79 # qss/ReadingMenuStatsView.qss
+ - BaseAddress: 0x18098A9 # qss/ReadingMenuStatsView.qss
- ReplaceZlibGroup:
Replacements:
# Top padding is already set to 15px, 25px, 33px, vertical aligned to middle. |
The text was updated successfully, but these errors were encountered: