home notes

kobo bypass registration

2023-06-06
  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