Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 12-20-2018, 09:28 AM   #151
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
The log file refers to line 734, that's in the third patch and should be this line:
Code:
# --> body,p{font-family:%1!important;}\n
Leonatus is offline   Reply With Quote
Old 12-20-2018, 09:32 AM   #152
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Quote:
Originally Posted by Leonatus View Post
The log file refers to line 734, that's in the third patch and should be this line:
Code:
# --> body,p{font-family:%1!important;}\n
Do you read the previous post?

Good luck.
jcn363 is offline   Reply With Quote
Old 12-20-2018, 09:39 AM   #153
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Quote:
The indent (spaces) is important.
I tried to make it as you proposed:
Code:
Un-Force user font-family in KePubs:
  - Enabled: yes
  - Description: |
      The KePub reader uses a very heavy-handed method of setting the font selected
      by the user, overriding all fonts set by the publisher in the book unless
      "Publisher Default" is selected.
      This patch lets the font-family set by the publisher in the KePub stylesheet
      override the font-family selected by the reader from the device in some
      cases, which allows a mix of user-selected and publisher-selected fonts.
      Alternatives 1-3 give increasing preference to the publisher-selected fonts.
  - FindBaseAddressString: "* { font-family: %1 !important; }\n"
    #
    # Alternative 1:
    #     * { font-family: %1 !important; }\n
    # --> div,p{font-family:%1!important; }\n
# - ReplaceString:
#     Offset: 0
#     Find: "* { font-family: %1 !important; }\n"
#     Replace: "div,p{font-family:%1!important; }\n"
#     MustMatchLength: yes
   #
   # Alternative 2: (Similar to ePub default)
   #     * { font-family: %1 !important; }\n
   # --> body,p{font-family:%1!important;}\n
 - ReplaceString:
     Offset: 0
     Find: "* { font-family: %1 !important; }\n"
     Replace: "body,p{font-family:%1!important;}\n"
     MustMatchLength: yes
    #
    # Alternative 3: (similar to ePub with `Un-force font-family override p tags`)
    #     * { font-family: %1 !important; }\n
    # --> body{font-family:%1 !important; }\n
# - ReplaceString:
#     Offset: 0
#     Find: "* { font-family: %1 !important; }\n"
#     Replace: "body{font-family:%1 !important; }\n"
#     MustMatchLength: yes
but with no result. Shouldn't the values be set to "y"?

Last edited by Leonatus; 12-20-2018 at 09:42 AM. Reason: Edit: The line in question is the red one.
Leonatus is offline   Reply With Quote
Old 12-20-2018, 09:43 AM   #154
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
The last one seems malformed too...
Code:
 - ReplaceString:
must be
Code:
  - ReplaceString:
2 spaces at the beginning.
Let's see the end of /out/log.txt is important to know where the error is.

Good luck.

Last edited by jcn363; 12-20-2018 at 09:56 AM. Reason: code
jcn363 is offline   Reply With Quote
Old 12-20-2018, 09:58 AM   #155
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Quote:
Originally Posted by jcn363 View Post
The last one seems malformed too...
Let's see the end of /out/log.txt is important to know where the error is.

Good luck.
Yes, yes, yes! There must have been some error in my own settings. After copying/pasting your code, there was an error message concerning the last patch. I simply set the "- replace string" one space to the left, then it worked.
Thank you so much!
Leonatus is offline   Reply With Quote
Old 12-20-2018, 08:28 PM   #156
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Can we take the discussion of the patches to the patch threads? This is especially discussion of problems with them or applying them. These threads should be about discussing the firmware version and issues with them. Mention of the patches is fine, especially if a particular patch fixes a problem someone is having, but there are threads for the detailed discussion of the patches and how to use them.
davidfor is offline   Reply With Quote
Old 12-21-2018, 01:35 AM   #157
Dshine
Junior Member
Dshine began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2018
Device: Kobo Aura
Does any one experience battery drainage with this update on kobo aura (1st edition)? Mine only last for 3 days since 100% charged.
Dshine is offline   Reply With Quote
Old 12-21-2018, 03:08 AM   #158
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Quote:
Originally Posted by davidfor View Post
Can we take the discussion of the patches to the patch threads?
Sorry, once more. I only had recognized that I was in the wrong thread when it was already too late.
Leonatus is offline   Reply With Quote
Old 12-21-2018, 05:47 AM   #159
s4nder
Connoisseur
s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.
 
Posts: 75
Karma: 546874
Join Date: Sep 2010
Location: Estonia
Device: Kobo Aura One
Has anyone found a way to force smaller top and bottom margins for full screen reading with the new firmware? I'm wasting several lines' worth of space now.
s4nder is offline   Reply With Quote
Old 12-21-2018, 05:59 AM   #160
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
Quote:
Originally Posted by s4nder View Post
Has anyone found a way to force smaller top and bottom margins for full screen reading with the new firmware? I'm wasting several lines' worth of space now.
Yes, @GeoffR has done it. Please show this posting.
Martina Schein is offline   Reply With Quote
Old 12-21-2018, 09:49 AM   #161
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,122
Karma: 105211945
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Bugs in this Firmware on Kobo H2O original:
1) Impossible to select a word or phrase on last line in "no footer" mode. It rapidly turns pages, even if near the middle of the screen. Page turn to swipe only doesn't fix it.

2)Wifi sometimes presents list of airpoints instead of connecting.

