|  02-27-2020, 12:56 AM | #466 | 
| Zealot            Posts: 114 Karma: 26552 Join Date: Jan 2017 Device: Kobo Forma | 
			
			Any progress on the auto rotate patch so it can stay in place your preferred way in portrait?  Mine keeps on rotating upside down everytime i turn it on and if i slightly tilt it.
		 | 
|   |   | 
|  03-03-2020, 07:21 AM | #467 | 
| Librocubicularist            Posts: 617 Karma: 11908623 Join Date: Dec 2013 Location: Germany Device: PocketBook InkPad 3 & Touch HD 3, Kobo Clara HD, Kindle Paperwhite 5 | 
			
			The new larger footnote pop-up in firmware 4.20.14601 doesn't really make sense when half of it or more stays empty. Would it be possible to get the old size back again with a patch, i.e. to adjust it to the size of the footnote text?
		 | 
|   |   | 
|  03-04-2020, 09:08 AM | #468 | 
| Enthusiastic reader            Posts: 424 Karma: 3880485 Join Date: Mar 2017 Location: Italy Device: Kindle paperwhite3, Kobo aura one, kobo touch 2.0, Kobo Clara HD,Poke2 | 
				
				Patch possible (??)
			 
			
			Is it possible to write a patch that pressing on a word open rightly the full screen window of the pop up dictionary?? Maybe choosing if with the keyboard ready to type or not?! | 
|   |   | 
|  03-04-2020, 05:28 PM | #469 | 
| Evangelist            Posts: 495 Karma: 356531 Join Date: Jul 2016 Location: 'burta, Canada Device: Kobo Glo HD | 
			
			A version of Increase library cover size but for the Series tab in firmware 4.20+. It's a cool feature but I was trying to figure out why list view looked off to me, and I think it's because it's using the original thumbnail size rather than the larger one used in the My Books tab. Messes with my OCD, lol.
		 | 
|   |   | 
|  03-04-2020, 06:37 PM | #470 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 Your info panel says you have a GloHD so try adding this test patch (for Dragon devices only at the moment, i.e. AuraHD, H2O, GloHD, ClaraHD) to wherever you keep your custom patches for nickel.yaml Code: test Increase Series list cover thumbnails:
  - Enabled: no
  - Description: Series list. Enlarge cover thumbnails
  - FindZlib: "#seriesCoverPack"
  - ReplaceZlibGroup:
      Replacements:
        # #seriesWidgetContainer reduce top/bottom margins of each entry
        - {Find: "topMargin: 14px;", Replace: "topMargin: 5px;"}       # Dragon
        - {Find: "bottomMargin: 14px;", Replace: "bottomMargin: 0px;"} # Dragon
        # #seriesCoverPack increase cover thumbnail
        - {Find: "width: 108px;",  Replace: "width: 141px;"}  # Dragon
        - {Find: "height: 175px;", Replace: "height: 200px;"} # Dragon
        # all models #hBooks Move bookcount line up & away from horizontal gridline
        - Find:    "#hBooks {\n  padding-left: 0px;\n  padding-bottom: 0px;"
          Replace: "#hBooks {\n  padding-left: 0px;\n  padding-bottom:20px;"Code: test Reduce height of page navigator arrows:
  - Enabled: no
  - Description: Change page navigator footer height - booklist, serieslist
  - FindZlib: "QWidget[footerFixedHeight=true][qApp_deviceIsTrilogy=true]"
  - ReplaceZlibGroup:
      Replacements:
        # Dragon devices (AuraHD, H20, GloHD, ClaraHD)
        - Find:    "QWidget[footerFixedHeight=true][qApp_deviceIsDragon=true] {\n  min-height: 120px;\n  max-height: 120px;\n}"
          Replace: "QWidget[footerFixedHeight=true][qApp_deviceIsDragon=true] {\n  min-height: 90px;\n  max-height: 90px;\n}"Last edited by jackie_w; 03-04-2020 at 06:39 PM. | |
