Just recently rooted the old nook simple touch eink reader (with android 1.5), and attempted to get aard working with the enwiki-20140407 collection of ".aar" files. However it showed a "Failed to open file " error for some reason. (It's a 32 GB microsd)
Looking at the code in https://github.com/aarddict/android/blob/master/src/aarddict/android/DictionaryService.java
Log.w(TAG, "Failed to open file " + absolutePath, errors.get(file));
I can say that "errors.get(file)" was empty, as the the first file of each dictionary did not show any extra error messages.
With the smaller files like jargon-4.4.7-1.aar , it still complains of "Failed to open file " on the 32gb microSD. However on the 16gb microSD the same "Failed to open file " message showed, but twice I think, and then it siliently loaded the dictionary (Same cannot be said for the aard wikipedia enwiki-20140407 collection) .
Any idea what is the cause of this issue? I really would like to have aard working on the nook simple touch, since there is not very many other wikipedia readers that can support really old android OSes. Also I heard that aard will support the ZIM format, which is really intriguing.
Just recently rooted the old nook simple touch eink reader (with android 1.5), and attempted to get aard working with the enwiki-20140407 collection of ".aar" files. However it showed a "Failed to open file " error for some reason. (It's a 32 GB microsd)
Looking at the code in https://github.com/aarddict/android/blob/master/src/aarddict/android/DictionaryService.java
I can say that "errors.get(file)" was empty, as the the first file of each dictionary did not show any extra error messages.
With the smaller files like jargon-4.4.7-1.aar , it still complains of "Failed to open file " on the 32gb microSD. However on the 16gb microSD the same "Failed to open file " message showed, but twice I think, and then it siliently loaded the dictionary (Same cannot be said for the aard wikipedia enwiki-20140407 collection) .
Any idea what is the cause of this issue? I really would like to have aard working on the nook simple touch, since there is not very many other wikipedia readers that can support really old android OSes. Also I heard that aard will support the ZIM format, which is really intriguing.