diff --git a/sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json b/sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json index b950739..527eb35 100644 --- a/sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json +++ b/sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json @@ -29,14 +29,14 @@ "watchdog": true, "ofwFix": true, "ofwSimBL": true, - "patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noChargWake.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"] + "patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"] }, "ofw3": { "checkHash": true, "hashFile": false, "watchdog": true, "ofwFix": true, - "patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noChargWake.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"] + "patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"] }, "cfw1": { "checkHash": false, diff --git a/wiki/OFWPatches.md b/wiki/OFWPatches.md index 5c2e2bf..02f2e05 100644 --- a/wiki/OFWPatches.md +++ b/wiki/OFWPatches.md @@ -37,9 +37,6 @@ Usally the toniebox sets the file attribute hidden of the tonie file for all liv ## 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)) -The toniebox won't wakeup anymore if it is put onto the charger. ***Attention, this patch is only working if you disconnect the battery for a second before loading the patched ofw. If you start the unpatched ofw once, you will have to disconnect the battery again*** - ### Disable privacy mode ([noPrivacy.310.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noPrivacy.310.json) / [noPrivacy.305.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noPrivacy.305.json)) Usally the toniebox puts every tag into privacy mode after reading it. This patch disables that, so you can easily read the UID with any standard iso15693 reader like your phone. @@ -57,4 +54,7 @@ Usally doesn't allow tags without the boxine specific or the NXP specific privac ### No privacy password ([noPass2.308.json](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/blob/master/sd-bootloader-ng/bootmanager/sd/revvox/boot/patch/noPass2.308.json)) *Deprecated replaced with noPass3* -Usally doesn't allow tags without the boxine specific or the NXP specific privacy mode password. With the patch you can use tags without having privacy password support (ex. SLIX). It disables the rf field for a moment when the second privacy password failed. \ No newline at end of file +Usally doesn't allow tags without the boxine specific or the NXP specific privacy mode password. With the patch you can use tags without having privacy password support (ex. SLIX). It disables the rf field for a moment when the second privacy password failed. + +### 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)) +The toniebox won't wakeup anymore if it is put onto the charger. **noChargWake.305 Doesn't work on 3.1.0-BF2 and higher. Box won't wakeup anymore** ***Attention, this patch is only working if you disconnect the battery for a second before loading the patched ofw. If you start the unpatched ofw once, you will have to disconnect the battery again***