Editing Talk: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 1: | Line 1: | ||
==Shop firmware on Retail console== | ==Shop firmware on Retail console== | ||
Line 446: | Line 441: | ||
== appldr 3.55 add 3.56/3.60 keys == | == appldr 3.55 add 3.56/3.60 keys == | ||
As used in [http://pastie.org/4458820 mfw\tasks\add_360keys_to_appldr355.tcl] and [ | As used in [http://pastie.org/4458820 mfw\tasks\add_360keys_to_appldr355.tcl] and [http://www.ps3devwiki.com/files/firmware/MFW-CEX/Downgrader/Rogero-V3.5/ Rogero V3.5] | ||
appldr.elf 3.55 patches : http://pastie.org/4458799 | appldr.elf 3.55 patches : http://pastie.org/4458799 | ||
== Install Packages on 4.3x == | == Install Packages on 4.3x == | ||
Line 483: | Line 459: | ||
=== category_game.xml === | === category_game.xml === | ||
Add to end like always: | Add to end like always: | ||
< | <pre> | ||
<View id="seg_gamedebug"> | <View id="seg_gamedebug"> | ||
<Attributes> | <Attributes> | ||
Line 530: | Line 506: | ||
</Items> | </Items> | ||
</View> | </View> | ||
</ | </pre> | ||
Add into place where you want app_home and install package to show up: | Add into place where you want app_home and install package to show up: | ||
< | <pre> | ||
<Query | <Query | ||
class="type:x-xmb/folder-pixmap" | class="type:x-xmb/folder-pixmap" | ||
Line 544: | Line 519: | ||
src="#seg_package_files" | src="#seg_package_files" | ||
/> | /> | ||
</ | </pre> | ||