Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-10-2014, 08:38 AM   #661
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,511
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
The size of this and some other threads is why I had suggested some time back creating wiki pages to hold the pertinent data. Imagine for instance the ease of a single, easily maintained wiki page for each f/w version detailing the patches for that version.
PeterT is offline   Reply With Quote
Old 01-10-2014, 10:09 AM   #662
Martina Schein
eBook-Reader-Fan
Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.
 
Martina Schein's Avatar
 
Posts: 175
Karma: 444178
Join Date: Sep 2012
Location: Saarbruecken / DE
Device: Kobo Aura H2O 2nd Edition
Thumbs up Thank you verry much

Quote:
Originally Posted by GeoffR View Post
I've just added these patches to the example kpg.conf for firmware 3.1.1 (761b066420) attached to post #605.
Thanks a lot, GeoffR.
Martina Schein is offline   Reply With Quote
Advert
Old 01-10-2014, 10:32 AM   #663
erikssenmar867
Connoisseur
erikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of light
 
Posts: 58
Karma: 12028
Join Date: Nov 2013
Device: Kobo Aura H2O
Quote:
Originally Posted by GeoffR View Post
Here are two extra patches I use on my Glo, for firmware 3.1.1 (761b066420):

A replacement for the standard line spacing patch which is a little more complicated to configure but allows an extra 4 values on the line spacing slider;
Spoiler:
Code:
<Patch>
patch_name = `My 14 line spacing values` 
patch_enable = `yes`
# Bypass code-injected values 1.0, 1.2, 1.5, 2.0, 3.0
#replace_bytes = 73FA4E, 35 F6 BE EB, 00 46 00 46
#replace_bytes = 73FA9C, 35 F6 96 EB, 00 46 00 46
#replace_bytes = 73FAC2, 35 F6 84 EB, 00 46 00 46
replace_bytes = 73FAF8, 35 F6 68 EB, 00 46 00 46
#replace_bytes = 73FB54, 35 F6 3A EB, 00 46 00 46
#
# Table A
# E0 = 0.50,   E1 = 0.53125,  E2 = 0.5625,  E3 = 0.59375
# E4 = 0.625,  E5 = 0.65625,  E6 = 0.6875,  E7 = 0.71875
# E8 = 0.75,   E9 = 0.78125,  EA = 0.8125,  EB = 0.84375
# EC = 0.875,  ED = 0.90625,  EE = 0.9375,  EF = 0.96875
# F0 = 1.0,    F1 = 1.0625,   F2 = 1.125,   F3 = 1.1875
# F4 = 1.25,   F5 = 1.3125,   F6 = 1.375,   F7 = 1.4375
# F8 = 1.5     ...
#
# Table B                      ...            E7=0.725
# E8 = 0.75625,  E9 = 0.7875,  EA = 0.81875,  EB = 0.85
# EC = 0.88125,  ED = 0.9125,  EE = 0.94375,  EF = 0.975
# F0 = 1.0125,   F1 = 1.075,   F2 = 1.1375,   F3 = 1.2
# F4 = 1.2625    F5 = 1.325    F6 = 1.3875,   F7 = 1.45
# F8 = 1.5125    ...
#
# First code-injected value 1.0
# Replace byte with a value from table A:
replace_bytes = 73FA42, F0, E8
#
# Second code-injected value 1.2
# Replace byte with a value from table B:
replace_bytes = 73FA92, F3, EB
#
# Third code-injected value 1.5
# Replace byte with a value from table A:
replace_bytes = 73FAB8, F8, ED
#
# Last code-injected value 3.0
# Select Table A:
replace_bytes = 73FB48, C4 F2, C3 F6
replace_bytes = 73FB4B, 03, 73
# Replace byte with a value from table A.
replace_bytes = 73FB4A, 08, F4
#
# Other values for replace
#                       1.0   0.75
replace_float = 73FB98, 1.05, 0.765
replace_float = 73FBA0, 1.07, 0.80
replace_float = 73FBA8, 1.1,  0.83
#                       1.2   0.85
replace_float = 73FBB0, 1.35, 0.865
#                       1.5   0.90625
replace_float = 73FBB8, 1.7,  0.925
replace_float = 73FBC0, 1.8,  0.95
#                       2.0   ----
replace_float = 73FBC8, 2.2,  1.0
replace_float = 73FBD0, 2.4,  1.05
replace_float = 73FBD8, 2.6,  1.1
replace_float = 73FBE0, 2.8,  1.175
#                       3.0   1.25
</Patch>


