|
|
Thread Tools | Search this Thread |
01-12-2013, 06:30 PM | #1 |
Nameless Being
|
Is there any way to get rid of the kobo account during the first startup
Hello
As you may know, when you start up your kobo for the first time (after the purchase or a hard reset), you can't launch the interface unless you login to your account. I find this quite intrusive. What I would like to know is that if there is a way to tweak the kobo so that I can use it totally offline. Imagine you go to a remote country with no internet and suddenly, the kobo bugs and needs to be hard reset, then it becomes un-usable. Thanks |
01-12-2013, 07:09 PM | #2 |
Connoisseur
Posts: 69
Karma: 5542
Join Date: Dec 2012
Location: Osaka, Japan
Device: Kobo Touch, iPad, iPod and NintendoDS
|
I think we can not avoid to log in to our account for the first time. Because it may be the only way to identify our warranty for our kobo.
|
Advert | |
|
01-12-2013, 07:34 PM | #3 |
Nameless Being
|
I wonder what will happen kobo will discontinue the service... let's say in 10 years ... I mean just for a question of principles, books must last forever.
And in 2 years, my warranty will be expired anyway... some people might also say it's for the updates ... but again, i'm sure there won't be any updates in 2 years (and anyway, it shouldn't require to log in). I wonder if someone has managed to root the kobo, in the same way it is done for android? |
01-12-2013, 08:01 PM | #4 |
Grand Sorcerer
Posts: 12,759
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
If you search these forums you will find instructions on how to manually insert a user into the SQL database on the Kobo and bypass the registration step.
|
01-12-2013, 08:24 PM | #5 |
Connoisseur
Posts: 69
Karma: 5542
Join Date: Dec 2012
Location: Osaka, Japan
Device: Kobo Touch, iPad, iPod and NintendoDS
|
Ok. I see what you want to do. We can not setup KT without internet connection in first setup because Kobo need our email address and setup time for warranty.
But we can setup it without internet after 2nd session with the information of first setup. [1] Backup Sessions 1)When we setup first setup, back up these files and directory before disconnect Kobo. This is the firmware back up. .kobo/KoboRoot.tgz .kobo/manifest.md5sum .kobo/upgrade/ 2)Disconnect Kobo, then firmware is automatically set up. 3)Connect Kobo, back up this SQLite3 database. .kobo/KoboReader.sqlite 4)Check the information of first setup in this file. $ sqlite3 KoboReader.sqlite '.dump user' PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE user( UserID TEXT NOT NULL, UserKey TEXT NOT NULL, UserDisplayName TEXT, UserEmail TEXT, ___DeviceID TEXT NOT NULL, PRIMARY KEY (UserID)); INSERT INTO "user" VALUES('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx','xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx','trilogybundle@kobo.com','trilogybun dle@kobo.com','11:22:33:44:55:66'); INSERT INTO "user" VALUES('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx','xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx','(mail address for first setup)','(mail address for first setup)','xxxxxxxxxxxxxxxxxxxx'); COMMIT; The second last line (INSERT INTO....) is the important information with the mail address of the first setup. Keep the second last line information as setup.sql file (any file name). [2} Restore sessions 1)Connect Kobo to PC after reset. 2)Restore these files and the directory in the top directory of Kobo. .kobo/KoboRoot.tgz .kobo/manifest.md5sum .kobo/upgrade/ 3)Restore sql information. $ sqlite3 KoboReader.sqlite < /path/to/setup.sql 4)Disconnect Kobo, then Kobo starts setup. I found this information in this site. http://kazuhiko.tdiary.net/20120718.html (in Japanese) |
Advert | |
|
01-13-2013, 12:34 AM | #6 | |
Treachery of images ...
Posts: 4,069
Karma: 91561091
Join Date: May 2012
Location: Australia
Device: Blackberry Playbook, Sony 650, Kobo Glo, H2O, Aura One, Forma, Libra 2
|
Quote:
I've only owned a Kobo (Glo) for a month or so, and what I decided early on was to create a dummy Kobo account which is activated on the device. This dummy account does not get used to buy Kobo books, but I have downloaded the Kobo Desktop software, so I can sync and upgrade the Glo software as and when required by attaching the Glo to the PC. I do not use the built in wifi - I have no need for it. I only download Calibre cleaned and side loaded epubs to the Main memory, and don't store books on the device, just put them on when required and delete them after reading because Calibre is my library. So that is, there are no Kepubs on my device - I can't see the need for them. |
|
01-15-2013, 03:10 PM | #7 |
Nameless Being
|
Thank you so much guys ! I'll keep you method in mind next time I need to reset.
|
01-15-2013, 05:06 PM | #8 |
Member
Posts: 15
Karma: 400
Join Date: Jan 2012
Device: kobo touch
|
I tried this yesterday on a glo but the user table has changed a bit. I needed to add a couple of extra fields, e.g.
INSERT INTO "user" VALUES('blah','blah','blah@blah','blah@blah',NULL, NULL,'false'); |
01-15-2013, 07:13 PM | #9 | |
Wizard
Posts: 1,847
Karma: 3212428
Join Date: Jun 2011
Device: iphone stanza, kobo touch,ASUS TF300,KOBO GLO, Kobo Aura HD, Kobo Mini
|
Quote:
regards Jack |
|
01-15-2013, 08:57 PM | #10 |
Wizard
Posts: 1,223
Karma: 5372649
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
|
Once you have a working database, either by registering or editing yourself, make a backup copy, one on the device and another somewhere else in case of facory reset. Then you can just replace that one file. (Although, in the case of a real registered account, that probably won't give you access to your DRM books.)
|
Tags |
accounts, kobo, log in |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Touch can't seem to register a KOBO account | hughgriffiths | Kobo Reader | 6 | 12-31-2012 08:20 AM |
Kobo Touch account | retired05 | Kobo Reader | 0 | 05-19-2012 04:23 PM |
Is Kobo getting rid of DRM? | John Carroll | Kobo Reader | 27 | 12-19-2011 06:37 PM |
Share Kobo account | ellell | Kobo Reader | 2 | 12-03-2011 03:37 PM |
Kobo Account? | NOTLguy | Kobo Reader | 4 | 11-15-2010 01:42 PM |