07-28-2013, 02:02 PM | #91 |
Addict
Posts: 382
Karma: 1118562
Join Date: Sep 2010
Location: Middlesex, UK
Device: Kobo Aura One, iPhone 8, iPad Pro
|
My sister has just bought an Aura as her first ereader and is loving it other that finding the English dictionary to be somewhat lacking - I had lent her my Paperwhite and she much preferred this dictionary. Is it possible to somehow grab the PW dictionary, convert if necessary, and put onto the Aura? Or can anybody help with an already converted one?
Forgot to say, the Aura has already updated itself to the latest FW, 2.8.1. Last edited by Lyn2012; 07-28-2013 at 03:29 PM. |
07-28-2013, 07:36 PM | #92 |
Member
Posts: 22
Karma: 205624
Join Date: Jul 2010
Device: Kindle, Nook Color, Kobo Aura, iPad, iPad Mini
|
HI, I'm having an odd issue. I installed the Webster dictionary all with no problem. It works fine BUT somehow the install has mucked up the calibration of the Aura. When I long press a word I get the definition and the two handles for a word about 4 lines beneath the word I pressed!
I've rebooted, even did a pinhole rest. There's no other issues I can see except the long press consistently goes the 4 lines lower than what I intended! Any help or advice would be much appreciated. AH. I figured it out! I changed the line spacing and font size, that seemed to sort out the calibration. Last edited by Warchild; 07-28-2013 at 09:09 PM. |
Advert | |
|
07-28-2013, 07:52 PM | #93 | ||||
Junior Member
Posts: 7
Karma: 17650
Join Date: Jul 2013
Device: Kobo mini
|
Quote:
http://ge.tt/4f0wK9n/v/0 I had to upload it on a file hoster because of its size. Here's a description of the dictionary for future readers: Quote:
__________________________________________ Quote:
1. Remove all remaining dictionaries under /.kobo/dict 2. Install as many dictionaries as you need from the Kobo settings menu and make sure they all work 3. Replace the default dictionaries with your custom ones 4. Refresh the dictionary index as described in the OP __________________________________________ Quote:
(If it has to be an Oxford dictionary there should be some way or another to find a stardict formatted one and convert it to the Kobo format. But you would have to do that on your own as it's not perfectly legal.) Last edited by Kobohobo; 07-28-2013 at 08:11 PM. |
||||
07-28-2013, 09:51 PM | #94 |
Traumatized
Posts: 68
Karma: 175722
Join Date: Oct 2009
Device: paper, Kobo Glue
|
|
07-28-2013, 10:49 PM | #95 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jul 2013
Location: Rio de Janeiro, Brazil
Device: Kobo Glo
|
Trouble in installing dictionaries in Kobo Glo
Thank you, Kobohobo, but I had no previous dictionary installed on Kobo and I just don't understand what I try to tell me with "2. Install as many dictionaries as you need from the Kobo settings menu and make sure they all work".
|
Advert | |
|
07-28-2013, 11:20 PM | #96 |
Grand Sorcerer
Posts: 12,774
Karma: 75003038
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
I believe he is saying if you want to have 3 custom dictionaries, first install 3 from kobo.
|
07-28-2013, 11:53 PM | #97 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jul 2013
Location: Rio de Janeiro, Brazil
Device: Kobo Glo
|
Thank you, Peter
The problem was solved, anyway. I just installed a book and all dictionaries seem to start working properly. I am quite satisfied with my Kobo, but it works erractically. I think that is because Kobo is more interested to sell ebooks than to make a proper working system to the ereader. I am converting some ebooks from collections of posts I have written for my blogs, but sometimes when I move one of them to Kobo, it works, next time, it doesn't. Thanks god Kobo is not a backup disk... |
07-29-2013, 09:33 AM | #98 | |
Addict
Posts: 382
Karma: 1118562
Join Date: Sep 2010
Location: Middlesex, UK
Device: Kobo Aura One, iPhone 8, iPad Pro
|
Quote:
|
|
07-30-2013, 10:03 AM | #100 |
Enthusiast
Posts: 37
Karma: 117728
Join Date: Oct 2011
Device: none
|
Hello,
I recently installed some custom dictionaries. First of all thanks to everybody involved in making it possible to do that. Now I got two questions (sorry if these questions are answered already and I missed them): Is there a way to prevent the firmware on overwriting the dictionaries upon syncing? At least that's the behaviour I encountered. Whenever the Kobo syncs, the custom dictionaries get replaced with the stock ones. Usually in a situation like this I'd go with a chattr or chflags command and set the files flag to immutable. Now I guess it won't be that easy on the Kobo. Anyone got a workaround for this problem? Some dictionaries offer to edit the search term (i.e. the marked word/phrase), by taping the arrow in the upper left corner. Some don't allow this. Now obviously when I install custom dictionaries, I'd like to replace only "editable" ones. Or is there a way to change that behaviour, f.e. by editing the mysql database file? |
07-30-2013, 02:45 PM | #101 | ||
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
I have a directory /mnt/onboard/customdict/ that contains my custom dictionaries, and this script Code:
#!/bin/sh DICTPATH="/mnt/onboard/.kobo/dict/" CUSTOMDICTPATH="/mnt/onboard/customdict/" for f in $CUSTOMDICTPATH*.zip; do if [ ! -e "$DICTPATH$(basename "$f")" ]; then cp "$f" "$DICTPATH" elif [ $(stat -c%s $f) -ne $(stat -c%s $DICTPATH$(basename "$f")) ]; then cp "$f" "$DICTPATH" fi done Quote:
|
||
07-30-2013, 11:37 PM | #102 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
|
|
09-11-2013, 07:47 AM | #103 |
Addict
Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
Is there any way to declare synonyms in this dictionary format? Like, I want the entry describing "go" to be found as well when looking for "went".
|
09-11-2013, 09:44 AM | #104 | |
Wizard
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
|
Quote:
In the case of go and went, the only solution I can thin off is to copy the content of the go entry into the went entry. |
|
09-11-2013, 11:12 AM | #105 |
Addict
Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
That's a pity, because it will definitely render it harder to convert StarDict dictionaries that contain a *.syn file. How is Penelope (http://code.google.com/p/penelope-dictionary-converter/) handling this?
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Touch building custom dictionaries, especially Japanese-English | tshering | Kobo Reader | 0 | 07-12-2012 07:00 PM |
Russian English Dictionaries | stevegoldstein | PocketBook | 1 | 06-15-2011 07:17 AM |
Asian-English Dictionaries for New Pocketbooks | katzki | PocketBook | 3 | 01-13-2011 05:29 AM |
Custom dictionaries for 350/650? | 1drey | Sony Reader | 5 | 12-28-2010 01:49 PM |
english polish dictionaries for pb360 | krjrs | PocketBook | 4 | 05-21-2010 09:39 AM |