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 08-08-2020, 06:50 AM   #811
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,251
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Ntress View Post
Here
Attachment 181180

Thanks
You have an indentation problem as Owl_ already suggested. The line
Code:
  - ReplaceString: {Offset: 0x36, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}
needs to be indented with 2 leading spaces so that its first dash lines up with the first dash of the previous
Code:
  - FindReplaceString:
earlier in the same patch. When you un-commented the font-family customisation, all you needed to do was delete the first # character.
jackie_w is offline   Reply With Quote
Old 08-17-2020, 08:10 AM   #812
Trevithick
Junior Member
Trevithick began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2020
Device: Kobo Forma
Angry How do I stop Kobo from overwriting my custom dictionaries?

I'm very new to the ereader community and recently got a Kobo Forma. I'm absolutely shocked by how few languages Kobo supports and even more shocked by how restrictive they are in allowing custom ones to be installed.

I figured out the disguise method for installing additional dictionaries but can anyone tell me how to stop Kobo from resetting and messing around with them?

Better yet, is there a way to jailbreak the software so I don't have to put up with their bullshit and just install as many languages as I like without having to dress them up?

Apologies if my questions have already been answered: I couldn't find much from a quick search. Also, sorry for my aggressive tone: just pisses me off that a corporation would try and ruin something that has so much potential; apart from those issues, I'm loving my device!
Trevithick is offline   Reply With Quote
Advert
Old 08-17-2020, 10:35 AM   #813
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 755
Karma: 7025494
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
Quote:
Originally Posted by Trevithick View Post
I'm very new to the ereader community and recently got a Kobo Forma. I'm absolutely shocked by how few languages Kobo supports and even more shocked by how restrictive they are in allowing custom ones to be installed.

I figured out the disguise method for installing additional dictionaries but can anyone tell me how to stop Kobo from resetting and messing around with them?

Better yet, is there a way to jailbreak the software so I don't have to put up with their bullshit and just install as many languages as I like without having to dress them up?

Apologies if my questions have already been answered: I couldn't find much from a quick search. Also, sorry for my aggressive tone: just pisses me off that a corporation would try and ruin something that has so much potential; apart from those issues, I'm loving my device!
To avoid the issue You lament You can apply the patch created for Dictutil by @geek1011 called Never sync dictionaries

https://pgaskin.net/dictutil/dicthtml/install.html

at the file libnickel.so.1.0.0.yaml (copy it manually because it is not in the file You find in Kobopatch). I imagine that You already know Kobopatch, if not it is not difficult to learn it.

ps: don't be so angry with Kobo: they support the languages that they support with the dictionary (very poor for my language, that's the reason why I change it) that they give. It is not a ideal situation but with the help of some community hacker we can do a lot of thing because Kobo don't need a jailbreak. The only thing to remember is that You must apply again the patch each time that You update the firmware (they are firmware specific).

Last edited by ps67; 08-17-2020 at 10:44 AM.
ps67 is offline   Reply With Quote
Old 09-15-2020, 04:19 PM   #814
Mahadev1008
Junior Member
Mahadev1008 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2020
Device: kobo h20
what rename should i put????

Quote:
Originally Posted by embryo View Post
Here is the English > Greek Babylon Dictionary.

