Quote:
Originally Posted by rashkae
You don't have to include every field.. only 2 of them are needed. This SQL command has worked for a very, very long time.
INSERT INTO user(UserID,UserKey) VALUES('1','');
If using Sqlite:
sqlite3 KoboReader.sqlite "INSERT INTO user(UserID,UserKey) VALUES('1','');"
But the easy way to do this, without connecting to wifi, and without using SQL commands, is to simply copy a blank database into the .kobo directory. I've attached one to this message, unzip and copy to your kobo, then reboot.
|
That command
INSERT INTO user(UserID,UserKey) VALUES('1','');
doesn't seem to work anymore on the Kobo Clara Colour.
Also notice that the "empty" database you linked is not really empty, it contains the database structure and even some data.
Among the tables is the "DbVersion" table, with a single column "version", and a single rows which equals 125 in your dataset and 175 in my Kobo.
So I'm afraid to break it if I put it in, being a later version.