View Single Post
Old 09-24-2015, 12:09 AM   #1472
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,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by frostschutz View Post
@arasyi: Thanks. Installed it on my H2O. Didn't notice any substantial changes yet...

How do you keep finding these firmware releases so quickly? Reverse engineered the protocol used to check for new versions?
Someone found the URL used for the check a while ago. I think they sniffed it from the traffic and then found it in the firmware. Then someone wrote the code to add to my Kobo Utilities so it can do the check.

The relevant code is:
Code:
"https://api.kobobooks.com/1.0/UpgradeCheck/Device/{0}/{1}/{2}/{3}".format(model_id, affiliate, current_firmware_version, serial_no)
The "model_id" is the last field in ".kobo/version".

The trick is to pick an affiliate that gets updates early. I've lost track of which this is now.
davidfor is offline   Reply With Quote