Editing PS3MFW Builder
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 129: | Line 129: | ||
=== more Spoof === | === more Spoof === | ||
Copypaste and save as spoof_version.tcl in tasks folder (make sure you use proper ps3mfw_base.tcl from 0.2 or [http://pastie.org/private/1u5p6jfd5mhxeleiibadg unofficial v0.2.1 OtherOS++] and not the glevand or rebug version that reduced/castrated the spoof method): | Copypaste and save as spoof_version.tcl in tasks folder (make sure you use proper ps3mfw_base.tcl from 0.2 or [http://pastie.org/private/1u5p6jfd5mhxeleiibadg unofficial v0.2.1 OtherOS++] and not the glevand or rebug version that reduced/castrated the spoof method): | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
Line 338: | Line 338: | ||
=== more GameOS/OtherOS++ sizes === | === more GameOS/OtherOS++ sizes === | ||
Copypaste and save as patch_emer_init.tcl in tasks folder: | Copypaste and save as patch_emer_init.tcl in tasks folder: | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
#!/usr/bin/tclsh | #!/usr/bin/tclsh | ||
# | # | ||
Line 619: | Line 619: | ||
Allows you to remove Bluetooth firmware installation so that the MFW can be installed without a working Bluetooth board (circumventing errorcode 0x8002F1F9). This is potentially dangerous if used on a PS3 with a working BT/Wifi board, and should only be used if the BT/Wifi is broken (or abcent, like on Arcade consoles). | Allows you to remove Bluetooth firmware installation so that the MFW can be installed without a working Bluetooth board (circumventing errorcode 0x8002F1F9). This is potentially dangerous if used on a PS3 with a working BT/Wifi board, and should only be used if the BT/Wifi is broken (or abcent, like on Arcade consoles). | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
#!/usr/bin/tclsh | #!/usr/bin/tclsh | ||
# | # | ||
Line 667: | Line 667: | ||
=== Patch package installer for older (2.70) version support === | === Patch package installer for older (2.70) version support === | ||
save as patch_nas_plugin.tcl in task folder and only select 1 allow-debug-pkg or allow-debug-pkg-270 subtask at the same time, depending on target firmware. | save as patch_nas_plugin.tcl in task folder and only select 1 allow-debug-pkg or allow-debug-pkg-270 subtask at the same time, depending on target firmware. | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
#!/usr/bin/tclsh | #!/usr/bin/tclsh | ||
# | # | ||
Line 753: | Line 753: | ||
Copypaste and save as patch_epilepsy.tcl | Copypaste and save as patch_epilepsy.tcl | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
#!/usr/bin/tclsh | #!/usr/bin/tclsh | ||
# | # | ||
Line 905: | Line 905: | ||
Copypaste and save as patch_privacy_all.tcl | Copypaste and save as patch_privacy_all.tcl | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="tcl"> | ||
#!/usr/bin/tclsh | #!/usr/bin/tclsh | ||
# | # |