View Single Post
terrencegf's Avatar
Posts: 221 | Thanked: 182 times | Joined on Jul 2007 @ Central Illinois
#24
Originally Posted by neugier View Post
I did save the files to a folder in my laptop, windows vista, then I send them individually to the removable memory card in the N810. The files were not compressed, so I did not need to unzip them.
Sorry for my ignorance, the code you wrote, where do I write it in.
Thanks for your help.
Files ending in .tar.bz2 are compressed. You must first UNcompress them AND extract the files inside. Think of .tar.bz2 as a .zip or .rar file. The .bz2 extension means the file was compressed using the bzip2 algorithm. The .tar extension means that (possibly) a bunch of files and/or directories have been bundled into a single file using the tar program.

Soooo, use your favorite compression program (I like WinRAR, but it's not free, so try 7-zip) to uncompress/extract the files from the *.tar.bz2 file. THEN copy those files to the F:\stardict\dict\ directory. You will end up with a subdirectory which is the same as the name of the file you downloaded. In that subdirectory will be several files, which I listed in the "code" section in my previous post.