Thread: Kobo Bug thread
View Single Post
Old 06-02-2013, 04:01 AM   #100
dimm
Member
dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.dimm is an enigma wrapped up in a mystery.
 
Posts: 19
Karma: 41366
Join Date: May 2013
Device: Kindle Voyage, Oasis
Product:
Aura
(maybe Glo, Touch, Mini)

Firmware:
2.5.2

File types:
any

Sideloaded or from Kobobooks:
both

Steps to reproduce:
With time: few books finished with extensive using of dictionary (relevant for non-native English speakers)

Current result:
Dictionary starts to work very slowly. After word selection is done, pop-up window with definition starts to appear in 5-6 seconds. Opening full dictionary take same time.

Workaround:
Connected Aura to computer, find KoboReader.sqlite database file and open it in SQLite browser (or any util that can work with sqlite database).

You need to remove entries of specific type from Event table.
Write and execute SQL query:
DELETE FROM Event WHERE EventType=9;

After that restart device.
dimm is offline   Reply With Quote