Support OS 3.28 — update AppLoad sidebar QML hooks#62
Closed
frapeti wants to merge 1 commit into
Closed
Conversation
|
This is a duplicate PR of #59 and appears to be AI slop. |
Owner
|
You literally stole the commit from the other PR, then re-submitted it. 3.28 is still a beta, that's why #59 is not merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
On reMarkable OS 3.28+, the current AppLoad release (v0.5.3) crash-loops
xochitlduring xovi startup:The Qt resource hashtab is present — the failure is that AppLoad’s sidebar hook targets no longer exist after the 3.28 UI refactor. This is separate from the hashtab rebuild issue reported in MaximeRivest/remagic#2.
This PR updates
xovi/template/appload.qmdto hook into the new navigator/sidebar tree on 3.28.What changed
xovi/template/appload.qmd— retarget the AppLoad launcher entry in the main UI for the 3.28 QML tree (updated traverse/locate hashes, simplified sidebar button wiring, removed obsolete rebuild block).src/qtfb/fbmanagement.cpp— minor fix included in the same patch set.Verification
Built
appload.sofor aarch64 with the reMarkable Ferrari SDK (5.7.119) and deployed to a Paper Pro (Ferrari), OS 3.28.0.162:/home/root/xovi/debug//home/root/xovi/start— no panic[qmldiff]: Loaded external AppLoad hooks in main UICompatibility
This hook update is breaking for OS ≤3.27 (as noted in #59). Recommend tagging a release clearly scoped to 3.28+ (e.g.
v0.5.4-3.28) or documenting minimum OS in release notes until 3.28 is widespread.Related
Made with Cursor