View Single Post
Old 10-08-2013, 09:03 PM   #11
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by jackastor View Post
David how would one add that and where in whatt file? For those of us who don't know how.
The config file is "Kobo eReader.conf" and is in ".kobo\Kobo". You need to open it with a text editor. The file is made up of settings sections that look like:

Code:
[SettingsSection]
SettingName1=settingvalue1
SettingName2=settingvalue2
SettingName3=settingvalue3
To enable the book statistics, look for a section called "FeatureSettings". If it isn't there, add it at the end of the file. Then, add "BookSpecificStats=true". You should end up with:

Code:
[FeatureSettings]
BookSpecificStats=true
Save the file and disconnect the device. In the library list, when you display the menu for a book it should now have the extra option "Reading Stats".

One thing is, I don't know which firmware this was added in. I know it works with 2.8.1 and I think 2.7.x. I don't know about the earlier firmware.
davidfor is offline   Reply With Quote