Skip to content

Commit

Permalink
(un)Hide Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Feb 9, 2021
1 parent 76b628b commit 0938a35
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"patches": ["blockCheck.308", "noCerts.305", "noChargWake.305", "noPass.305", "noPrivacy.305", "uidCheck.305"]
"patches": ["blockCheck.308", "noCerts.305", "noChargWake.305", "noHideA.308", "noPass.305", "noPrivacy.305", "uidCheck.305"]
},
"cfw1": {
"checkHash": true,
Expand Down
12 changes: 12 additions & 0 deletions sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noHideA.308.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"general": {
"_desc": "Always unhides files (instead of hiding them)",
"_memPos": "",
"_fwVer": "3.0.8"
},
"searchAndReplace": [{
"search": ["00", "29", "14", "bf", "02", "27", "00", "27"],
"replace": ["??", "??", "??", "??", "00", "??", "??", "??"]
}]
}

3 changes: 3 additions & 0 deletions wiki/OFWPatches.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Usally doesn't allow tags without the boxine specific or the NXP specific privac
### No UID check ([uidCheck.305.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/uidCheck.305.json))
Usally the toniebox checks if the UID of the tag starts with *E0:04:03*. With that patch you may use tags with other UIDs (ex SLIX or SLIX2)

### Unhide files that should be hidden ([noHideA.308.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noHideA.308.json))
Usally the toniebox sets the file attribute hidden of the tonie file for all live tags and since v3.0.8 all custom tags. If the toniebox is online, it will delete that file to redownload its content. This patch replaces the hide functionality with unhide. So the files won't be deleted and redownloaded.


## Additional
### Disable charger wakeup ([noChargWake.305.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noChargWake.305.json))
Expand Down

0 comments on commit 0938a35

Please sign in to comment.