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 11-23-2014, 05:59 AM   #1
asik144
Junior Member
asik144 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2014
Device: kobo touch (N905B)
How to stop KOBO TOuch 905b from phoning home and upgrading firmware via wifi

hi.

i have searched on the google but i did not find any simple way to prevent kobo touch 905b from upgrading itself using wifi. all the tutorials include linux and i do not use linux.

so could someone help me by telling me the procedure to stop kobo from phoning home and preventing it from up grading itself.

i can do it simply by disabling wifi but i want to use google drive on my kobo as i have already installed the grive patch on kobo.

thanks in advance.
asik144 is offline   Reply With Quote
Old 11-23-2014, 09:07 AM   #2
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by asik144 View Post
hi.

i have searched on the google but i did not find any simple way to prevent kobo touch 905b from upgrading itself using wifi. all the tutorials include linux and i do not use linux.

so could someone help me by telling me the procedure to stop kobo from phoning home and preventing it from up grading itself.

i can do it simply by disabling wifi but i want to use google drive on my kobo as i have already installed the grive patch on kobo.

thanks in advance.
I keep this old post of Tshering's

If you just want to read your ebooks and do not want to use any of the sync features then you can use your Kobo device without registering. [This is what I have done all along. My memory may not be the greatest anymore but even I can find my place in a book I am reading on multiple devices. Sync is not of much use if you read a book from a single device.]

1. The tool you need.

2. Use the sqlitebrowser File>Open database function to find the "KoboReader.sqlite" file in the .kobo folder of your device.

4. Tshering's original description of the procedure:

"there are several explanations at this forum. I cannot find them myself right now. Anyway, in order to initialize the reader without registering you can add a new line to the "user" table of the database. Fill in any fitting values. Depending on your firmware version, the number of values varies.
Example for FW 1.9.12:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0");Example for FW 2.5.0:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0", "0","false")

I think you use the SQLite Database Browser. Right? Open the database file "KoboReader.sqlite". Select "Browse Data" and choose the table "user". Look at line 1 and try to establish whether the values of one of the two examples might fit or whether you have to make some modifications. I guess the second example might be correct for the Mini. Choose Execute SQL, enter the command "INSERT INTO user VALUES ..." and press "Execute query".
--------------------------------------------------------------------------------
tshering"

For my user for AuraHD 3.1.1:

INSERT INTO user VALUES ("0", "0", "0", "0", "0", "0","false","false","false")

You can just paste the above string into the "SQL string:" box in the "Execute SQL" tab.
Then click on the "Execute query" button.

5. After you have a zeroed out user and have saved the file, just restart your device and you should be good to go.

You will have basically removed the addresses and data, nickel uses to phone home. You might want to find the tips & tricks in the sticky part of the "Developer's Corner" subforum, there is also info on how to disable Google Analytics from passing data from your Kobo device to Google.

Luck;
Ken

Last edited by Ken Maltby; 11-23-2014 at 09:17 AM.
Ken Maltby is offline   Reply With Quote
Advert
Old 11-23-2014, 10:11 AM   #3
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,257
Karma: 74007256
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Quote:
Originally Posted by Ken Maltby View Post
I keep this old post of Tshering's

If you just want to read your ebooks and do not want to use any of the sync features then you can use your Kobo device without registering. [This is what I have done all along. My memory may not be the greatest anymore but even I can find my place in a book I am reading on multiple devices. Sync is not of much use if you read a book from a single device.]

1. The tool you need.

2. Use the sqlitebrowser File>Open database function to find the "KoboReader.sqlite" file in the .kobo folder of your device.

4. Tshering's original description of the procedure:

"there are several explanations at this forum. I cannot find them myself right now. Anyway, in order to initialize the reader without registering you can add a new line to the "user" table of the database. Fill in any fitting values. Depending on your firmware version, the number of values varies.
Example for FW 1.9.12:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0");Example for FW 2.5.0:

Code:
INSERT INTO user VALUES ("0", "0", "0", "0", "0", "0","false")

I think you use the SQLite Database Browser. Right? Open the database file "KoboReader.sqlite". Select "Browse Data" and choose the table "user". Look at line 1 and try to establish whether the values of one of the two examples might fit or whether you have to make some modifications. I guess the second example might be correct for the Mini. Choose Execute SQL, enter the command "INSERT INTO user VALUES ..." and press "Execute query".
--------------------------------------------------------------------------------
tshering"