and a patch to prevent the AndroidBookLoadTablet_Aspect.parsed cover image file being downloaded or generated, which fixes a problem with the cover image for kepubs not being displayed on the book details screen if wifi is turned off.
Spoiler:
Code:
<Patch>
patch_name = `Avoid generating/downloading redundant cover image`
patch_enable = `yes`
replace_string = 1104FA4, `AndroidBookLoadTablet_Aspect`, `N3_LIBRARY_FULL`
</Patch>
Hi GeoffR,
i'd want to use the patch "My 14 line spacing values", but i do not understand how to edit it.
i'd want to use these values for line spacing: 0,7; 0,8; 0,9; 1,05; 1,07; 1,1; 1,15; 1,2; 1,25; 1,3; 1,35; 1,4; 1,45; 1,5
Can you help me?
And an other question: if i enable this patch, do i have to disable the other patch "My line spacing values"?
erikssenmar867 is offline   Reply With Quote
Old 01-10-2014, 08:10 PM   #664
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 erikssenmar867 View Post
Hi GeoffR,
i'd want to use the patch "My 14 line spacing values", but i do not understand how to edit it.
i'd want to use these values for line spacing: 0,7; 0,8; 0,9; 1,05; 1,07; 1,1; 1,15; 1,2; 1,25; 1,3; 1,35; 1,4; 1,45; 1,5
The extra four values can only be chosen from the tables A or B listed in the patch. (I could make a custom patch that would use other values, but then it becomes even more complicated to explain.)

For example you could have: A; 0.8; 0.9; 1.05; B; 1.1; A; 1.2; 1.25; 1.3; 1.35; 1.4; 1.45; A; where the As and Bs are chosen from the appropriate tables.

The closest to your example would be: 0.6875; 0.8; 0.9; 1.05; 1.075; 1.1; 1.1875; 1.2; 1.25; 1.3; 1.35; 1.4; 1.45; 1.5;
Spoiler:
Code:
<Patch>
patch_name = `My 14 line spacing values` 
patch_enable = `yes`
# Bypass code-injected values 1.0, 1.2, 1.5, 2.0, 3.0
#replace_bytes = 73FA4E, 35 F6 BE EB, 00 46 00 46
#replace_bytes = 73FA9C, 35 F6 96 EB, 00 46 00 46
#replace_bytes = 73FAC2, 35 F6 84 EB, 00 46 00 46
replace_bytes = 73FAF8, 35 F6 68 EB, 00 46 00 46
#replace_bytes = 73FB54, 35 F6 3A EB, 00 46 00 46

# Table A
# E0 = 0.50,   E1 = 0.53125,  E2 = 0.5625,  E3 = 0.59375
# E4 = 0.625,  E5 = 0.65625,  E6 = 0.6875,  E7 = 0.71875
# E8 = 0.75,   E9 = 0.78125,  EA = 0.8125,  EB = 0.84375
# EC = 0.875,  ED = 0.90625,  EE = 0.9375,  EF = 0.96875
# F0 = 1.0,    F1 = 1.0625,   F2 = 1.125,   F3 = 1.1875
# F4 = 1.25,   F5 = 1.3125,   F6 = 1.375,   F7 = 1.4375
# F8 = 1.5     ...
#
# Table B                      ...            E7=0.725
# E8 = 0.75625,  E9 = 0.7875,  EA = 0.81875,  EB = 0.85
# EC = 0.88125,  ED = 0.9125,  EE = 0.94375,  EF = 0.975
# F0 = 1.0125,   F1 = 1.075,   F2 = 1.1375,   F3 = 1.2
# F4 = 1.2625    F5 = 1.325    F6 = 1.3875,   F7 = 1.45
# F8 = 1.5125    ...

