View Single Post
Old 06-15-2019, 04:47 PM   #24
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by NiLuJe View Post
Then, yeah, you're definitely doing something wrong somewhere. Try with fresh downloads and double check your unarchiver isn't doing anything untoward to the archives...
I was looking at the Kindle Tool commits. Just wondering, does it matter if the 0WH variant is identified as unknown? Copy/pasting using iPad so a bit borked.

Code:
if (kt_with_unknown_devcodes) {
	info.devices[info.num_devices++] = KindleBasic3Unknown_0WF;
	info.devices[info.num_devices++] = KindleBasic3Unknown_0WG;
	info.devices[info.num_devices++] = KindleBasic3Unknown_0WH;


case KindleBasic3Unknown_0WH:
	return "Kindle Basic 3 (2019) (Unknown Variant 0WH)";
ilovejedd is offline   Reply With Quote