View Single Post
Old 05-16-2017, 03:13 PM   #56
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,805
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by tshering View Post
David, are you sure about that? I just looked up what I did in KSM in terms of identification. There I see:

370 ) PRODUCT_ID=0x4213;;
371 ) PRODUCT_ID=0x4223;;
372 ) PRODUCT_ID=0x4224;;
373 ) PRODUCT_ID=0x4225;;
375 ) PRODUCT_ID=0x4226;;

And from some other notes of mine I see that I classified 374 as unknown model. And 375 I took as the new model (I cannot remember whether we knew already the name H2O Ed. 2 at that time. I have to admit that I cannot exactly remember what was the base of what I did.
Any ideas to that?
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.
geek1011 is offline   Reply With Quote