Merged
Conversation
Adds the Kindle Scribe 3 (KS3) and Kindle Scribe Colorsoft (KSC) Also adds new platforms Platpa6 (for KS3) and Platcs8 (for KSC)
On 5.19.1, two new device codes are listed, 53C, and KVR. These do not go to any kindle identified as part of the new 2025 scribe's update (voice and main) bins. They have been added as ValidKindleUnknown_53C & ValidKindleUnknown_KVR.
This was added in 69bcde8 because my editor Kate decided to Before, this wasn't here, and I don't want it to cause any problems, so I removed it now.
Owner
|
LGTM, many thanks ;). I'll push basic detection in FBInk, too, and hope for the best until I have time to look at the kernels (I assume we still don't have shell on those, so it's not critical anyway ^^). |
Author
|
yeah, we don't have shell on any of the new devices, no new exploits in the works unfortunately. |
NiLuJe
added a commit
to NiLuJe/FBInk
that referenced
this pull request
Dec 26, 2025
c.f., NiLuJe/KindleTool#26 Also, set a different deviceName for "we know these actually might exist" Kindles, vs. "WTH is this?!" (i.e., whether we know the S/N prefix or not).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the two new scribes (KS3 and KSC) released December 2025.
Also adds two new mystery kindles found in /etc/deviceTypes.conf in 5.19.1 as ValidKindleUnknown_53C and ValidKindleUnknown_KVR.
Please let me know if I missed updating anything in here, or made any mistakes!
This change is