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 05-01-2016, 03:23 PM   #1
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,736
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Arrow A firmware updater for all Kobos

I have created a Kobo firmware updater for Linux because Kobo desktop does not work on Linux, and I also don't sign in with a Kobo account and I want to be able to update.

This has been tested with the Kobo Mini, Kobo Aura, Kobo Glo, and the Kobo WiFi. This should work with any device.

How to run
  1. Plug in your e-reader
  2. Type: bash <(wget -qO- https://raw.githubusercontent.com/ge.../KoboUpdate.sh) , and then press ENTER
  3. Follow the prompts
  4. You are done!

How it works
Spoiler:


It finds the mount point of your Kobo: mount | grep KOBO | head -n1 | cut -d' ' -f 3, and quits if it cannot find it
It finds the info about your Kobo:
The model id is the last field in the file KOBOPATH/.kobo/version : cat .kobo/version | rev | cut -d',' -f 1 | rev
The serial number is the first field in the file KOBOPATH/.kobo/version : cat .kobo/version | cut -d',' -f 1
The current firmware version is the third field in the file KOBOPATH/.kobo/version : cat .kobo/version | cut -d',' -f 3
The affiliate is in the affiliate value in KOBOPATH/.kobo/affiliate.conf : cat .kobo/affiliate.conf | grep "affiliate=" | sed "s/affiliate=//g"
It then confirms it for safety
It uses the Kobo API to check for a new firmware version:
https://api.kobobooks.com/1.0/UpgradeCheck/Device/$MODEL_ID/$AFFILIATE/$FWVERSION/$SERIAL
It checks for an update by looking at the value in UpdateType: 0 for none, and 2 for anything else
If it is 2, then it continues, if it is 0, it quits
It then downloads the url returned (which is a zip file)
After it downloads, it extracts the files into the KOBOPATH/.kobo/ directory
It then ejects the Kobo, and tells the user to unplug it
The Kobo will then finish installing the update

Is there a Windows version?
Soon.


Please leave a reply if you tried this. Report any issues on GitHub

See the link for more information!

http://geek1011.github.io/koboupdater-for-linux/


Last edited by geek1011; 02-11-2017 at 03:30 PM.
geek1011 is offline   Reply With Quote
Old 05-01-2016, 05:16 PM   #2
simond
Fanatic
simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.
 
Posts: 532
Karma: 1062755
Join Date: Aug 2005
Location: London, UK
Device: Kobo Aura One, iPad, iPhone
Nice
simond is offline   Reply With Quote
Advert
Old 05-01-2016, 05:20 PM   #3
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,736
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by simond View Post
Nice
Thanks. Do you have any feedback?
geek1011 is offline   Reply With Quote
Old 05-01-2016, 08:14 PM   #4
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,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
OK, useful.

For the non-linux users among us, if you are a calibre user, my Kobo Utilities plugin has a firmware check function that can be automatically run on connection. It works on all OSes.
davidfor is offline   Reply With Quote
Old 05-02-2016, 08:54 PM   #5
the.Mtn.Man
Guru
the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.the.Mtn.Man ought to be getting tired of karma fortunes by now.
 
the.Mtn.Man's Avatar
 
Posts: 711
Karma: 2483502
Join Date: Jul 2011
Device: Kobo Aura
Why jump through all these hoops when you can just update your Kobo directly over wifi?
the.Mtn.Man is offline   Reply With Quote
Advert
Old 05-03-2016, 06:56 AM   #6
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,736
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by the.Mtn.Man View Post
Why jump through all these hoops when you can just update your Kobo directly over wifi?
Because not everyone wants to sign in, some people want to see the URL, some people want to have more control over it (for example if you want to update the mini to 3.19.5761 without chaniging affiliate.conf and you are not comfortable doing a firmware update manually, you can go to the script, override the AFFLIATE variable, and then run it. It's also more fun

Last edited by geek1011; 05-03-2016 at 06:58 AM.
geek1011 is offline   Reply With Quote
Old 05-03-2016, 07:38 AM   #7
344a
Groupie
344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.344a ought to be getting tired of karma fortunes by now.
 
344a's Avatar
 
Posts: 188
Karma: 505964
Join Date: Feb 2016
Location: Hong Kong
Device: Hong Kong is done.
Thanks for giving us more option for device update.
344a is offline   Reply With Quote
Old 05-03-2016, 12:57 PM   #8
ottdmk
Wizard
ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.ottdmk ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 3765734
Join Date: Feb 2012
Location: Ottawa, Ontario, Canada
Device: Kobo Libra 2, Lenovo Tab M10 FHD Plus, Lenovo Tab M8 HD
Very interesting! When I get some time, I may grab it and modify it to work with FreeBSD.
ottdmk is offline   Reply With Quote
Old 05-04-2016, 04:17 AM   #9
simond
Fanatic
simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.
 
Posts: 532
Karma: 1062755
Join Date: Aug 2005
Location: London, UK
Device: Kobo Aura One, iPad, iPhone
Excellent, another FreeBSD user
simond is offline   Reply With Quote
Old 05-04-2016, 05:33 AM   #10
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: 74,015
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
You don't actually need a program to help with firmware updates. You can use the following website to check for a new firmware version, download it, and install it.

http://kobofw.herokuapp.com/
JSWolf is offline   Reply With Quote
Old 05-04-2016, 06:26 AM   #11
simond
Fanatic
simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.simond ought to be getting tired of karma fortunes by now.
 
Posts: 532
Karma: 1062755
Join Date: Aug 2005
Location: London, UK
Device: Kobo Aura One, iPad, iPhone
Quote:
Originally Posted by JSWolf View Post
You don't actually need a program to help with firmware updates. You can use the following website to check for a new firmware version, download it, and install it.

http://kobofw.herokuapp.com/
Nice, didn't know about that before
simond is offline   Reply With Quote
Old 05-04-2016, 04:16 PM   #12
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,736
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by ottdmk View Post
Very interesting! When I get some time, I may grab it and modify it to work with FreeBSD.
What is not working about it? I can probably fix it. I'm also thinking of rewriting it in Python. I'm just waiting for an answer to: http://stackoverflow.com/questions/3...abel-in-python
geek1011 is offline   Reply With Quote
Old 05-04-2016, 04:18 PM   #13
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,736
Karma: 6990705
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by JSWolf View Post
You don't actually need a program to help with firmware updates. You can use the following website to check for a new firmware version, download it, and install it.

http://kobofw.herokuapp.com/
My tool basically does the same thing as this tool, but also extracts it for you.
geek1011 is offline   Reply With Quote
Old 05-04-2016, 04:30 PM   #14
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: 74,015
Karma: 129333114
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 geek1011 View Post
What is not working about it? I can probably fix it. I'm also thinking of rewriting it in Python. I'm just waiting for an answer to: http://stackoverflow.com/questions/3...abel-in-python
If you are going to write this in Python, I suggest making it a Calibre plugin. I do think it would get more use as a plugin.
JSWolf is offline   Reply With Quote
Old 05-04-2016, 04:30 PM   #15
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: 74,015
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
delete post
JSWolf is offline   Reply With Quote
Reply

Tags
firmware, kobo, update, upgrade


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 Japanese PRS-T1/G1 2.0 updater available Snorkledorf Sony Reader 16 04-19-2012 06:13 AM
problem with updater fubarsnafu Calibre 10 06-20-2011 11:51 PM
Firmware Update Late Updater oddeyed Amazon Kindle 1 11-16-2010 05:10 PM


All times are GMT -4. The time now is 02:12 PM.


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