# First code-injected value 1.0
# Replace byte with a value from table A:
replace_bytes = 73FA42, F0, E6

# Second code-injected value 1.2
# Replace byte with a value from table B:
replace_bytes = 73FA92, F3, F1

# Third code-injected value 1.5
# Replace byte with a value from table A:
replace_bytes = 73FAB8, F8, F3

# Last code-injected value 3.0
# Select Table A:
replace_bytes = 73FB48, C4 F2, C3 F6
replace_bytes = 73FB4B, 03, 73
# Replace byte with a value from table A.
replace_bytes = 73FB4A, 08, F8

# Other values for replace
#                       1.0   0.6875
replace_float = 73FB98, 1.05, 0.8
replace_float = 73FBA0, 1.07, 0.9
replace_float = 73FBA8, 1.1,  1.05
#                       1.2   1.075
replace_float = 73FBB0, 1.35, 1.1
#                       1.5   1.1875
replace_float = 73FBB8, 1.7,  1.2
replace_float = 73FBC0, 1.8,  1.25
#                       2.0   ----
replace_float = 73FBC8, 2.2,  1.3
replace_float = 73FBD0, 2.4,  1.35
replace_float = 73FBD8, 2.6,  1.4
replace_float = 73FBE0, 2.8,  1.45
#                       3.0   1.5
</Patch>


The only difficulty is that 1.1875 is very close to 1.2; You could leave out the 1.1875 and 1.45 values and use just 13 values instead: 0.6875; 0.8; 0.9; 1.05; 1.075; 1.1; 1.15; 1.2; 1.25; 1.3; 1.35; 1.4; 1.5;
Spoiler:
Code:
<Patch>
patch_name = `My 14 line spacing values` 
patch_enable = `yes`
# Bypass code-injected values 1.0, 1.2, 1.5, 2.0, 3.0
#replace_bytes = 73FA4E, 35 F6 BE EB, 00 46 00 46
#replace_bytes = 73FA9C, 35 F6 96 EB, 00 46 00 46
replace_bytes = 73FAC2, 35 F6 84 EB, 00 46 00 46
replace_bytes = 73FAF8, 35 F6 68 EB, 00 46 00 46
#replace_bytes = 73FB54, 35 F6 3A EB, 00 46 00 46

# Table A
# E0 = 0.50,   E1 = 0.53125,  E2 = 0.5625,  E3 = 0.59375
# E4 = 0.625,  E5 = 0.65625,  E6 = 0.6875,  E7 = 0.71875
# E8 = 0.75,   E9 = 0.78125,  EA = 0.8125,  EB = 0.84375
# EC = 0.875,  ED = 0.90625,  EE = 0.9375,  EF = 0.96875
# F0 = 1.0,    F1 = 1.0625,   F2 = 1.125,   F3 = 1.1875
# F4 = 1.25,   F5 = 1.3125,   F6 = 1.375,   F7 = 1.4375
# F8 = 1.5     ...
#
# Table B                      ...            E7=0.725
# E8 = 0.75625,  E9 = 0.7875,  EA = 0.81875,  EB = 0.85
# EC = 0.88125,  ED = 0.9125,  EE = 0.94375,  EF = 0.975
# F0 = 1.0125,   F1 = 1.075,   F2 = 1.1375,   F3 = 1.2
# F4 = 1.2625    F5 = 1.325    F6 = 1.3875,   F7 = 1.45
# F8 = 1.5125    ...

# First code-injected value 1.0
# Replace byte with a value from table A:
replace_bytes = 73FA42, F0, E6

