A short script to re-package existing packages#14
Open
knc1 wants to merge 4 commits intoNiLuJe:masterfrom
Open
A short script to re-package existing packages#14knc1 wants to merge 4 commits intoNiLuJe:masterfrom
knc1 wants to merge 4 commits intoNiLuJe:masterfrom
Conversation
Merge pull request NiLuJe#13 from knc1/master
Owner
|
Crap, forgot about that! Quick question: are any of the extra device IDs you pass currently missing from git master? |
Author
|
On Wed, 22 Nov 2017 02:19:20 +0000 (UTC) NiLuJe ***@***.***> wrote:
Crap, forgot about that!
Quick question: are any of the extra device IDs you pass currently
missing from git master?
Yes, look at the long list of un-defineds coplate is passing.
The script is mine, the argument list is coplate's.
I have kept the serial numbers table up to date so far.
You might as well wait until this weekend if you can, there have
already been changes to that which I haven't pushed to you yet.
I do have the help of a few people and someone sent me a new
Oasis last Monday, so progress is slowly being made.
In addition to going from 4 partitions to 7 partitions there have
been a lot of changes to the system files.
"Diags" is gone as a separate system, but it is still dual boot.
All looks to be in preparation for Kindle/Android.
|
Owner
|
Ah, right, I see a missed the Oasis 2 release, joy. -_-". |
Owner
|
AFAIR, |
NiLuJe
added a commit
that referenced
this pull request
Nov 24, 2017
Owner
|
I'll see what you've all prepared this week-end, in the meantime, I can probably whip up a couple of the usual binary builds of KindleTool if need be (everything not arm, that is). |
Owner
|
And while we're on the subject, can we still run Kindlets and/or Booklets on this, or should I not even bother adding the new device IDs to KUAL? |
Author
|
On Fri, 24 Nov 2017 19:26:40 +0000 (UTC) NiLuJe ***@***.***> wrote:
And while we're on the subject, can we still run Kindlets on this, or
should I not even bother adding the new device IDs to KUAL?
Kindlets are dead and gone.
They died with the first Oasis or maybe the Voyage.
But I would put the models in, since Kindlet support is by
model/firmware version combination.
It was only the 5.9.2 firmware (PW3 and newer) that obfuscates booklet.
And according to coplate, who has looked, differently for each model.
I have not conditional-ized the bridge support of the kindlet support
in the bridge code. Horrible sentence, must still be asleep.
All of the IS_<model> stuff is gone from the bridge code.
Only supports AT_LEAST_54...
But that will go away today, because it does no harm to put an empty
file on the root of the file system.
The model detection in the bridge code is now a full six character
decode. Which is actually easier to read/follow.
But it only sets the OSD messaging parameters.
The KOA2 lack of a Diags partition is directly detected in the
mount_root_rw function. It does not depend on the model detection.
Yeah, KUAL is dead and gone.
AcidWeb has a replacement that uses a server on localhost and is written
in Python, no Amazon system dependencies.
|
Author
|
On Fri, 24 Nov 2017 19:26:40 +0000 (UTC) NiLuJe ***@***.***> wrote:
And while we're on the subject, can we still run Kindlets on this, or
should I not even bother adding the new device IDs to KUAL?
Kindlets are dead and gone.
And on the PW3 - 5.9.2 doesn't even have support to delete them.
Developer keys and Kindlet jailbreak are going to be bridgelets RSN.
Hmm...
I don't like the look of that word, but something very close that
implies a working fragment.
|
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.
A little script that contains a table of things to re-package.
The table is populated for KOA2-beta things as a worked/working example.
This change is