Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 04-13-2021, 02:53 PM   #1
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Tool to map serial number to kindle model and manufacture date

Attached is a perl script to decode a kindle serial number into model and manufacture date information. If at least 12 S/N characters are entered, the full model and manufacture date information is printed. If fewer than 12 S/N characters are entered, the amount of information printed is reduced. Kindle Voyage and earlier models only need 4 characters, PW3 and later need 6. Serial numbers may be entered with or without embedded '-' characters. Serial numbers with embedded space characters must be in quotes.

The manufacture date calculation is based on the post
https://www.mobileread.com/forums/sh...20&postcount=5

The model information is based on the wiki page
https://wiki.mobileread.com/wiki/Kindle_Serial_Numbers

The script is attached below and is also at
https://github.com/jps-e/kindle_info.git

Examples
Code:
perl kindle_info.pl B00E15011395xxxx
Prefix: B00E
Model: Kindle 4 NoTouch Silver (2011)
Made: 20x1 Week 39 Day 5
Nicks: K4, K4S

perl kindle_info.pl G000-p8xx
Prefix: G000P8
Model: Kindle Oasis 2 (2017) WiFi 8GB (Germany, Italy, USA)
Nicks: KOA2, KOA2W8
Notes: [Support added in KindleTool 1.6.5]
Attached Files
File Type: zip kindle_info20220223.zip (2.4 KB, 291 views)
File Type: zip kindle_info20231220.zip (2.5 KB, 68 views)

Last edited by j.p.s; 12-20-2023 at 06:00 PM. Reason: Add github link and support for KT5, PW%, and Scribe
j.p.s is offline   Reply With Quote
Old 04-13-2021, 04:36 PM   #2
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
The original version of the script had a bug that caused the manufacture date not to be printed if the year ended in 0. That has been fixed and the the attachment to post #1 has been replaced with the fixed version.
j.p.s is offline   Reply With Quote
Advert
Old 04-18-2021, 11:10 AM   #3
eddie.t.h
Groupie
eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.eddie.t.h is an accomplished Snipe hunter.
 
eddie.t.h's Avatar
 
Posts: 198
Karma: 123456
Join Date: Jan 2018
Device: Too Much Kindle :-)
A bit off topic, but maybe you know where the "sec" number comes from? I have had the opportunity to repair Kindle with damaged memory several times and unfortunately the lack of this number makes it impossible to re-register it. The rest of the numbers can be recovered from the motherboard, box or the Amazon itself. Unfortunately, Amazon says they don't have any database with serial number kits. can this number be calculated somehow with the others?
eddie.t.h is offline   Reply With Quote
Old 04-18-2021, 03:33 PM   #4
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by eddie.t.h View Post
A bit off topic, but maybe you know where the "sec" number comes from? I have had the opportunity to repair Kindle with damaged memory several times and unfortunately the lack of this number makes it impossible to re-register it. The rest of the numbers can be recovered from the motherboard, box or the Amazon itself. Unfortunately, Amazon says they don't have any database with serial number kits. can this number be calculated somehow with the others?
Those questions are beyond what I know. I made the script from information on the wiki page https://wiki.mobileread.com/wiki/Kindle_Serial_Numbers and the post https://www.mobileread.com/forums/sh...20&postcount=5

There have been posts in the Developer's Corner that mention replacing the EMMC but I don't know how much detail they have and can't seem to find them.
j.p.s is offline   Reply With Quote
Old 04-22-2021, 05:02 PM   #5
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Attached kindle_info20210422.zip to the first post. Adds G000WP, Kindle Oasis 3 (2019) WiFi+4G (32GB) India
j.p.s is offline   Reply With Quote
Advert
Old 11-20-2021, 04:07 PM   #6
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Attached kindle_info20211120.zip to the first post. Adds support for G001LG, Kindle PaperWhite 5 Signature Edition.
j.p.s is offline   Reply With Quote
Old 01-01-2022, 12:18 AM   #7
atonement
Zealot
atonement began at the beginning.
 
