## Reset 1. Home 2. More 3. Settings 4. Device Information (scroll down) 5. Factory Reset ## Setup To bypass setup, click no wifi. Then connect to a computer with sqlite3 installed. Device will show up as a USB drive. There's a hidden `.kobo` folder containing `KoboReader.sqlite`. Start sqlite like `sqlite3 .kobo/KoboReader.sqlite` and run `INSERT INTO user(UserID,UserKey) VALUES('1','');`. Disconnect and it should show the how screen [ref](https://www.mobileread.com/forums/showpost.php?p=3842570&postcount=8) ## Jailbreak [source](https://www.mobileread.com/forums/showthread.php?t=314220) Paste: ``` [FeatureSettings] ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+) ``` Into `.kobo/Kobo/Kobo\ eReader.conf` This stops scanning hidden folders Extract this [zip file](https://storage.gra.cloud.ovh.net/v1/AUTH_2ac4bfee353948ec8ea7fd1710574097/kfmon-pub/OCP-Plato-0.9.40_KOReader-v2023.10.zip) directly into the root of the kobo, so that it loads stuff in `.kobo` and `.adds` You will have installed [KOReader](https://github.com/koreader/koreader) which includes an SSH server, and [Plato](https://github.com/baskerville/plato/) as alternative UIs. KOReader is older and more featureful, plato seem nicer and ## Extra hacking [KFMon README](https://github.com/NiLuJe/kfmon), this shows you how to add scripts you can launch [forum posting explaining how to install curl, ssh, python3, wget, sshd](https://www.mobileread.com/forums/showthread.php?t=254214) blog on how to do SD card swap and add syncthing: https://anarc.at/hardware/tablet/kobo-clara-hd/ [calibre-web](https://github.com/janeczku/calibre-web/wiki/Kobo-Integration) has support for being the main kobo interface https://github.com/dteviot/WebToEpub royal road to epub