View Single Post
Old 05-16-2017, 04:22 PM   #58
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by geek1011 View Post
I just checked by putting this into the console:

Code:
KoboFirmware.devices = [];KoboFirmware.devicesToChcek = {};String.prototype.padLeft = function (paddingValue) {return String(paddingValue + this).slice(-paddingValue.length);};for (var i = 0;i < 100; i++) {console.log(i);var did = "00000000-0000-0000-0000-0000000003" + i.toString().padLeft("00");KoboFirmware.devicesToCheck[did] = did};KoboFirmware.promises.CustomJSONP = KoboFirmware.promises.JSONP.bind(null, 60000, "https://json2jsonp.com/");KoboFirmware.Init();
It seems like it is the only new one on the list which works, so I think David is correct.
For me

Code:
https://api.kobobooks.com/1.0/UpgradeCheck/Device/00000000-0000-0000-0000-000000000374/RakutenBooks/0.0.0/N905xxxxxxxxx
returns the URL http://download.kobobooks.com/firmwa...-3.19.5761.zip
whereas
Code:
https://api.kobobooks.com/1.0/UpgradeCheck/Device/00000000-0000-0000-0000-000000000375/RakutenBooks/0.0.0/N905xxxxxxxxx
returns the URL http://download.kobobooks.com/firmwa...e-4.3.9084.zip

With bestbuyca both return the URL http://download.kobobooks.com/firmwa...e-4.4.9298.zip

Last edited by tshering; 05-16-2017 at 04:25 PM.
tshering is offline   Reply With Quote