View Single Post
Old 05-29-2015, 06:25 PM   #112
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Quote:
Originally Posted by GeoffR View Post
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>
Tested and working, perfectly on my Aura.
Thank you very much
Question; How is it that you make these patches? Do you use a special program to find the code to patch or something?

Last edited by freekobo; 05-29-2015 at 06:28 PM.
freekobo is offline   Reply With Quote