Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 01-07-2023, 11:31 AM   #31
redrob
Junior Member
redrob began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2023
Device: Kobo Libra
not work yet _ tri Please helped 3-4 possibilities. Ithere use of an enter button?

[QUOTE=ersanchez;3968157]Thank you so much for this!

Hi
I tried this 3-4 different ways eventually always hitting an enter key to execute but Ive failed so far.

I must be really messing up syntax
rob

Last edited by redrob; 01-07-2023 at 11:36 AM. Reason: Poor pre send review
redrob is offline   Reply With Quote
Old 01-07-2023, 11:44 AM   #32
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 13,872
Karma: 103895653
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
just use a fake or real email address. I used a real one made for Kobo and not a single email in 5 years. A fake one worked too. About 12 kobos setup.

I've used a different email address to recently buy physical ereaders from them.
Quoth is offline   Reply With Quote
Advert
Old 12-25-2023, 06:16 AM   #33
mfashby
Junior Member
mfashby began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2019
Device: Kindle basic 2014 (KT2)
Quote:
Originally Posted by BloodRagg View Post
Assuming that you are a windows user:
1. Connect your Kobo
2. Navigate to KOBOeReader/.kobo, there should be a file name KoboReader.sqlite (copy the link)
3. Download https://sqlite.org/2019/sqlite-tools...86-3280000.zip, and unpack it.
4. Open command prompt in the folder above.
5. sqlite3 (paste the link)
6. copy and paste this: INSERT INTO user(UserID,UserKey) VALUES('1','');
7. type .quit
Awesome thanks for this! Helped me get my books loaded at my granddad's house without WiFi or sorting out tethering ��

Anyone who missed it the database file to open is .kobo/KoboReader.sqlite

Last edited by mfashby; 12-25-2023 at 06:17 AM. Reason: added relevant file to edit
mfashby is offline   Reply With Quote
Old 12-25-2023, 08:22 AM   #34
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,399
Karma: 238915017
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by mfashby View Post
Awesome thanks for this! Helped me get my books loaded at my granddad's house without WiFi or sorting out tethering ��

Anyone who missed it the database file to open is .kobo/KoboReader.sqlite
There is no longer any need to do this. Now all you need is add the following line to the configuration file:
SideloadedMode=true
under [ApplicationPreferences]
Sirtel is offline   Reply With Quote
Old 12-25-2023, 07:31 PM   #35
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,575
Karma: 145863177
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by BloodRagg View Post
Assuming that you are a windows user:
1. Connect your Kobo
2. Navigate to KOBOeReader/.kobo, there should be a file name KoboReader.sqlite (copy the link)
3. Download https://sqlite.org/2019/sqlite-tools...86-3280000.zip, and unpack it.
4. Open command prompt in the folder above.
5. sqlite3 (paste the link)
6. copy and paste this: INSERT INTO user(UserID,UserKey) VALUES('1','');
7. type .quit
Eventually a Kobo firmware update is going to not work with your fake registration and you will lose everything. It's already happened 2 or 3 times.

So don't do it and don't help others to do it!
JSWolf is offline   Reply With Quote
Advert
Old 12-25-2023, 07:32 PM   #36
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,575
Karma: 145863177
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by mfashby View Post
Awesome thanks for this! Helped me get my books loaded at my granddad's house without WiFi or sorting out tethering ��

Anyone who missed it the database file to open is .kobo/KoboReader.sqlite
Log out and log back in properly or one day everything will be lost. That's a fact. It's already happened to others who have fake registered and it will happen to you.
JSWolf is offline   Reply With Quote
Old 12-25-2023, 07:33 PM   #37
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,575
Karma: 145863177
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
There is NO NEED TO BE SO PARANOID! Kobo does not do anything with your information.
JSWolf is offline   Reply With Quote
Old 12-28-2023, 11:56 AM   #38
pghaworth
Fervent Pleasure Seeker
pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.
 
pghaworth's Avatar
 
Posts: 1,224
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
Quote:
Originally Posted by Sirtel View Post
There is no longer any need to do this. Now all you need is add the following line to the configuration file:
SideloadedMode=true
under [ApplicationPreferences]
two questions please:

1. how do I get to that config file on a new kobo?
it's trying to force a new account, or login with old, but won't let me, or use one of many others I don't want to use. and all I see when connected to windows are the connection options. also, calibre won't recognize and no surprise there. just info

2. I currently have two kobos that the ports are going bad on so I really need to configure this new one and another one that is landing 1/3/24 asap. is there a way to just copy the config files from one of my kobos that are pre-configured and stop going in circles with koko's registration process?

