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 374: | Line 374: | ||
==== 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 443: | Line 443: | ||
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 454: | ||
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) | |||
* | |||
** | |||
== 4.60+ patches == | == 4.60+ patches == | ||
Line 484: | Line 475: | ||
*Note : A patch to ignore LIC.DAT to prevent random freezing from launching homebrew | *Note : A patch to ignore LIC.DAT to prevent random freezing from launching homebrew | ||
*Found by dean many thanks to him :) | *Found by dean many thanks to him :) | ||
== 4.75+ patches == | == 4.75+ patches == | ||
===PSP DRM fix (4.75/4.76)=== | ===PSP DRM fix (4.75/4.76)=== | ||
:<b>Allow</b>: unsigned PSP packages | :<b>Allow</b>: unsigned PSP packages , a.k.a. '''80029537''' error fix | ||
< 7FE307B4 EB8101E0EBA101E8 7C0803A6 | < 7FE307B4 EB8101E0EBA101E8 7C0803A6 | ||
Line 511: | Line 493: | ||
*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> |