View Single Post
Old 05-13-2016, 03:19 PM   #135
pipcat
Connoisseur
pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.pipcat ought to be getting tired of karma fortunes by now.
 
Posts: 65
Karma: 200153
Join Date: Apr 2016
Device: Kobo Glo Hd
Quote:
Originally Posted by oren64 View Post
Patch to `Increasing The View Details Container`

Multi-version patch: 3.17.0-3.19.5761+
libnickel.so.1.0.0.patch
Spoiler:
Code:
<Patch>
patch_name = `Increasing The View Details Container`
patch_enable = `yes`
find_base_address = `qproperty-topMargin: 0;\n\tqproperty-leftMargin: 20;`
#<<Bottom margin top container >>
# Touch
#replace_string = 0050, `qproperty-bottomMargin: 10;`, `qproperty-bottomMargin: 05;`
# Glo\Aura
#replace_string = 00ED, `qproperty-bottomMargin:15;`, `qproperty-bottomMargin:10;`
# Aura HD\H2O
#replace_string = 0188, `qproperty-bottomMargin: 25;`, `qproperty-bottomMargin: 15;`
#<<reducing the book Info>>
# Touch
replace_string = 01D9, `min-height: 300px;`, `min-height: 200px;`
replace_string = 01ED, `max-height: 300px;`, `max-height: 200px;`
#Glo\Aura
replace_string = 0233, `min-height: 390px;`, `min-height: 230px;`
replace_string = 0247, `max-height: 390px;`, `max-height: 230px;`
# Aura HD\H2O
replace_string = 028C, `min-height: 550px;`, `min-height: 320px;`
replace_string = 02A0, `max-height: 550px;`, `max-height: 320px;`
#
find_base_address = `#details[qApp_deviceIsTrilogy="true"]`
#<<Increasing the details (text) Container>>
# Touch
replace_string = 0029, `min-height: 292px;`, `min-height: 390px;`
replace_string = 003D, `max-height: 292px;`, `max-height: 390px;`
# Glo\Aura
replace_string = 007C, `min-height: 365px;`, `min-height: 515px;`
replace_string = 0090, `max-height: 365px;`, `max-height: 515px;`
# Aura HD\H2O
replace_string = 00CE, `min-height: 560px;`, `min-height: 760px;`
replace_string = 00E2, `max-height: 560px;`, `max-height: 760px;`
</Patch>

Notes:
I only try this patch on my Kobo Glo FW 3.13.1, if there is overlapping or the text is cut, you can change the values in the patch.
Nice, thx ;-) For Kobo Glo Hd the values must be changed as "Aura HD\H2O" (qApp_deviceIsDragon="true"). I get better results with this values:
Spoiler:
<Patch>
patch_name = `Increasing The View Details Container`
patch_enable = `yes`
find_base_address = `qproperty-topMargin: 0;\n\tqproperty-leftMargin: 20;`
# Glo Hd
replace_string = 028C, `min-height: 550px;`, `min-height: 400px;`
replace_string = 02A0, `max-height: 550px;`, `max-height: 400px;`
#
find_base_address = `#details[qApp_deviceIsTrilogy="true"]`
# Glo Hd
replace_string = 00CE, `min-height: 560px;`, `min-height: 710px;`
replace_string = 00E2, `max-height: 560px;`, `max-height: 710px;`
</Patch>
pipcat is offline   Reply With Quote