Of course you have to rename the 'en-el' of the file name, to something other that is valid for Kobo.
what rename should i put???? please
Mahadev1008 is offline   Reply With Quote
Old 09-20-2020, 04:07 AM   #815
IDN
Member
IDN began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2016
Location: JKT, IDN
Device: Kobo Glo HD, Kindle 2014, Kindle PW3 2016, and Onyx Boox Nova 2
Hi, I'm trying to convert the dictionary that I've downloaded from the 1st post to stardict format. All of the file that are listed on the index are kobo dictionary format right?
I try to convert them using the latest Penelope using the following syntax.
Code:
python3 -m penelope -i dicthtml.zip -j kobo -f en -t en -p stardict -o en-en
It is successful and I got a ZIP file containing 3 stardicts file. But the size are to small (the original kobo file were 50mb and the output stardict zip are 12mb).
When I try to use the stardict file using GoldenDict apps I got nothing. When I type a word it doesn't have any definition. Just blank page.
Is there anything that I need to do to fix this?
Any help will be appreciated! Thanks!
IDN is offline   Reply With Quote
Advert
Old 09-20-2020, 05:29 AM   #816
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by jackie_w View Post
You have an indentation problem as Owl_ already suggested. The line
Code:
  - ReplaceString: {Offset: 0x36, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}
needs to be indented with 2 leading spaces so that its first dash lines up with the first dash of the previous
Code:
  - FindReplaceString:
earlier in the same patch. When you un-commented the font-family customisation, all you needed to do was delete the first # character.
I did it, and it just doesn't work...
when trying to translate to Hebrew I only see charachters instead of hebrew
Ntress is offline   Reply With Quote
Old 09-20-2020, 06:39 AM   #817
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by jackie_w View Post
You have an indentation problem as Owl_ already suggested. The line
Code:
  - ReplaceString: {Offset: 0x36, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}
needs to be indented with 2 leading spaces so that its first dash lines up with the first dash of the previous
Code:
  - FindReplaceString:
earlier in the same patch. When you un-commented the font-family customisation, all you needed to do was delete the first # character.
could you please take a look at this updated file now?
I tried adding the 2 leading spaces but the bat file wouldn't run then, so what was needed it just to delete the # sign.
anyway, the bat file ran but I still see only characters when translating to Hebrew. so something is still wrong.

libnickel.so.1.0.0.yaml.txt
Ntress is offline   Reply With Quote
Old 09-20-2020, 11:52 AM   #818
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,251
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Ntress View Post
anyway, the bat file ran but I still see only characters when translating to Hebrew. so something is still wrong.
(Bolding mine) I have no idea what you're trying to say other than kobopatch.bat ran OK after you followed some basic advice offered 6 weeks ago.

You have provided no detailed info about what else you did to get your custom dictionary working and what went wrong after you applied the patches to your Kobo. Without this (pictures might help) I can't begin to guess what your problem is.
jackie_w is offline   Reply With Quote
Old 09-20-2020, 12:06 PM   #819
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by jackie_w View Post
(Bolding mine) I have no idea what you're trying to say other than kobopatch.bat ran OK after you followed some basic advice offered 6 weeks ago.

You have provided no detailed info about what else you did to get your custom dictionary working and what went wrong after you applied the patches to your Kobo. Without this (pictures might help) I can't begin to guess what your problem is.
Hey,
I'm sorry for the misunderstanding because I'm not an Engish native speaker.
What I did was uncomment this line
- ReplaceString: {Offset: 54, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}

and change this line to "yes"
Dictionary text font-family/font-size/line-height:

What I mean when I write that the bat flle ran fine is that it completed without any errors

What I mean when saying that it's still not working is that when I translate from English to Hebrew I still see the glyphs. I cannot see Hebrew, only signs.
So I only know that the word I translated is Verb/Noun/Adj. because its written in English but other than this I cant see the translation
Ntress is offline   Reply With Quote
Old 09-20-2020, 12:30 PM   #820
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,251
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Ntress View Post
Hey,
I'm sorry for the misunderstanding because I'm not an Engish native speaker.
What I did was uncomment this line
- ReplaceString: {Offset: 54, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}

and change this line to "yes"
Dictionary text font-family/font-size/line-height:

What I mean when I write that the bat flle ran fine is that it completed without any errors

What I mean when saying that it's still not working is that when I translate from English to Hebrew I still see the glyphs. I cannot see Hebrew, only signs.
So I only know that the word I translated is Verb/Noun/Adj. because its written in English but other than this I cant see the translation
I don't think there's anything wrong with your kobopatch stuff, it runs without error.

