-
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.
Update patches for 3.1.0 (WIP, crashes)
- Loading branch information
Showing
12 changed files
with
188 additions
and
23 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
11 changes: 11 additions & 0 deletions
11
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/blockCheck.310.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 count > 8", | ||
"_memPos": "3.1.0=0x1B23E", | ||
"_fwVer": "3.1.0" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["e7", "f7", "75", "fb", "48", "45", "4f", "f0", "06", "00", "08", "bf", "08", "26"], | ||
"replace": ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "26", "00"] | ||
}] | ||
} |
12 changes: 12 additions & 0 deletions
12
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/blockCheckRemove.310.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,12 @@ | ||
{ | ||
"general": { | ||
"_desc": "Allows tags with block count <8", | ||
"_memPos": "0x1B16A", | ||
"_memPosFw": "3.1.0", | ||
"_fwVer": "3.1.0" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["e7", "f7", "d7", "fb", "09", "9a", "06", "46", "03", "46", "00", "28"], | ||
"replace": ["00", "20", "00", "bf", "??", "??", "??", "??", "??", "??", "??", "??"] | ||
}] | ||
} |
56 changes: 56 additions & 0 deletions
56
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/enableWeb.310.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,56 @@ | ||
{ | ||
"general": { | ||
"_desc": "Enable Webinterface without going into AP Mode", | ||
"_memPos": "", | ||
"_fwVer": "3.1.0" | ||
}, | ||
"positions": [{ | ||
"_id": 0, | ||
"_name": "Prepare/CloseWifiConfigOnDoubleEar?", | ||
"_fwVer": "3.1.0", | ||
"offset": 0, | ||
"search": ["10", "b5", "04", "46", "1e", "f0", "1e", "fd", "02", "46"] | ||
}, { | ||
"_id": 1, | ||
"_name": "SetTonieMode/BluePulse", | ||
"_fwVer": "3.0.5+", | ||
"offset": 0, | ||
"search": ["70", "b5", "14", "4e", "14", "4a", "0d", "46", "31", "68", "52", "f8", "20", "30", "52", "f8", "21", "20", "12", "49", "04", "46", "41", "f2", "fb", "70"] | ||
}], | ||
"searchAndReplace": [{ | ||
"_desc": "Keep in WiFi in ROLE_STA instead of switching to ROLE_AP", | ||
"_memPos": "3.1.0=0x2163E", | ||
"_fwVer": "3.1.0", | ||
"search": [ | ||
"00", "2b", "0c", "db", "02", "20" | ||
], | ||
"replace": [ | ||
"??", "??", "??", "??", "00", "??" | ||
] | ||
},{ | ||
"_desc": "Disable check on SlDrvCmd result", | ||
"_fwVer": "3.0.5+", | ||
"search": [ | ||
"00", "2b", "06", "db" | ||
], | ||
"replace": [ | ||
"??", "??", "00", "bf" | ||
] | ||
},{ | ||
"_desc": "Branch to tonie mode (instead of blue pulsing)", | ||
"_fwVer": "3.0.8+", | ||
"search": [ | ||
"10", "21", | ||
"06", "20", | ||
"??", "f7", "??", "??", | ||
"??", "??" | ||
], | ||
|
||
"replace": [ | ||
"??", "??", | ||
"??", "??", | ||
"??", "??", "??", "??", | ||
"06", "e0" | ||
] | ||
}] | ||
} |
56 changes: 56 additions & 0 deletions
56
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/enableWeb.dev.310.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,56 @@ | ||
{ | ||
"general": { | ||
"_desc": "Enable Webinterface without going into AP Mode", | ||
"_memPos": "", | ||
"_fwVer": "3.1.0" | ||
}, | ||
"positions": [{ | ||
"_id": 0, | ||
"_name": "Prepare/CloseWifiConfigOnDoubleEar?", | ||
"_fwVer": "3.1.0", | ||
"offset": 0, | ||
"search": ["10", "b5", "04", "46", "1e", "f0", "1e", "fd", "02", "46"] | ||
}, { | ||
"_id": 1, | ||
"_name": "SetTonieMode/BluePulse", | ||
"_fwVer": "3.0.5+", | ||
"offset": 0, | ||
"search": ["70", "b5", "14", "4e", "14", "4a", "0d", "46", "31", "68", "52", "f8", "20", "30", "52", "f8", "21", "20", "12", "49", "04", "46", "41", "f2", "fb", "70"] | ||
}], | ||
"searchAndReplace": [{ | ||
"_desc": "Keep in WiFi in ROLE_STA instead of switching to ROLE_AP", | ||
"_memPos": "3.1.0=0x2163E", | ||
"_fwVer": "3.1.0", | ||
"search": [ | ||
"00", "2b", "0c", "db", "02", "20" | ||
], | ||
"replace": [ | ||
"??", "??", "??", "??", "00", "??" | ||
] | ||
},{ | ||
"_desc": "Disable check on SlDrvCmd result", | ||
"_fwVer": "3.0.5+", | ||
"search": [ | ||
"00", "2b", "06", "db" | ||
], | ||
"replace": [ | ||
"??", "??", "00", "bf" | ||
] | ||
},{ | ||
"_desc": "Branch to tonie mode (instead of blue pulsing)", | ||
"_fwVer": "3.0.8+", | ||
"search": [ | ||
"10", "21", | ||
"06", "20", | ||
{"asm":{"instr": "bl", "param":"p1", "length": 4}}, | ||
"??", "??" | ||
], | ||
|
||
"replace": [ | ||
"??", "??", | ||
"??", "??", | ||
"??", "??", "??", "??", | ||
"06", "e0" | ||
] | ||
}] | ||
} |
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
9 changes: 4 additions & 5 deletions
9
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noHideA.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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"general": { | ||
"_desc": "Always unhides files (instead of hiding them)", | ||
"_memPos": "", | ||
"_fwVer": "3.0.8" | ||
"_memPos": "3.0.8=0x142DC, 3.1.0=0x16ED2", | ||
"_fwVer": "3.0.8+" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["00", "29", "14", "bf", "02", "27", "00", "27"], | ||
"replace": ["??", "??", "??", "??", "00", "??", "??", "??"] | ||
"search": ["14", "bf", "02", "27", "00", "27"], | ||
"replace": ["??", "??", "00", "??", "??", "??"] | ||
}] | ||
} | ||
|
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/noPrivacy.310.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 ENABLE PRIVACY to keep the tags readable", | ||
"_memPos": "3.1.0=0x1B2BC", | ||
"_fwVer": "3.1.0" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["11", "21", "38", "46", "8d", "f8", "76", "90", "f2", "f7", "f4", "ff"], | ||
"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
6 changes: 3 additions & 3 deletions
6
sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/uidCheck.307.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"general": { | ||
"_desc": "Removes UID validation (E0 04 03) to allow SLIX and SLIX2 tags", | ||
"_memPos": "", | ||
"_memPos": "3.0.7=0xB7B4, 3.0.8=0x1F28, 3.1.0=0x194A0", | ||
"_fwVer": "3.0.7+" | ||
}, | ||
"searchAndReplace": [{ | ||
"search": ["bd", "f8", "42", "20", "4e", "f2", "04", "03", "9a", "42", "40", "f0", "??", "80", "9d", "f8", "41", "30", "03", "2b", "40", "f0", "??", "80"], | ||
"replace": ["??", "??", "??", "??", "??", "??", "??", "??", "??", "??", "00", "bf", "00", "bf", "??", "??", "??", "??", "??", "??", "00", "bf", "00", "bf"] | ||
"search": ["9a", "42", "40", "f0", "??", "80", "9d", "f8", "??", "30", "03", "2b", "40", "f0", "??", "??"], | ||
"replace": ["??", "??", "00", "bf", "00", "bf", "??", "??", "??", "??", "??", "??", "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