Some Tips & tricks..
'txt', 'rtf', 'doc', 'htm', 'html' files can be opened using Coolreader application with the loss some of formatting, but, faster than through the default programs. Moreover, you can use citations (if it is possible in your firmware) and other settings, which are available in Coolreader for these files.
Usually we can't change these file bindings. But there is a workaround...
These settings are stored in the
\root\system_config.db file. So we can copy it (using OTFM), edit in
sqlitebrowser или
Sqliteman, then copy it back.
Or another way:
1. Download the
filebind.zip and the
sqlite.zip(you can download
sqlite.zip from
this post, many thanks to
kodomo!)
2. Unpack it to some place on your onyx boox
3. Run file
sqlite/install_sqlite.oar
4.
4.1. Run
setCoolReader.oar if you want to set the
Coolreader as the default application for 'txt','rtf','doc','htm','html' files
4.2.
OR Run
setFBReader.oar if you want to set the
FBReader as the default application for 'txt','rtf','doc','htm','html' files
4.3.
OR Run
delbind.oar if you want remove the previously made setting and set the default behavior for these type of files.
5. (optional) Run
sqlite/uninstall_sqlite.oar to uninstall the SQLite if you don't plan to use it anymore
6. Reboot your onyx (turn it OFF(NOT to a sleep mode!) and then ON) and see the result
If you want to set binding for only one of these file extensions, just edit these scripts - comment or remove unneeded lines (one line for one file extension)
And remember:
you doing this at your own risk!