View Single Post
Old 09-11-2024, 04:25 PM   #191
jaydee34983
Member
jaydee34983 began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Apr 2024
Device: Kobo Libra Colour
I'm looking at the patch for "Hide Browser from Beta Features":

Hide browser from beta features:
- Enabled: no
- Description: Hides the built-in browser from beta features.
- ReplaceBytes:
Base: "N3SettingsExtrasView::N3SettingsExtrasView(QWidge t*)"
Offset: 1530
FindInstBLX: {SymPLT: "Device::isParentalControlEnabled() const"}
ReplaceH: 4F F0 01 00
- ReplaceBytes:
Base: {Sym: "SelectionMenuController::setupMainOptions()"}
Offset: 194
FindInstBLX: {SymPLT: "Device::isParentalControlEnabled() const"}
ReplaceH: 4F F0 01 00


It seems that in the "SelectionMenuController" the web browser/wikipedia access is in two places, not just one and this only removes it from one place.

Right now it's removed from the drop-down box when you press/select a word, but there's also a dictionary definition popup with the Wikipedia & Web browser logos that are still present/enabled. Is it the same "Base" and just need to find the right "Offset" to remove it from the definition box?

Thanks.
jaydee34983 is offline   Reply With Quote