View Single Post
Old 02-16-2017, 05:39 PM   #2
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 deucalion0 View Post
I am new to the forum and I felt I would join as I have been reading a lot of the posts the past few days and there seems to be a lot of valuable activity here!

I came across the forum because I am researching how to remove the percentage read from the Kobo display. I was digging around and I see ___PercentRead in the SQLlite database, I was wondering if removing this would solve my problem?
Modifying the database won't help. That column is where the percent read is stored, but it is changed as you read a book. You could add a trigger to set it to zero all the time, but then the device would show "0%" for all books that are being read. You probably need a patch to the display code to remove it.

But, for my curiosity, why? The percent read shows that the book has been started, not finished and gives an idea of how far through the book you are. To me that is useful info. I can't think of a reason to remove it. Or, do you want to remove it from one particular place?
davidfor is offline   Reply With Quote