Skip to content

Commit 433022a

Browse files
committed
Disabled broken noChargWake patch
1 parent abfe93d commit 433022a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"watchdog": true,
3030
"ofwFix": true,
3131
"ofwSimBL": true,
32-
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noChargWake.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
32+
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
3333
},
3434
"ofw3": {
3535
"checkHash": true,
3636
"hashFile": false,
3737
"watchdog": true,
3838
"ofwFix": true,
39-
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noChargWake.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
39+
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
4040
},
4141
"cfw1": {
4242
"checkHash": false,

wiki/OFWPatches.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ Usally the toniebox sets the file attribute hidden of the tonie file for all liv
3737

3838

3939
## Additional
40-
### 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))
41-
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***
42-
4340
### 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))
4441
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.
4542

@@ -57,4 +54,7 @@ Usally doesn't allow tags without the boxine specific or the NXP specific privac
5754

5855
### 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))
5956
*Deprecated replaced with noPass3*
60-
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.
57+
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.
58+
59+
### 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))
60+
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***

0 commit comments

Comments
 (0)