-
connect the device to your machine
-
confirm the connection on the device past the network connection screen
-
navigate to
KOBOeReader/.koboand find theKoboReader.sqlitefile -
use
sqlite3to open the target file
sqlite3 KoboReader.sqlite
- modify the user registration table with the following query
INSERT INTO user(UserID,UserKey) VALUES('1','');
- exit sqlite (
.quit) and disconnect the reader