View Single Post
Old 12-08-2015, 06:08 PM   #67
icallaci
Guru
icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.
 
Posts: 819
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
So I'm about to upgrade manually, but after reading through these posts, I want to make sure that I don't have a problem with the fake info I put into the database to bypass the registration procedure. Here is what I originally used:

INSERT INTO "user" VALUES('aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','xxxx@xxxx.xxx','xxxx@xxxx.xxx','a', 'a','FALSE','FALSE','FALSE');

Am I correct in assuming that this will not work? Should I change this to:

INSERT OR REPLACE INTO "user" VALUES('','','','','', '','','',''); Or something else? The first two fields I believe have a NOT NULL requirement, so I would think I need to set them to something other than ''. Sorry--I am confused. If someone could elaborate on what actually works to bypass the registration for firmware 3.19.5613, I'd appreciate it. Thanks.
icallaci is offline   Reply With Quote