3) Old bug still not fixed: Turn off & on too quickly (flip sleep cover or press button twice), which can happen by accident and "Touch" is disabled. Sleep for a longer period usually fixes it. Sometimes needs a reset. I'm thinking it's not crashed or frozen as sleep cover/ active page appears and usually closing cover for count of 15 (or button) fixes it.
Quoth is offline   Reply With Quote
Old 12-21-2018, 09:52 AM   #162
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,122
Karma: 105211945
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by Dshine View Post
Does any one experience battery drainage with this update on kobo aura (1st edition)? Mine only last for 3 days since 100% charged.
My battery life seems to have improved (Original H2O). Do you leave WiFi on? I always disable WiFi after a Wikipedia or Google search when dictionary doesn't suffice (why can't we set text & URLS for those on page where SM accounts are, and set URLS & text for those? Facebook & Google breaking EU & USA laws right now).
Quoth is offline   Reply With Quote
Old 12-21-2018, 10:49 AM   #163
ZodWallop
Gentleman and scholar
ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.
 
ZodWallop's Avatar
 
Posts: 11,479
Karma: 111164374
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
Quote:
Originally Posted by Dshine View Post
Does any one experience battery drainage with this update on kobo aura (1st edition)? Mine only last for 3 days since 100% charged.
I haven't noticed that, no.

My battery is currently at 100%. I'll try not charging it and not sideloading anything over the weekend and see where it is at on Monday.

(As Frustrated said, I also leave my WiFi off and always have. But I wouldn't think that alone would cause sudden, rapid battery drain.)

Last edited by ZodWallop; 12-21-2018 at 10:51 AM.
ZodWallop is offline   Reply With Quote
Old 12-21-2018, 11:01 AM   #164
Tuneraider
Connoisseur
Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.Tuneraider ought to be getting tired of karma fortunes by now.
 
Posts: 50
Karma: 483062
Join Date: Dec 2018
Device: Kobo, Kindle, Tolino, Nook
Calibre Updated to 3.36

Release: 3.36 [21 Dec, 2018]
New features
Happy Holidays to everyone!
Kobo driver: Add supported for newly released firmware update

Also the was a new update for the Kobo desktop since I'd last used it.
Tuneraider is offline   Reply With Quote
Old 12-21-2018, 11:03 AM   #165
Uschiekid
Tenrec
Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.Uschiekid ought to be getting tired of karma fortunes by now.
 
Posts: 724
Karma: 1076988
Join Date: Oct 2012
Device: Kobo Aura One, Kobo Glo
I can't remember if I ever tried this on the last (for Aura One) firmware, but I've found a bug with this firmware in PDFs.

I turn the PDF to be landscape. If I use the double tap method, the bug doesn't occur (but since it zooms too much or too little and then divides the screen into 4, which means to read one line, I have to slide back and forth, it is not much good for me). But if I zoom to a custom level, it treats the page as if it is still in portrait mode (if you look at the small diagram, it is showing the zoomed bit of page to be the wrong direction, compared to what it actually is, and is claiming that the whole page vertically is visible, which it is not), and there is no way to get to the top of the page (because it believes it is showing it already). Swiping up doesn't move you to the very top of the document (which is sometimes ok, if there is a title "bar"), swiping down seems to work, even though the "this is what's zoomed in box" is still portrait, it does move to the bottom of the page. But no matter how much I swipe up, it claims it is showing the top, but it isn't.

When I am testing it at the moment, it is landscape, zoomed to 175%, and I'm pretty sure it is a normal letter sized document with normal margins. I say this because in the past, I have chopped the margins off of documents so they were "pre-zoomed" on my kobo. I also tested at 225% zoomed, seems to be the same. Can't get to the top. I also tested it with an irregular document (without 4 even margins and a title "bar", only has page number at the top middle) and this does mean that I can't read the top of the document at all when zoomed in on landscape. I miss several lines of text.

Also weirdly, even when zoomed in, a tap would move to the next page, but if you want to go back, it is as before (swipe backwards, press black bar with arrow). This is not the case when double tapped in, in that case you have to zoom back out (or with Forma use the buttons) before you can get to the next page. I think maybe if I play with it, being able to turn the page without zooming out, might be good, but when I was trying to test this other issue, it was sure annoying.

If this has already been documented, sorry, I try to keep up and I don't recall seeing it.

Edit: actually even zoomed in (not using double tap), it turns pages both directions by tapping. And at the moment, I can't get the menu to come up, so I can't get out of the document ;-p I'll try a bit more, but I might have to resort to powering off.

Double Edit: Re: getting menu to show. I am an idiot. Because the menu comes up in the normal place, I was hitting the normal spot. But I of course needed to be hitting the side of the device (which is now the bottom in landscape).

See photos in next post to see the issue.

Last edited by Uschiekid; 12-21-2018 at 11:59 AM.
Uschiekid is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOBO firmware ciemiku Devices 6 08-26-2015 11:40 PM
Kobo Firmware 3.11.0 DNSB Kobo Reader 465 04-05-2015 06:07 PM
Kobo Firmware 2.4.0 kaikara Kobo Reader 253 04-15-2013 10:55 AM
Glo Kobo Firmware 2.3.1 danskmacabre Kobo Reader 304 02-07-2013 01:52 AM


All times are GMT -4. The time now is 07:35 PM.


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