NookTxtReader
From nookDevs
NookTxtReader | |
General | |
---|---|
Author(s) | Tercel |
Type | Reader |
Version | 1.8 |
Links | |
Download |
Contents |
Synopsis
NookTxtReader is a txt e-book viewer.
English version here
Russian version here (if has /system/media/sdcard/ProgramData/nookTxtReader/config.xml before, please delete it, the program will regenerate it)
Many thanks for your help, Dmitry translated it into Russian.
Support file types: .txt .am .asp .aspx .bat .c .cpp .cmd .cs .conf .config .fx .h .html .log .m .mm .ini .jav .java .js .jsp .php .pl .py .pm .resx .sh .S .sql .vb .vbs .xhtml .xml .xpf
Recommend, Please use file browser to open it A excellent soft filebrowser
Default character set is GBK, of course, you can use menu to change it.
If you want directly read other charset of the txt file then you can push a file to nook(format is '@utf-8@'), for example:
/system/media/sdcard/my documents/filename@[email protected]
Allow to manually configure the following config.xml, so it can support all charset.
/system/media/sdcard/ProgramData/nookTxtReader/config.xml
Execute shell command and save it's result to file:
/system/media/sdcard/ProgramData/nookTxtReader/execcmd_result.txt
Detail, please see below release history.
Author(s) Tercel
Email tercel.yi@gmail.com
Install
1. download English here, Russian here 2. adb install nookTxtReader.apk
Usage
Like store e-book viewer(epubreader)
Recommend, Please use file browser to open it. If you want to continue reading, you can use the following methods:
1. select icon "reading"(recommend) 2. select icon "txt reader"(at first, you need to use nooklauncher to add icon "txt reader")
If you want to execute shell command, see below:
1. select icon "txt reader" 2. select menu "Execute command"
Uninstall
adb uninstall com.eifr.nooktxtreader
Release
V1.8
Fixed if there is too long line in the file, then can not open it.
V1.7
1. To load file in the background, so you can see book immediately without waitting the file was loaded completely.
2. To change font attribute in the background, so you can see book immediately without waitting repaging is over.
3. To save record behavior occur to when enter and exit soft. It decreases times writting sdcard, so it can prolong the life of your sdcard
V1.6
1. add a new feature - added a config file, allow to manually configure the following config.xml. So it can support all charset. However, if it does not exist 'charsetlist', please add you needed charset by yourself.
2. for limiting max size of file, change hardcode to config.xml, default is 1M, if you want more size, please change 'filemaxsize'
/system/media/sdcard/ProgramData/nookTxtReader/config.xml default config:INFO <!-- INFO, DEBUG -->GBK 22 Sans Serif <!-- Serif, Sans Serif, Monospace -->1024 <!-- unit: k, default is 1024k -->- 简体中文(GBK)
- 繁體中文(Big5)
- Unicode(UTF-8)
- Western(ISO-8859-1)
V1.5
1. add a new feature - save reading book related information to sdcard(upgrade soft, still exists), for example: current page, file charset, font size etc.
2. changed font attribute
3. limit max size of file
V1.4
1. fixed page turning issue when over 100 pages
2. fixed max pages issue
3. changing font use multithreading
V1.3
1. fixed paging problem cause by overlength line
2. fixed execute command issue, need to manually create a directory:
/system/media/sdcard/ProgramData/nookTxtReader
V1.2
1. implement execute shell command and save it's result to file:
/system/media/sdcard/ProgramData/nookTxtReader/execcmd_result.txt
2. fixed Finding bug
V1.1
1. using thread to read file
2. improved Find function
V1.0
1. implemented menu functions, it comtains Find, Go to, Font Setting and File character set
2. sort out code
V0.1 implemented base functions to read txt file and save preferences.