|   |   | 
|  03-04-2020, 11:23 PM | #471 | 
| Evangelist            Posts: 495 Karma: 356531 Join Date: Jul 2016 Location: 'burta, Canada Device: Kobo Glo HD | 
			
			Thanks, Jackie. This is perfect. No truncation that I can notice, but I like the smaller arrows so I think I'll keep the second patch too. Thanks again!
		 | 
|   |   | 
|  03-08-2020, 08:35 PM | #472 | 
| Guru            Posts: 920 Karma: 275656 Join Date: Jun 2016 Device: Kobo | 
			
			I have long wanted to ask about the 'Allow searches on Extra dictionaries' patch Perhaps it should be redone, all these replacements with "_" or ":" somehow look bad visually (a matter of taste, of course). Maybe it’s worth doing something like this? Spoiler: 
 | 
|   |   | 
|  03-09-2020, 03:12 PM | #473 | |
| hopeless n00b            Posts: 5,126 Karma: 19597086 Join Date: Jan 2009 Location: in the middle of nowhere Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9 | Quote: 
  Now I just need to repatch to customize navigation and make KEPUB and EPUB font sizes match.   | |
|   |   | 
|  03-09-2020, 03:21 PM | #474 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			Yes. I'll have to take a closer look, but that should probably work.
		 | 
|   |   | 
|  03-09-2020, 04:02 PM | #475 | 
| Connoisseur            Posts: 90 Karma: 11069 Join Date: Feb 2012 Device: Sony PRS-T1, Kobo Glo HD | 
			
			As soon as I noticed that, in 4.20.14601, the entries in the dictionary table of the database are no longer used, I went back to my custom variant of the patch (quite similar to Semwize's version): Code: Allow searches on Extra dictionaries (hex approach):
  - Enabled: no
    ## To allow searches on Extra dictionaries change space character at end of
    ## "Extra: " to another char (ex: "Extra:_")
    ## The space char causes a non-desired "English - English" when searching on
    ## Extra dictionary from main menu.
  - FindBaseAddressHex: 00 45 78 74 72 61 3A 20 # hex of "\0Extra:\x20"
  - ReplaceBytes: {Offset: 7, FindH: 20, ReplaceH: A0}I only gave up on the non-break space when an "Extra: xx" entry in the dictionary table became mandatory to use extra dictionaries and I couldn't convince the sqlite database to not replace every non-break space with a "normal" space during saving. | 
|   |   | 
|  03-09-2020, 04:34 PM | #476 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			Would it be possible to redo the old patch that allowed customizing "Refresh screen every:" for 4.20.14601. I know it was removed when it was unable ot be made for some earlier firmware, but maybe it can be redone. That would be good if it could so we can set when the screen flashes. Thanks.
		 | 
|   |   | 
|  03-09-2020, 04:39 PM | #477 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			@JSWolf: Doesn't simply tweaking numPartialUpdatePageTurns in the Reading section of the config work? (It's set to 6 on my end, which is the default setting, IIRC. I don't recall what it looks like when set to "Chapter", not that it should matter for this kind of request  ). | 
|   |   | 
|  03-09-2020, 05:07 PM | #478 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 numPartialUpdatePageTurns=4294967295 I've changed it to 50. I'll see if that works. | |
|   |   | 
|  03-09-2020, 06:01 PM | #479 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  03-09-2020, 07:10 PM | #480 | 
| Wizard            Posts: 2,857 Karma: 22003124 Join Date: Aug 2014 Device: Kobo Forma, Kobo Sage, Kobo Libra 2 | 
			
			Any news on if this is possible or not?  I’d love for the dictionary to pop right to full screen
		 | 
|   |   | 
|  | 
| Tags | 
| kobopatch, patches, patching, request, requests | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Request for PW3 kernel [posted in another thread] | mustdie | Kindle Developer's Corner | 5 | 10-21-2015 04:28 PM | 
| Kobobooks.com future feature request thread | Mrs_Often | Kobo Reader | 47 | 11-08-2012 11:59 AM | 
| [Old Thread] Calibre 'feature request' thread | Waba | Calibre | 2 | 02-10-2010 07:52 PM | 
| Feature request thread? | Dahak | Calibre | 1 | 08-02-2009 12:51 AM | 
| 3rd party software request thread | Adam B. | iRex | 23 | 11-28-2008 01:08 PM |