# Second code-injected value 1.2
# Replace byte with a value from table B:
replace_bytes = 73FA92, F3, F1

# Third code-injected value 1.5
# Replace byte with a value from table A:
replace_bytes = 73FAB8, F8, F3

# Last code-injected value 3.0
# Select Table A:
replace_bytes = 73FB48, C4 F2, C3 F6
replace_bytes = 73FB4B, 03, 73
# Replace byte with a value from table A.
replace_bytes = 73FB4A, 08, F8

# Other values for replace
#                       1.0   0.6875
replace_float = 73FB98, 1.05, 0.8
replace_float = 73FBA0, 1.07, 0.9
replace_float = 73FBA8, 1.1,  1.05
#                       1.2   1.075
replace_float = 73FBB0, 1.35, 1.1
#                       1.5   ----
replace_float = 73FBB8, 1.7,  1.15
replace_float = 73FBC0, 1.8,  1.2
#                       2.0   ----
replace_float = 73FBC8, 2.2,  1.25
replace_float = 73FBD0, 2.4,  1.3
replace_float = 73FBD8, 2.6,  1.35
replace_float = 73FBE0, 2.8,  1.4
#                       3.0   1.5
</Patch>


Edit: third example deleted

Quote:
And an other question: if i enable this patch, do i have to disable the other patch "My line spacing values"?
Yes.

Last edited by GeoffR; 01-10-2014 at 08:19 PM. Reason: example deleted
GeoffR is offline   Reply With Quote
Old 01-13-2014, 03:08 AM   #665
erikssenmar867
Connoisseur
erikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of lighterikssenmar867 is a glorious beacon of light
 
Posts: 58
Karma: 12028
Join Date: Nov 2013
Device: Kobo Aura H2O
thank you very much GeoffR. I had success
I hope you will do this job also for next firmware releases, it's wonderful!
erikssenmar867 is offline   Reply With Quote
Advert
Old 01-13-2014, 06:27 AM   #666
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by GeoffR View Post
I have updated the file in post #605 with this patch now.
Perfect again my friend, thanks !
Nick_1964 is offline   Reply With Quote
Old 01-17-2014, 12:01 PM   #667
SONOiO
Junior Member
SONOiO began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura
Hello, I have the Aura running 3.1.1 and I tried the kpg.conf from Post #605 with the patcher for firmware 2.86 (replacing the included kpg.conf). But when I try to run kpg.exe I get the message

File "<string>", line 170, in <module>
TypeError "NoneType" objekt is not iterable

Can somebody tell me where I make a mistake??

Thanks, SONOiO
SONOiO is offline   Reply With Quote
Old 01-17-2014, 12:16 PM   #668
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by SONOiO View Post
Hello, I have the Aura running 3.1.1 and I tried the kpg.conf from Post #605 with the patcher for firmware 2.86 (replacing the included kpg.conf). But when I try to run kpg.exe I get the message

File "<string>", line 170, in <module>
TypeError "NoneType" objekt is not iterable

Can somebody tell me where I make a mistake??

Thanks, SONOiO
You have to use the patch for 3.0.1 (patcher 11) and extract the right (3.1.1) libnickel file.
See here for how to get the right libnickel:
https://www.mobileread.com/forums/sho...&postcount=549
Patcher version 11 is needed to : http://rghost.net/50558386
For a good kpg.conf see here:
https://www.mobileread.com/forums/sho...&postcount=605
Your mistake is that the libnickel version you used is wrong, you have to take the libnickel voor version 3.1.1 and the patcher version is wrong, you need version 11.

Thanks for all who helped me pointing out how to do it, so I can point you out now how to do it.
I hope post 1 can be updated for patcher 11 because it is all a bit fragmented now

Last edited by Nick_1964; 01-17-2014 at 12:47 PM.
Nick_1964 is offline   Reply With Quote
Old 01-17-2014, 04:31 PM   #669
SONOiO
Junior Member
SONOiO began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura
Great, it is working again, thank you very much, Nick_1964. And you are right, the information is wide spread, all these posts are 50 pages or so. Maybe there should be a sticky post with no questions asked?

