-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from toniebox-reverse-engineering/develop
Develop
- Loading branch information
Showing
11 changed files
with
114 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/alwaysUnhide.308.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"general": { | ||
"_desc": "Always unhides files instead of hiding them. Breaks updating tonie (creative/live) content.", | ||
"_memPos": "", | ||
"_fwVer": "3.0.8" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["00", "29", "14", "bf", "02", "27", "00", "27"], | ||
"replace": ["??", "??", "??", "??", "00", "??", "??", "??"] | ||
}] | ||
} |
4 changes: 2 additions & 2 deletions
4
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/blockCheck.308.json
This file contains 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
11 changes: 11 additions & 0 deletions
11
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/blockCheckRemove.308.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"general": { | ||
"_desc": "Removes check for tag blocks completely (broken tags)", | ||
"_memPos": "0x1F46", | ||
"_fwVer": "3.0.8+" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["08", "f0", "56", "fa", "04", "46", "88", "b1", "03", "46", "32", "46"], | ||
"replace": ["00", "20", "00", "bf", "??", "??", "??", "??", "??", "??", "??", "??"] | ||
}] | ||
} |
11 changes: 11 additions & 0 deletions
11
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noHide.308.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"general": { | ||
"_desc": "Do not hide files, if they are marked as deprecated from server. Breaks updating tonie (creative/live) content.", | ||
"_memPos": "", | ||
"_fwVer": "3.0.8" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["01", "21", "1c", "a8", "fc", "f7", "77", "fa"], | ||
"replace": ["??", "??", "??", "??", "00", "bf", "00", "bf"] | ||
}] | ||
} |
This file contains 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
This file contains 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