I've being able to activate my new Kobo Clara HD without creating a user account with the following command:
Code:
echo "insert into user values('user', 'key', 'user', NULL, NULL, NULL, FALSE, FALSE, FALSE, NULL, NULL, NULL, NULL, TRUE, NULL, FALSE, NULL, NULL, NULL);" | sqlite /mnt/KOBOeReader/.kobo/KoboReader.sqlite
I've based it on the kobo touch hacking documentation:
https://wiki.mobileread.com/wiki/Kob...e_registration
After I got in the device I disabled the automatic sync in the settings and everything seems to work fine.