View Single Post
Old 11-06-2013, 11:07 PM   #31
jshzh
Addict
jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.jshzh could sell banana peel slippers to a Deveel.
 
Posts: 320
Karma: 3394
Join Date: Aug 2009
Device: Pocketbook 602 Pro, Kobo Aura HD, LG G Pad III
Quote:
Originally Posted by Ken Maltby View Post
Three MB is a large epub, I have made anthologies of 3 or 4 novels that were smaller. PM sent.

From an old post of tshering;
there are several explanations at this forum. I cannot find them myself right now. Anyway,
in order to initialize the reader without registering you can add a new line to the "user" table of the database. Fill in any fitting values. Depending on your reset firmware version, the number of values varies.
Example for FW 1.9.12:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0");Example for FW 2.5.0:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0", "0","false")

I think you use the SQLite Database Browser. Right? Open the database file "KoboReader.sqlite". Select "Browse Data" and choose the table "user". Look at line 1 and try to establish whether the values of one of the two examples might fit or whether you have to make some modifications. I guess the second example might be correct for the Mini. Choose Execute SQL, enter the command "INSERT INTO user VALUES ..." and press "Execute query".
I can only confirm that the values work for FW 1.9.12. I did not try it with more recent firmwares. If the reader does not accept your values, you can try replacing them by others (maybe the email address must look like an email address, e.g. name@xmail.com, or something like that).

--------------------------------------------------------------------------------
tshering

http://sourceforge.net/projects/sqlitebrowser/

Luck;
Ken
Thank you for the last pointer. I successfully disabled the tracking - and also disabled the tracking in google search - I didn't know I could choose to turn it off.

I will need to figure out how SQLite Database Browser works before trying the values tshering/you provided.
jshzh is offline   Reply With Quote