Open the smc_util.ini and remove the single semicolons ((IMG:
style_emoticons/default/wink.gif) in front of the lines in brackets ([]) from:
;;PNC_NO_CHARGE PATCH
;;This patch can modify an SMC that has been built with the AIO script.
;;Instead of charging in standby, it will shut the console down. This will
;;allow you charge while using the console, but shutdown completely without having
;;to unplug the cable if you don't like leaving the console running.
;
[NAME=PNC_NO_CHARGE];; When detecting charging mode, replace the argon msg with a shutdown command
;; POP R0 LJMP <D/C> <D/C> SETB <D/C> LJMP
;; = 0xD0 0x00 0x02 0x?? 0xD2 0x?? 0x02
;; 0 1 2 3 4 5 6 7 8 9 <= this line is just for byte labeling
;
[PAT=D000020000D20002];; 0123456789 <= this line is just for byte labeling
;
[WILD=00011010];; replace the SETB <D/C> with SETB 04
;
[6=04];
[\PNC_NO_CHARGE]to:
;;PNC_NO_CHARGE PATCH
;;This patch can modify an SMC that has been built with the AIO script.
;;Instead of charging in standby, it will shut the console down. This will
;;allow you charge while using the console, but shutdown completely without having
;;to unplug the cable if you don't like leaving the console running.
[NAME=PNC_NO_CHARGE];; When detecting charging mode, replace the argon msg with a shutdown command
;; POP R0 LJMP <D/C> <D/C> SETB <D/C> LJMP
;; = 0xD0 0x00 0x02 0x?? 0xD2 0x?? 0x02
;; 0 1 2 3 4 5 6 7 8 9 <= this line is just for byte labeling
[PAT=D000020000D20002];; 0123456789 <= this line is just for byte labeling
[WILD=00011010];; replace the SETB <D/C> with SETB 04
[6=04][\PNC_NO_CHARGE]Then you'd run "smc_util patch input_dec.bin output_dec.bin"
Not working. I get the following:
No data in the file changes.