For my user for AuraHD 3.1.1:

INSERT INTO user VALUES ("0", "0", "0", "0", "0", "0","false","false","false")

You can just paste the above string into the "SQL string:" box in the "Execute SQL" tab.
Then click on the "Execute query" button.

5. After you have a zeroed out user and have saved the file, just restart your device and you should be good to go.

You will have basically removed the addresses and data, nickel uses to phone home. You might want to find the tips & tricks in the sticky part of the "Developer's Corner" subforum, there is also info on how to disable Google Analytics from passing data from your Kobo device to Google.

Luck;
Ken
Ken this does not help the poster. He is not concerned about registration, but rather wants to prevent the device upgrading via WiFi.

What f/w are you using?
PeterT is offline   Reply With Quote
Old 11-23-2014, 10:25 AM   #4
robko
Wizard
robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.
 
Posts: 2,454
Karma: 5469320
Join Date: Jul 2010
Device: Kobo
Quote:
Originally Posted by asik144 View Post
hi.

i have searched on the google but i did not find any simple way to prevent kobo touch 905b from upgrading itself using wifi. all the tutorials include linux and i do not use linux.

so could someone help me by telling me the procedure to stop kobo from phoning home and preventing it from up grading itself.

i can do it simply by disabling wifi but i want to use google drive on my kobo as i have already installed the grive patch on kobo.

thanks in advance.
As long as you don't hit the sync button, the Kobo won't try to upgrade even with your wifi connected. I'm assuming (maybe wrongly) that you're using the browser to access Google drive, which won't cause an update. User initiated full sync is the only way it's going to try to update.
robko is offline   Reply With Quote
Old 11-23-2014, 01:10 PM   #5
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by PeterT View Post
Ken this does not help the poster. He is not concerned about registration, but rather wants to prevent the device upgrading via WiFi.

What f/w are you using?
As I mentioned, the sync features would not be used. The other time that an update is initiated is during the registration process.

At this time I still use the 3.5.0 firmware.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Advert
Old 11-23-2014, 01:21 PM   #6
bookaho!ic
Evangelist
bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.bookaho!ic ought to be getting tired of karma fortunes by now.
 
bookaho!ic's Avatar
 
Posts: 463
Karma: 5575734
Join Date: Feb 2013
Location: UK
Device: kobo Aura H20 2nd Ed
Sorry to sound stupid can't you turn the wifi off
bookaho!ic is offline   Reply With Quote
Old 11-23-2014, 02:23 PM   #7
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,257
Karma: 74007256
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Not if he wants to use the Google Drive hack....
PeterT is offline   Reply With Quote
Old 11-23-2014, 06:29 PM   #8
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,906
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by asik144 View Post
i have searched on the google but i did not find any simple way to prevent kobo touch 905b from upgrading itself using wifi. all the tutorials include linux and i do not use linux.

so could someone help me by telling me the procedure to stop kobo from phoning home and preventing it from up grading itself.

i can do it simply by disabling wifi but i want to use google drive on my kobo as i have already installed the grive patch on kobo.
The only time a check for new firmware is done is when you do a sync to the Kobo server. So, are you reading books from Kobo and want to sync the status? If you are, you can't stop the check and update. Otherwise, just don't sync. You don't have a need to, so don't.
davidfor is offline   Reply With Quote
Old 11-24-2014, 05:10 AM   #9
murg
No Comment
murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.
 
Posts: 3,240
Karma: 23878043
Join Date: Jan 2012
Location: Australia
Device: Kobo: Not just an eReader, it's an adventure!
Remember to BACK UP YOUR DEVICE before messing with the database...
murg is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Touch phoning home when first connecting to a WiFi network bhaak Kindle Developer's Corner 4 10-30-2014 10:33 AM
How do I setup a kobo touch without upgrading the firmware odin500 Kobo Reader 6 12-30-2013 04:19 PM
Upgrading kernel kobo touch debiatan Kobo Developer's Corner 5 11-07-2012 12:28 PM
Preventing Kindle 2 from phoning home? Harry More Kindle Developer's Corner 5 01-11-2012 04:19 PM
upgrading kobo wifi leaperk Kobo Reader 4 06-09-2011 03:46 PM


All times are GMT -4. The time now is 11:53 PM.


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