Patrick Gaskin

Results 386 comments of Patrick Gaskin

Seems like you're missing the [search submenu](https://github.com/pgaskin/NickelMenu/blob/2e5819422d96acd03fc53811a6f44d1ee9aba443/src/nickelmenu.cc#L436). I'll take a closer look later.

I had completely forgotten about #131...

This one is much more complex since: - Dev mode telnet is gone. - Updates might be served from somewhere else (it may just be for tolinos though... time will...

Okay, so I've managed to get ahold of the firmware files... the API checks that the original version is >5.0.111111. https://ereaderfiles.kobo.com/firmwares/kobo12/May2024/tolino-qt6-recovery-5.0.175773.zip Also note that Tolino serial numbers start with T...

Some random preliminary notes: - For other people reading this, don't play with this update package if you don't know what you're doing... you don't want to mess up bl2...

They added the tolino equivalents of the Clara HD and Forma. | codename | family | id | name | | --- | --- | --- | --- | |...

Wrote a tool to extract the basic device info from the firmware: https://github.com/pgaskin/koboutils/commit/cea683a4efe3044e1a5b1603e3320ef15f3772e5 | ID | Codename | Family | Name | | --- | --- | --- | ---...

Also wrote a tool to extract firmware version info from the current kinds of update packages: https://github.com/pgaskin/koboutils/commit/633a819dcde081facdb81e63e96e272ca8a12586 ``` $ kobo-fwinfo kobo6-update-4.22.15190.zip kobo11-update-* tolino-qt6-recovery-5.0.175773.zip kobo6-update-4.22.15190.zip: KoboRoot.tgz package { version=4.22.15190 date=2020-06-22 revision=efcb227b40228eba2d7cd9565e892f19332faf16...

#### packages - All firmware is now served from `ereaderfiles.kobo.com`. Appears to be the same backend (cf proxied openresty proxied s3). - New devices are indeed MediaTek (tolino product pages...

**Resource extraction:** ```bash go run github.com/pgaskin/qrc/cmd/qrc2zip@latest --output nickel.21908.qInitResources_styles.zip --recursive --verbose nickel 1 26762560 26622584 26750920 go run github.com/pgaskin/qrc/cmd/qrc2zip@latest --output nickel.21908.qInitResources_resources.zip --recursive --verbose nickel 1 21737592 101096 21736112 go run github.com/pgaskin/qrc/cmd/qrc2zip@latest...