View Single Post
Old 04-05-2022, 12:34 PM   #85
rashkae
Wizard
rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.
 
rashkae's Avatar
 
Posts: 1,147
Karma: 5061953
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
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.
Attached Files
File Type: zip KoboReader.sqlite.zip (14.6 KB, 411 views)
rashkae is offline   Reply With Quote