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.
|