Quote:
Originally Posted by Richwood
The never register or go on line will not work with the current Kobo readers so far as I know. On arrival you must either enable wi-fi or choose to connect to the Kobo application on a computer to register it and access the reader itself.
|
You just have to stick anything into the user table, it doesn't need to be a real account. Running sqlite on it and doing something like:
INSERT INTO "user" VALUES('','','','made_up@email.address','','','',' ', '','','','','','','','');
will work, without ever registering an account, enabling wi-fi, or connecting to the desktop app.
https://www.mobileread.com/forums/sh...d.php?t=171664 has more discussion. See page 5 for current table structure.