Go Back  
Reply
 
Thread Tools
Old 01-14-2013   #1
PsDev
Homebrew Developer
 
Join Date: Dec 2011
Posts: 158
Likes: 38
Liked 376 Times in 75 Posts
Mentioned: 117 Post(s)
Tagged: 0 Thread(s)
Post create_cfw_430 Script Released

With cfwprophet recent release mfwbuider (version 0.2.3) I updated the create_cfw_355 bash script an... [Read More]

Script:

Code:
#!/bin/sh
#
# Copyright (C) 2011 glevand (geoffrey.levand
@mail
.ru)
# Copyright (C) 2013 PSDev (psdev
@hotmail
.com)
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

OFW=$HOME/firmwares/OFW430.PUP
CFW=$HOME/firmwares/CFW430-.PUP

./ps3mfw $OFW $CFW \
	--gui false \
	--debug false \
	--patch_pup \
		--pup-build "" \
		--version-string "" \
		--version-suffix "PSDev" \
	--patch_lv1 \
		--patch-lv1-peek-poke true \
		--patch-lv1-remove-lv2-protection true \
		--patch-lv1-sysmgr-disable-integrity-check-4x true \
		--patch-lv1-coreos-hash-check true \
	--patch_cos \
		--patch-lv0-coreos-ecdsa-check true \
		--patch-spkg-ecdsa-check true \
		--patch-pup-search-in-game-disc true \
		--patch-lv2-peek-poke-4x true \
		--patch-lv2-lv1-peek-poke-4x true \
                --patch-lv2-npdrm-ecdsa-check true \
		--patch-lv2-payload-hermes-4x true \
		--patch-lv2-SC36-4x true \
	--patch_xmb
	        --add-install-pkg true \
		--patch-act-pkg true \
		--add-hb-seg true \
		--patch-app-home true \
		--patch-ren-apphome true \
		--patch-alpha-sort true \
		--patch-rape-sfo true \
        --patch_vsh
	        --allow-pseudoretail-pkg true \
		--allow-debug-pkg true \
		--patch-vsh-react-psn-v2-4x true \
Please note: this script requires version 0.2.3 of PS3MFW Builder

Last edited by GregoryRasputin; 01-15-2013 at 03:47 AM.
PsDev is offline   Reply With Quote
Old 01-14-2013   #2
cfwprpht
Homebrew Developer
 
Join Date: Jan 2012
Posts: 105
Likes: 157
Liked 171 Times in 45 Posts
Mentioned: 57 Post(s)
Tagged: 0 Thread(s)
And im still don't earn the "Homebrew Developer" Title ??

Shall i release a PS-Unbann sh*t with a own CID to earn the title ?
cfwprpht is offline   Reply With Quote
Old 01-15-2013   #3
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,559
Likes: 1,187
Liked 1,758 Times in 1,028 Posts
Mentioned: 86 Post(s)
Tagged: 0 Thread(s)
Nice work

OtherOS++ patches aren't possible ?
__________________
Sony just lost the PS3's chastity belt keys, secret fun spots are open to explore ...
OoZic is online now   Reply With Quote
Old 01-15-2013   #4
euss
Homebrew Developer
 
Join Date: Nov 2010
Location: ps3devwiki.com/wiki/User:Euss
Posts: 660
Likes: 289
Liked 812 Times in 317 Posts
Mentioned: 331 Post(s)
Tagged: 1 Thread(s)
Windows oneliner :
Code:
ps3mfw.exe %1 "Y:\PS3-Firmwares\OFW430.PUP" ""Z:/MFWOtherOS-out/MFW430.PUP" --gui false --debug true --patch_pup --pup-build "" --version-string "" --version-suffix "PS3DEVWIKI" --patch_lv1 	--patch-lv1-peek-poke true --patch-lv1-remove-lv2-protection true --patch-lv1-sysmgr-disable-integrity-check-4x true --patch-lv1-coreos-hash-check true --patch_cos --patch-lv0-coreos-ecdsa-check true --patch-spkg-ecdsa-check true --patch-pup-search-in-game-disc true --patch-lv2-peek-poke-4x true --patch-lv2-lv1-peek-poke-4x true --patch-lv2-npdrm-ecdsa-check true --patch-lv2-payload-hermes-4x true --patch-lv2-SC36-4x true --patch_xmb --add-install-pkg true --patch-act-pkg true --add-hb-seg true --patch-app-home true --patch-ren-apphome true --patch-alpha-sort true --patch-rape-sfo true --patch_vsh --allow-pseudoretail-pkg true --allow-debug-pkg true --patch-vsh-react-psn-v2-4x true
Other examples: http://www.ps3devwiki.com/wiki/PS3MF...2F_shellscript

