|  04-17-2022, 06:12 AM | #136 | |
| Junior Member  Posts: 3 Karma: 10 Join Date: Oct 2019 Device: iPad | Quote: 
 Here is what my .kobo folder looks like: https://www.dropbox.com/s/j8v6mfrp05...aphic.jpg?dl=0 Last edited by Reader1099; 04-17-2022 at 06:15 AM. | |
|   |   | 
|  04-17-2022, 06:17 AM | #137 | |
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 You do not want a directory under .kobo for the three files in the firmware ZIP file. You want them in the root of the .kobo directory. | |
|   |   | 
|  04-17-2022, 06:21 AM | #138 | |
| Junior Member  Posts: 3 Karma: 10 Join Date: Oct 2019 Device: iPad | Quote: 
 Thanks. Success. | |
|   |   | 
|  04-17-2022, 06:25 AM | #139 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | |
|   |   | 
|  04-17-2022, 06:41 AM | #140 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | |
|   |   | 
|  04-17-2022, 07:00 AM | #141 | 
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  04-17-2022, 07:27 AM | #142 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | |
|   |   | 
|  04-17-2022, 09:38 AM | #143 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | |
|   |   | 
|  04-17-2022, 10:35 AM | #144 | |
| Wizard            Posts: 2,286 Karma: 7409537 Join Date: Mar 2009 Location: Circling Earth @ Mach .83 Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage | Quote: 
 Also, why does Kobo insist on a ridiculously large font size for entries in My Words? With every update I hope for a fix but it never happens. Last edited by Skydog; 04-17-2022 at 11:27 AM. | |
|   |   | 
|  04-17-2022, 10:59 AM | #145 | |
| Resident Curmudgeon            Posts: 80,740 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  04-17-2022, 12:22 PM | #146 | 
| 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 | 
			
			BTW, the algorithm kobo.com uses for calculating the read time range is: Code: HoursMax = round(WordCount / 200 / 60)
HoursMin = HoursMax - 1
if (HoursMax >= 10) {
        HoursMax += round((HoursMax + .5) / 10) - 1)
}___ The device (i.e., storeapi) seems to use the same algorithm, except that the max hour adjustment is floored instead of rounded (is this a bug?): Code: HoursMax = round(WordCount / 200 / 60)
HoursMin = HoursMax - 1
if (HoursMax >= 10) {
        HoursMax += floor((HoursMax + .5) / 10) - 1)
}Last edited by geek1011; 04-17-2022 at 03:29 PM. | 
|   |   | 
|  04-17-2022, 12:57 PM | #147 | 
| Connoisseur            Posts: 62 Karma: 3010 Join Date: Feb 2019 Device: kobo h2o | 
			
			Thanks. The only one problem with this is that you need to enter too deep to see the word count. And after you cannot order by this word count (or pages count or read time, more or less is the same). I think is better a pages or estimated read time than the kB of the book in the first information. The kB can be used to know if the book have a lot of images, but to decide the next book to read is best the estimated reading time. (Cold be I am wrong and the kB of the book is more important.....). I write a path request in the kobopath thread to a posible path for this, but I don't know if this is possible. Enviado desde mi SM-A705FN mediante Tapatalk | 
|   |   | 
|  04-17-2022, 04:10 PM | #148 | 
| Bookmaker            Posts: 434 Karma: 2143650 Join Date: Sep 2010 Device: Cybook Opus | 
			
			In other news, upon updating to this patch, my Kobo is willing to communicate with the PC via a Type-C USB cord again.
		 | 
|   |   | 
|  04-17-2022, 09:02 PM | #149 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 | |
|   |   | 
|  04-17-2022, 09:33 PM | #150 | |
| Connoisseur            Posts: 69 Karma: 50592 Join Date: Oct 2010 Device: Kobo Libre H20 | Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| firmware, firmware release | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 09:02 PM | 
| Nouveau firmware firmware 6.5.765 pour la Inkpad 3/PB740 | mooms | PocketBook | 0 | 11-08-2021 08:23 AM | 
| Firmware Update Kindle firmware 5.12.1 | eilon | Amazon Kindle | 102 | 09-26-2019 08:38 PM | 
| Firmware glitch - typing text slow on some firmware+device combinations | mdp | Onyx Boox | 11 | 11-11-2017 12:48 AM | 
| Firmware 2.0.3 Pocketbook IQ - another firmware is release for IQ | tvpupsik | PocketBook | 26 | 12-13-2010 03:03 PM |