Editing Patches
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 99: | Line 99: | ||
31a7e0: 88 09 00 00 lbz r0,0(r9) | 31a7e0: 88 09 00 00 lbz r0,0(r9) | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
Line 108: | Line 105: | ||
> 05ffee0: 6063 8c06 4bff fe80 3860 0001 4e80 0020 | > 05ffee0: 6063 8c06 4bff fe80 3860 0001 4e80 0020 | ||
</pre> | </pre> | ||
modulespatch in COBRA7 | |||
{ elf1_func2 + elf1_func2_offset, '''NOP''', &condition_true }, | |||
<pre> | <pre> | ||
Line 121: | Line 121: | ||
60fef8: 4b ff ff e1 bl 0x60fed8 | 60fef8: 4b ff ff e1 bl 0x60fed8 | ||
</pre> | </pre> | ||
*Note : Commonly used in almost all 4.xx MFWs, Do '''NOT''' use this patch for '''DEX MFW''', it breaks the ability to run NPDRM fself. | |||
modulespatch in COBRA7 | modulespatch in COBRA7 | ||
Line 126: | Line 128: | ||
{ elf1_func1 + elf1_func1_offset, '''LI(R3, 1)''', &condition_true }, | { elf1_func1 + elf1_func1_offset, '''LI(R3, 1)''', &condition_true }, | ||
{ elf1_func1 + elf1_func1_offset + 4, '''BLR''', &condition_true }, | { elf1_func1 + elf1_func1_offset + 4, '''BLR''', &condition_true }, | ||
====reActPSN==== | ====reActPSN==== | ||
Line 374: | Line 373: | ||
==== kakaroto's sigcheck patch ==== | ==== kakaroto's sigcheck patch ==== | ||
In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6" | In memory 0x800000000005A2A8 (which corresponds to offset 0x6a2a8 in lv2_kernel.elf) replace : "e9 22 99 90 7c 08 02 a6" | ||
with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977 | with : "38 60 00 00 4e 80 00 20".<br />(Source: https://twitter.com/KaKaRoToKS/status/260742786972798977) | ||
== disable epilepsy message == | == disable epilepsy message == | ||
Line 435: | Line 434: | ||
|} | |} | ||
=Enforce gameboot animation= | |||
on higher Firmwares | on higher Firmwares | ||
game_ext_plugin.sprx : | game_ext_plugin.sprx : | ||
Line 443: | Line 442: | ||
2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | 2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo | ||
=Main XMB icons removal= | |||
Extract the contents of: '''[[xmb_plugin_normal]].rco''' | Extract the contents of: '''[[xmb_plugin_normal]].rco''' | ||
*In the .xml file that represents the .rco structure (aka [[RCOXML | *In the .xml file that represents the .rco structure (aka [[RCOXML Structure | RCOXML]]) | ||
**Locate the tag '''XMenu''', is composed by a long list of attributes, locate the attribute '''menus="0xa"''', it defines the number of columns in main XMB (there are 10 main icons for 10 columns in [[XMB]]) | **Locate the tag '''XMenu''', is composed by a long list of attributes, locate the attribute '''menus="0xa"''', it defines the number of columns in main XMB (there are 10 main icons for 10 columns in [[XMB]]) | ||
***Replace the value of '''menus="0xa"''' by the number of main icons you want in XMB (this number depends of how many you are going to remove) | ***Replace the value of '''menus="0xa"''' by the number of main icons you want in XMB (this number depends of how many you are going to remove) | ||
Line 461: | Line 453: | ||
Sample for 4.70 firmware ---> https://www.sendspace.com/file/0libpe | Sample for 4.70 firmware ---> https://www.sendspace.com/file/0libpe | ||
*[[Rcomage]] usage notes: | |||
**dump resources raw, without conversion (unmark all the checkboxes) | |||
**compile using zlib header compression (mark the zlib checkbox) | |||
* | |||
** | |||
=PSP DRM fix (4.75/4.76)= | |||
:<b>Allow</b>: unsigned PSP packages , a.k.a. '''80029537''' error fix | |||
:<b>Allow</b>: unsigned PSP packages | |||
< 7FE307B4 EB8101E0EBA101E8 7C0803A6 | < 7FE307B4 EB8101E0EBA101E8 7C0803A6 | ||
Line 511: | Line 473: | ||
*Thanks to habib who did awesome job on reversing :) | *Thanks to habib who did awesome job on reversing :) | ||
{{ | {{System Firmware}}<noinclude>[[Category:Main]]</noinclude> | ||
<noinclude>[[Category:Main]]</noinclude> |