Originally Posted by cfwprpht View Post
And im still don't earn the "Homebrew Developer" Title ??
LOL - the hurting, when does it stop? xD from a brightside, it made me post again on PS3Hax

Originally Posted by OoZic View Post
OtherOS++ patches aren't possible ?
Ofcourse they are, they just need to be ported and double checked beyond 3.56 (luckely there is Rebug 4.3x that already posted alot of the patches, including the bugging coldboot fix that troubled ps2 booting.
__________________
So, other than reposting a bunch of random, unrelated stuff from other people, what do you have to contribute?

Last edited by euss; 01-15-2013 at 03:57 AM.
euss is offline   Reply With Quote
Likes: (7)
Old 01-15-2013   #5
doc81
Member
 
Join Date: May 2008
Posts: 97
Likes: 0
Liked 4 Times in 4 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
hmmm 1 question, than i know enough.
can you install it over a Original Firmware 4.21 or 4.25 or 4.31???
Yes or No please!!!
doc81 is offline   Reply With Quote
Old 01-15-2013   #6
DEFAULTDNB
 
DEFAULTDNB's Avatar
 
Join Date: Mar 2012
Posts: 8,993
Likes: 6,276
Liked 3,868 Times in 2,516 Posts
Mentioned: 954 Post(s)
Tagged: 0 Thread(s)
Originally Posted by doc81 View Post
hmmm 1 question, than i know enough.
can you install it over a Original Firmware 4.21 or 4.25 or 4.31???
Yes or No please!!!
No.

/10chars
__________________
DEFAULTDNB is online now   Reply With Quote
Old 01-15-2013   #7
raddog
Member
 
raddog's Avatar
 
Join Date: Jan 2011
Location: Saint lucia
Posts: 272
Likes: 73
Liked 65 Times in 40 Posts
Mentioned: 36 Post(s)
Tagged: 0 Thread(s)
can someone compile the script for me plz......!!!
__________________
raddog is offline   Reply With Quote
Old 01-15-2013   #8
DarkMaGiicS_
Member
null
 
Join Date: Dec 2012
Posts: 47
Likes: 5
Liked 10 Times in 2 Posts
Mentioned: 12 Post(s)
Tagged: 0 Thread(s)
Thanks for the release, This should bring out alot off CFW
DarkMaGiicS_ is offline   Reply With Quote
Old 01-16-2013   #9
albinoman887
Apprentice
 
Join Date: Sep 2010
Posts: 1
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
i keep getting a werid error about child process exited abnormally when trying to extract the ofw pup anyone else? i'm doing 430

***** POSTS MERGED *****

k got past that error but it fails at patching core os i think this might be a know issue though
albinoman887 is offline   Reply With Quote
Old 01-16-2013   #10
PsDev
Homebrew Developer
 
Join Date: Dec 2011
Posts: 158
Likes: 38
Liked 376 Times in 75 Posts
Mentioned: 117 Post(s)
Tagged: 0 Thread(s)
The script its self should really have no errors. Most likely the errors are coming from cfwprophet side. The task are really bunched together and were know not to be stable. @cfw prophet should have this fixed in the next release I assume.
PsDev is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 05:48 AM.