View Single Post
Old 12-23-2014, 12:46 PM   #22
Future Science
Member
Future Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura aboutFuture Science has a spectacular aura about
 
Posts: 23
Karma: 4388
Join Date: Jan 2013
Device: Kobo glo
Quote:
Originally Posted by davidfor View Post
There are two extra columns in the current user table. The following should work:
Code:
INSERT INTO "user" VALUES('aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','xxxx@xxxx.xx','xxxx@xxxx.xx','2aaaa aaaaaaaaaaaaa==','aaa','FALSE','FALSE','FALSE');
The statement is valid and produces a row in the database that should work. But, I haven't tested what the device does when it sees it.
I want to give my old Kobo Glo to my parents, therefore I want to delete my Kobo account.

I've tried to execute this command while using "Sqliteman" but it won't produce any row.

Then using sqlite3 on a terminal I get:
UNIQUE constraint failed: user.UserID

Are there any workarounds for my situation? (I've installed version 3.12 of the firmware w/o any patches).

Last edited by Future Science; 12-23-2014 at 01:00 PM.
Future Science is offline   Reply With Quote