thanks in advance for all help offered!!
pghaworth is offline   Reply With Quote
Old 12-28-2023, 12:05 PM   #39
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,399
Karma: 238915017
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by pghaworth View Post
two questions please:

1. how do I get to that config file on a new kobo?
it's trying to force a new account, or login with old, but won't let me, or use one of many others I don't want to use. and all I see when connected to windows are the connection options. also, calibre won't recognize and no surprise there. just info.
You'll get to it on your computer while connected. Not on the Kobo, on the computer. Open the file with a text editor.
Sirtel is offline   Reply With Quote
Old 12-28-2023, 03:34 PM   #40
pghaworth
Fervent Pleasure Seeker
pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.
 
pghaworth's Avatar
 
Posts: 1,224
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
I have tried everything I know to do and zero works. all I could do was factory reset and prepare to return it. this one, and likely the other one I have coming are defective since I keep getting sent in circles.

if anyone has any thoughts I would love to hear them. thanks.

was able to do step 1. but not step 2.

" Originally Posted by BloodRagg View Post
Assuming that you are a windows user:
1. Connect your Kobo
2. Navigate to KOBOeReader/.kobo, there should be a file name KoboReader.sqlite (copy the link)
3. Download https://sqlite.org/2019/sqlite-tools...86-3280000.zip, and unpack it.
4. Open command prompt in the folder above.
5. sqlite3 (paste the link)
6. copy and paste this: INSERT INTO user(UserID,UserKey) VALUES('1','');
7. type .quit
pghaworth is offline   Reply With Quote
Old 12-28-2023, 03:42 PM   #41
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,399
Karma: 238915017
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Did you connect the Kobo to your computer and select "Connect" on the Kobo screen? Did it show up as a drive on your computer after that?
Sirtel is offline   Reply With Quote
Old 12-28-2023, 03:45 PM   #42
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,746
Karma: 168959600
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
On an new Kobo in setup, try the non-Wifi setup option.
DNSB is online now   Reply With Quote
Old 12-29-2023, 05:02 AM   #43
pghaworth
Fervent Pleasure Seeker
pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.
 
pghaworth's Avatar
 
Posts: 1,224
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
Quote:
Originally Posted by Sirtel View Post
Did you connect the Kobo to your computer and select "Connect" on the Kobo screen? Did it show up as a drive on your computer after that?
yes. went through all the steps but it just looped back to the setup screen every time.

never showed as a drive on my pc at any time.

thanks.
pghaworth is offline   Reply With Quote
Old 12-29-2023, 05:04 AM   #44
pghaworth
Fervent Pleasure Seeker
pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.pghaworth ought to be getting tired of karma fortunes by now.
 
pghaworth's Avatar
 
Posts: 1,224
Karma: 712073
Join Date: Feb 2009
Location: The Windmills of My Mind
Device: Clara HD
Quote:
Originally Posted by DNSB View Post
On an new Kobo in setup, try the non-Wifi setup option.
there was no non-wifi setup offered per se. there was something about "no wifi?", I think.

when I tried to use the option it gave me an option to use the kobo desktop or something like that. that worried me so I either didn't try it or it gave me a code to use online which didn't work.

after that it tried to force wifi every time and then it didn't work at all and just looped.

thanks.

note: I am in very poor health atm so some things are muddled due to my health issues. please excuse errors.

Last edited by pghaworth; 12-29-2023 at 05:40 AM.
pghaworth is offline   Reply With Quote
Old 12-29-2023, 05:48 AM   #45
mfashby
Junior Member
mfashby began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2019
Device: Kindle basic 2014 (KT2)
Quote:
Originally Posted by JSWolf View Post
Log out and log back in properly or one day everything will be lost. That's a fact. It's already happened to others who have fake registered and it will happen to you.
I did that once I had WiFi, all the books I had uploaded from my laptop were still present. Not sure what 'everything' means in this context.

If this is no longer a reasonable way to operate the device offline, thanks for highlighting it hopefully future readers will check these follow up posts.
mfashby is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo Aura HD - Linux Walkthrough - Registration bypass linux.kobo.user Kobo Reader 24 02-10-2020 03:58 AM
Kobo Vox ByPass Sign In Python Master Kobo Developer's Corner 0 06-08-2018 12:27 PM
Bypass the usb connector on kobo touch Moshiko Kobo Reader 1 04-29-2015 06:04 PM
New H2O How to bypass setup Maillemom Kobo Reader 2 01-18-2015 06:18 AM
Bypass Entourage Registeration Screen Gunnerp245 enTourage eDGe 1 07-08-2011 12:45 PM


All times are GMT -4. The time now is 02:16 AM.


MobileRead.com is a privately owned, operated and funded community.