Posts: 107
Karma: 10
Join Date: Feb 2015
Location: India
Device: Kindle PW3
Nice. Never encountered Perl before. Managed to get it working in Android saving me a trip to my laptop. Now I know that my refurb PW3 was indeed barely more than a year old when I bought it if that. Thanks.
atonement is offline   Reply With Quote
Old 01-18-2022, 02:12 PM   #8
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Attached kindle_info20220118.zip to the first post. Adds support for G001PX, Kindle PaperWhite 5.
j.p.s is offline   Reply With Quote
Old 02-23-2022, 07:57 PM   #9
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Attached kindle_info20220223.zip to first post to add support for G8S16Q serial number prefix for Twilight Blue Kindle PaperWhite 4
j.p.s is offline   Reply With Quote
Old 12-20-2023, 07:08 PM   #10
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Attached kindle_info20231220.zip to the first post to add support for KT5, PW5, and Scribe. Also added link to github repository.

This latest version was changed to look at S/N characters 3 and 4 for models before PW3 and characters 4, 5, and 6 for models after Voyage because the preceding characters do not identify the model. I would be grateful if anyone can provide information regarding what those characters signify. (I already know that production line might be part of it.) Part of the reason for keying off only the significant substring is that sometimes not all variants are in the wiki page that maps serial number to model.
j.p.s is offline   Reply With Quote
Old 12-26-2023, 07:04 PM   #11
p38lightning
Zealot
p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.p38lightning can self-interpret dreams as they happen.
 
p38lightning's Avatar
 
Posts: 141
Karma: 20939
Join Date: Jan 2015
Location: Maine!
Device: Lenovo Tab M9
Help, please!!! I just picked up a "new" Kindle 5th Gen (black with page turning buttons on the sides and five buttons across the bottom face), original sealed box. Version # is 4.1.1 (1813030025). S/N starts with 9023 and an additional 10 digits and ends with two letters for a total 16 characters. Using V. 4.1.4 from the Amazon Kindle site, the software update remains grayed out even though the unit's version is 4.1.1! Also, it will not allow me to complete registration no matter what I do. It is new and came factory sealed in its original box and clearly appears to be a USA unit. When I check Settings, it does not list a model number. Any help would be appreciated as to what I actually have and how to successfully complete the registration. Thanks in advance. Yes, the wifi connected and functions fully.
p38lightning is offline   Reply With Quote
Old 12-26-2023, 07:33 PM   #12
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,496
Karma: 84420419
Join Date: Nov 2011
Location: Tampa Bay, Florida
Device: Kindles
Quote:
Originally Posted by p38lightning View Post
Using V. 4.1.4 from the Amazon Kindle site, the software update remains grayed out even though the unit's version is 4.1.1!
You will need to update the firmware incrementally to get from 4.1.1 to 4.1.4. See Previous Software Updates for Kindle E-Reader.
jhowell is offline   Reply With Quote
Old 12-26-2023, 07:48 PM   #13
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,278
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by p38lightning View Post
I just picked up a "new" Kindle 5th Gen (black with page turning buttons on the sides and five buttons across the bottom face), original sealed box. Version # is 4.1.1 (1813030025). S/N starts with 9023 and an additional 10 digits and ends with two letters for a total 16 characters.
...
Any help would be appreciated as to what I actually have and how to successfully complete the registration.
jhowell let you know how to update, but just so you know, what you have is:

Code:
kindle_info.pl 9023
Prefix: B023
Model: Kindle 4 NoTouch Black (2012)
Nicks: K4, K4B
Notes: [Support added in KindleTool 1.5.1]
What gave you the idea you have a kindle 5?
j.p.s is offline   Reply With Quote
Old 12-26-2023, 08:25 PM   #14
shamanNS
Guru
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 885
Karma: 10113994
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5 [bricked], Kindle PW1
B023 =/= 9023?
shamanNS is offline   Reply With Quote
Old 12-26-2023, 08:30 PM   #15
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,356
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by shamanNS View Post
B023 =/= 9023?
Actually, it does. Looking at the Kindle Serial Numbers in the wiki
Code:
B023, 9023 	Kindle 4 NoTouch Black (2012) 	K4, K4B
DNSB is offline   Reply With Quote
Reply

Tags
kindle_info, manufacture date, s/n, serial number


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Serial Number show date of manufacture patrickt Amazon Kindle 7 05-08-2021 04:57 PM
Kindle Keyboard serial number issybird Amazon Kindle 5 02-08-2021 07:11 PM
Kindle 4.1.2. serial number cucumba Amazon Kindle 3 09-19-2016 01:38 PM
Jailbreak for Kindle 3.4 - model D00901 serial B008 dcueva Kindle Developer's Corner 1 02-20-2013 02:46 PM
How to tell your iliad manufacture date? booklover iRex 5 04-13-2008 09:18 PM


All times are GMT -4. The time now is 11:08 AM.


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