View Single Post
Old 05-29-2015, 02:01 PM   #111
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by freekobo View Post
Would it be possible to add a disable pinch to change font size on epubs for this version? The check box isn't working in this version(bug)
Here is an update of a patch from earlier firmware that was used to disable pinch and zoom before Kobo added the option to turn it off in the reading settings. I can't test it as I don't have an Aura:

Disable pinch-to-zoom font resizing: (paste into libnickel.so.1.0.0.patch)
Spoiler:
Code:
<Patch>
patch_name = `Disable pinch-to-zoom font resizing`
#
# Prevents the pinch gesture resizing the font when reading k/epubs (on Aura
# or other devices with a multitouch kernel). Pinch to zoom images still works.
#
patch_enable = `yes`
replace_bytes = 919C48, 04 46 2D ED 04 8B, BD E8 F0 8F 00 46
</Patch>
GeoffR is offline   Reply With Quote