1. connect the device to your machine

  2. confirm the connection on the device past the network connection screen

  3. navigate to KOBOeReader/.kobo and find the KoboReader.sqlite file

  4. use sqlite3 to open the target file

  • sqlite3 KoboReader.sqlite
  1. modify the user registration table with the following query
  • INSERT INTO user(UserID,UserKey) VALUES('1','');
  1. exit sqlite (.quit) and disconnect the reader