|
![]() |
|
Thread Tools | Search this Thread |
![]() |
#31 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
That's a warning, not an error. It will show even if you already have the patch installed.
|
![]() |
![]() |
![]() |
#32 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 745
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
Quote:
![]() Now I will do it, thank'you. |
|
![]() |
![]() |
Advert | |
|
![]() |
#33 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 745
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
In the file dictionary the read-only checkbox was set.
Now I have again the standard dictionary, there is an enourmous file called "syslog-2020.03.15-20.12.10" in the .kobo directory but I cant find anything about skipping synchronization dictionaries in there. Sorry if I post the complete file but I don't know what I should do otherwise. Last edited by ps67; 03-15-2020 at 07:05 PM. |
![]() |
![]() |
![]() |
#34 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,114
Karma: 78857258
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Any chance you could edit that message and attach the log as a file, rather than inline?
That message causes Tapatalk to crash. |
![]() |
![]() |
![]() |
#35 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 745
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
|
![]() |
![]() |
Advert | |
|
![]() |
#36 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,114
Karma: 78857258
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
|
![]() |
![]() |
![]() |
#37 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
Semwize, would it be possible for you to try overriding a dictionary on Windows and see if you can reproduce this issue? |
|
![]() |
![]() |
![]() |
#38 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 745
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
Another failed proof and another (useless?) syslog. I tried using powershell and downloading again the file but, of course nothing.
But IMHO the issue is not in dictutil but in the fact that in my Kobo the read-only flag has no effect. Of course You are more experienced, but I think so because it did not work even the manual read-only flagging both with Linux and Windows10. Or may be the file? I downloaded from here https://www.mobileread.com/forums/sh...d.php?t=196931 and the dictionary is the Italian dictionary. Or may be the Aura One firmware? I am on the last firmware. Thank You again. ![]() Last edited by ps67; 03-16-2020 at 05:20 PM. |
![]() |
![]() |
![]() |
#39 |
Connoisseur
![]() Posts: 52
Karma: 10
Join Date: Dec 2017
Device: Kobo Aura One
|
Can somebody explain me, what happened with dictionary on latest firmware.
All my dictionary's was lost the desciption and now I see onli prefix, like tu, ru, es. Does any way to back dictionary name, like En_Biology. P.S. thanks of dictutil, it allow install dict by macos. Without it impossible to change file permission on external drive. |
![]() |
![]() |
![]() |
#40 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,239
Karma: 16537474
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
The long description for each dictionary was stored in the "Dictionary" table within the Kobo database. From fw 4.20.xxxxx this table is no longer used so, unfortunately, no long description.
|
![]() |
![]() |
![]() |
#41 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
For anyone having issues with read-only overridden dictionaries being overwritten, use this temporary patch for now (4.20.14622):
Code:
Never sync dictionaries: - Enabled: no - ReplaceBytes: {Offset: 0x6108B0, FindH: 0CD5, ReplaceH: 0CE0} #permissions - ReplaceBytesNOP: {Offset: 0x61089A, FindH: FFF68DAE} #size - ReplaceBytesNOP: {Offset: 0x610878, FindH: 3FF49EAE} #isSynced Code:
Never sync dictionaries: - Enabled: no - BaseAddress: {Sym: "SyncDictionariesCommand::prepareDownloadList()"} - ReplaceBytes: {Offset: 1048, FindH: 0CD5, ReplaceH: 0CE0} #permissions - ReplaceBytes: {Offset: 1026, FindH: FFF68DAE, ReplaceInstNOP: true} #size - ReplaceBytes: {Offset: 992, FindH: 3FF49EAE, ReplaceInstNOP: true} #isSynced Thanks to Alanon for helping to debug this! |
![]() |
![]() |
![]() |
#42 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 745
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
|
Quote:
Does it go in the file src/libnickel.so.1.0.0.yaml? Edit: it works ![]() ![]() ![]() Last edited by ps67; 03-20-2020 at 10:40 AM. Reason: It works |
|
![]() |
![]() |
![]() |
#43 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Sep 2017
Device: Kobo Aura One
|
dictgen working perfect for me. Just one questions how -c, --crypt string is working ? Do i need some other apps to encrypt work ? (Using windows)
|
![]() |
![]() |
![]() |
#44 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
That option isn't necessary for normal usage, and won't really be documented. If you have to know, the format is method:key, and the only method currently implemented is aes. This option encrypts the dicthtml files in the dictzip. But, if you don't have a valid key, it's of no use to you.
|
![]() |
![]() |
![]() |
#45 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
In response to a request by Owl_, I've made a Babylon BGL converter: https://pgaskin.net/dictutil/examples/bgl-convert.html.
|
![]() |
![]() |
![]() |
Tags |
dictgen, dicthtml, dictionaries, dictionary, dictutil |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Useful Related Tools Threads | BetterRed | Related Tools | 5 | 12-03-2024 04:01 AM |
Adding new dictionaries to kobo. | Robik | Kobo Developer's Corner | 61 | 12-19-2023 04:30 PM |
Mini Sync Problems on 3 different Kobo Minis (related to software update?) | jpottle | Kobo Reader | 2 | 06-20-2013 12:57 PM |
Copy/Move books between libraries using command line tools | jameszh | Library Management | 3 | 02-15-2011 09:02 AM |
MSD (BBeB dictionaries) tools ? | Papi | LRF | 0 | 12-20-2010 04:07 AM |