View Single Post
Old 07-30-2018, 01:10 PM   #1
meskio
Junior Member
meskio began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2012
Device: sony prs-t1
activate device without account

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.
meskio is offline   Reply With Quote