Skip to content

Commit

Permalink
Redid "Remove recommendations (row1col2) from home screen" again
Browse files Browse the repository at this point in the history
* Fixed quick tour not dismissing
* Simplified patch
  • Loading branch information
pgaskin committed May 10, 2019
1 parent 3756940 commit 2544d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/versions/4.14.12777/libnickel.so.1.0.0.yaml/geek1011.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ Remove recommendations (row1col2) from home screen:
- Description: |
By default, when there are less than 2 books open, a reccomendations
column shows in the top right of the home screen. This patch hides it.
# in HomePageController::getPrioritizedWidgetList():
# return from the function before adding top-right stuff by skipping parental controls check:
- ReplaceBytesNOP: {Offset: 0x8FD252, FindH: 20 B1}
# in HomePageView::configureTopRight(HomePageWidgets):
# always hide top-right widget:
- ReplaceBytesNOP: {Offset: 0x9047DA, FindH: 58 B1}

3 comments on commit 2544d2e

@lechoff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to change this patch? Do not delete, but replace "Recommendations" on "Series", "Authors" or "Collections"?

@pgaskin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that isn't really possible with the way it's implemented in the firmware.

@lechoff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick response.

It is very unfortunate that this cannot be realized. Since I would like that this hole would be closed by the used set: Series or Authors.

Please sign in to comment.