Are you sure the internal font name of your sideloaded font is CODE2000? My copy is Code2000 and case matters.

Forget about the dictionary for a moment, can you select the sideloaded Code2000 font from the [Aa] menu to read a book in Hebrew?

How exactly did you install your English-Hebrew custom dictionary? What is its filename? Is it posted in this thread somewhere?

As an aside, isn't Hebrew a right-to-left language? I'm not sure what further problems that might cause?
jackie_w is offline   Reply With Quote
Old 09-20-2020, 12:35 PM   #821
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by jackie_w View Post
I don't think there's anything wrong with your kobopatch stuff, it runs without error.

Are you sure the internal font name of your sideloaded font is CODE2000? My copy is Code2000 and case matters.

Forget about the dictionary for a moment, can you select the sideloaded Code2000 font from the [Aa] menu to read a book in Hebrew?

How exactly did you install your English-Hebrew custom dictionary? What is its filename? Is it posted in this thread somewhere?

As an aside, isn't Hebrew a right-to-left language? I'm not sure what further problems that might cause?
regarding the font name, yes it is CODE2000. weird because it's your copy..
I downloaded the English to Hebrew dictionary posted here from Babylon, I think Owl_ posted it.
from the [Aa] menu I cannot select CODE2000 font.

Hebrew is indeed RTL language, but the thing is that it worked for me like until 2 months ago when suddenly my device had a factory reset and since then I don't succeed to make it work
Ntress is offline   Reply With Quote
Old 09-20-2020, 12:53 PM   #822
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,251
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Ntress View Post
I downloaded the English to Hebrew dictionary posted here from Babylon, I think Owl_ posted it.
Llink to the Kobo-ised version of this custom dictonary, please.

Quote:
Originally Posted by Ntress View Post
regarding the font name, yes it is CODE2000. weird because it's your copy. from the [Aa] menu I cannot select CODE2000 font.
Did I post a copy of the Code2000 font file? If so, I don't remember doing it. If your Kobo can't use CODE2000.ttf in a book it's not surprising the dictionary can't use it either.
jackie_w is offline   Reply With Quote
Old 09-20-2020, 01:11 PM   #823
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by jackie_w View Post
Llink to the Kobo-ised version of this custom dictonary, please.



Did I post a copy of the Code2000 font file? If so, I don't remember doing it. If your Kobo can't use CODE2000.ttf in a book it's not surprising the dictionary can't use it either.
Here is the link to the dictionary
https://www.mobileread.com/forums/sh...&postcount=620

and here is the code2000 font, it was shared by Owl_
https://www.mobileread.com/forums/sh...&postcount=676
Ntress is offline   Reply With Quote
Old 09-20-2020, 01:19 PM   #824
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,514
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Opening that font in Windows shows the internal name as being Code2000
PeterT is offline   Reply With Quote
Old 09-20-2020, 01:35 PM   #825
Ntress
Member
Ntress began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Dec 2019
Device: Kobo Clara HD
Quote:
Originally Posted by PeterT View Post
Opening that font in Windows shows the internal name as being Code2000
I tried changing it to Code2000 in the lib file after jackie told about it, still didn't work out.
Ntress is offline   Reply With Quote
Reply

Tags
kobo dictionaries


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New custom English dictionaries ShellShock Kobo Developer's Corner 166 09-22-2020 02:48 PM
Kobo desktop loading dictionaries brudigia Kobo Reader 1 07-16-2014 12:55 PM
Touch building custom dictionaries, especially Japanese-English tshering Kobo Reader 0 07-12-2012 06:00 PM
Custom dictionaries for 350/650? 1drey Sony Reader 5 12-28-2010 12:49 PM
non-English dictionaries in eReader on iPod Touch? ficbot Reading and Management 1 10-11-2008 09:04 AM


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


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