Thanks again, have to go reading! :-)
SONOiO is offline   Reply With Quote
Old 01-17-2014, 04:38 PM   #670
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by SONOiO View Post
Great, it is working again, thank you very much, Nick_1964. And you are right, the information is wide spread, all these posts are 50 pages or so. Maybe there should be a sticky post with no questions asked?

Thanks again, have to go reading! :-)
No thanks at all, I was wondering before you how on earth must it be done.
I got a lot of help from a lot of friendly people on this forum, and I found all the posts needed,so it was easy for me now to point you in the right direction, but none of the articles is from my hand so again,no thanks.
I think the person of post one "must" update the post, for now I think my post contain enough information bundled it all
By the way, more "patches" can be found here :
https://www.mobileread.com/forums/sho...d.php?t=218376
Nick_1964 is offline   Reply With Quote
Old 01-18-2014, 02:27 PM   #671
dedalos
Member
dedalos began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2012
Device: kobo GLO
Quote:
Originally Posted by GeorgK View Post
The footer patch seemingly does not work with my AuraHD

Regards
Georg
In my aura hd the footer does not work.....
dedalos is offline   Reply With Quote
Old 01-18-2014, 02:34 PM   #672
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by dedalos View Post
In my aura hd the footer does not work.....
It works on mine Aura HD. ( in epub )
Spoiler:

# Decrease footer example for Aura HD
replace_xor_9C = 13FD538, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproperty-footerMargin: 15;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 31px;\n\tfont-family: Amasis;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}\x00`
Nick_1964 is offline   Reply With Quote
Old 01-18-2014, 02:55 PM   #673
dedalos
Member
dedalos began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2012
Device: kobo GLO
Quote:
Originally Posted by Nick_1964 View Post
It works on mine Aura HD. ( in epub )
Spoiler:

# Decrease footer example for Aura HD
replace_xor_9C = 13FD538, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproperty-footerMargin: 15;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 31px;\n\tfont-family: Amasis;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}\x00`
The file in post 605 have the footer that doesn't work. Can you post your . tgz for me please
dedalos is offline   Reply With Quote
Old 01-18-2014, 03:56 PM   #674
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by dedalos View Post
The file in post 605 have the footer that doesn't work. Can you post your . tgz for me please
Whats your version of the firmware ? The file in post 605 works just fine on 3.1.1.
See https://www.mobileread.com/forums/sho...&postcount=668
Nick_1964 is offline   Reply With Quote
Old 01-18-2014, 11:43 PM   #675
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 PeterT View Post
The size of this and some other threads is why I had suggested some time back creating wiki pages to hold the pertinent data. Imagine for instance the ease of a single, easily maintained wiki page for each f/w version detailing the patches for that version.
Perhaps we should start a new thread for each new firmware version, with the opening post containing the set of patches and instructions on how to apply them for that specific firmware version.
GeoffR is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo How to import reading Life Statistics from Kobo Touch to Kobo Glo? the_m Kobo Reader 5 12-13-2012 03:40 PM
$25 gift card w. purchase of Kobo Touch or Kobo Vox at Frys sufue Deals and Resources (No Self-Promotion or Affiliate Links) 0 07-15-2012 10:39 AM
Touch Kobo Touch defective after 3 months and Kobo Customer Support useless shaf Kobo Reader 5 12-04-2011 05:10 PM
Touch Kobo Touch not ejecting cleanly with Calibre OR Kobo Desktop - Windows 7 JBlyth Kobo Reader 11 08-03-2011 05:38 PM
Kobo Touch not disconnecting properly from Calibre OR Kobo Desktop - Windows 7 JBlyth Devices 1 08-03-2011 06:50 AM


All times are GMT -4. The time now is 05:49 AM.


MobileRead.com is a privately owned, operated and funded community.