Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created July 7, 2024 15:09
Show Gist options
  • Save jdmichaud/351a8bf59555805dcc555ae31fe9ff65 to your computer and use it in GitHub Desktop.
Save jdmichaud/351a8bf59555805dcc555ae31fe9ff65 to your computer and use it in GitHub Desktop.
Kobo ereader device
from https://www.yingtongli.me/blog/2018/07/30/kobo-rego.html
- Do not connect the device to the WiFi.
- Plug the USB cable to your computer
- In a termina, open the mass storage device that appear.
```bash
cd .kobo
sqlite3 KoboReader.sqlite
```
Then:
```sql
INSERT INTO user(UserID,UserKey) VALUES('1','');
```
- Eject the device.
The device will continue as if it was connected.
Drop the PDFs into the mass storage to access them.
rsync -avu --delete --exclude=".*" /media/jedi/stuff/media/books/ /media/jedi/KOBOeReader/books/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment