Go Back  
Reply
 
Thread Tools
Old 07-22-2012   #41
xtreme1
Member
 
Join Date: Sep 2010
Posts: 74
Likes: 1
Liked 6 Times in 4 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
sorry to be the noob here, but how big of a deal is this? just glancing through the most recent posts it would seem that we are on the verge of making the complete breakthrough of cfw? am i wrong, still a ways to go? could someone clue me in?
xtreme1 is offline   Reply With Quote
Old 07-22-2012   #42
AsSiTcH
Senior Member
 
Join Date: Sep 2010
Location: Hell
Posts: 1,860
Likes: 152
Liked 423 Times in 271 Posts
Mentioned: 25 Post(s)
Tagged: 0 Thread(s)
Originally Posted by xtreme1 View Post
sorry to be the noob here, but how big of a deal is this? just glancing through the most recent posts it would seem that we are on the verge of making the complete breakthrough of cfw? am i wrong, still a ways to go? could someone clue me in?
you are wrong
AsSiTcH is offline   Reply With Quote
Old 07-22-2012   #43
zaphod
Member
 
zaphod's Avatar
 
Join Date: Feb 2008
Location: universe
Posts: 246
Likes: 86
Liked 58 Times in 47 Posts
Mentioned: 21 Post(s)
Tagged: 0 Thread(s)
success in compiling with cygwin after fixing the source.. thnx cory1492 for your fix..

but i only get this:
INFO] Connecting to '192.168.1.104'...ok.

i think it is an timing problem.. the dump_rootkey.exe opens a random UDP-Port (above 60000 i think) on the PC... but the PS3 is not able to connect back

maybe my wlan is the problem or the acess-point..

to tired now to watch ahead... maybe fixing tomorrow.. soooo close to it ;-)
__________________
no way but the hard way..
SLIM PS3 CECH2004 / DYN-001 / 16MB NOR with E3
zaphod is offline   Reply With Quote
Old 07-22-2012   #44
seanking
Apprentice
 
Join Date: Sep 2010
Posts: 8
Likes: 5
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Can I extract metldr from 4.11 nor backup and use it in this app?

Im using Downgraded PS3 and I have nor backup from FW4.11 is its metldr same as 3.55's metldr ?

if not Please someone direct me to extract metldr from my 3.55 cfw
seanking is offline   Reply With Quote
Old 07-22-2012   #45
ovhaum
Apprentice
 
Join Date: Dec 2011
Posts: 24
Likes: 22
Liked 5 Times in 5 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by seanking View Post
Can I extract metldr from 4.11 nor backup and use it in this app?

Im using Downgraded PS3 and I have nor backup from FW4.11 is its metldr same as 3.55's metldr ?

if not Please someone direct me to extract metldr from my 3.55 cfw
From deank tutorial:
Code:
* Create a dump of your NOR/NAND (use multiMAN to create a .NORBIN/.NANDBIN file - USB connected as /dev_usb000 required)
        - To dump flash: mmOS->Select any file->Open in HEX viewer->[SELECT]->[START]->DUMP LV2(NO)->DUMP LV1(NO)->DUMP FLASH(YES)
    * Transfer to your PC and unpack it with norunpack.exe or cex2dex to a folder and grab "metldr" from the "asecure_loader" folder
    * Put "metldr" into the "metldrpwn" folder on your USB
I used norunpack to extract metldr on cygwin
norunpack.exe lot_of_numbers_FLASH-NOR-FW3.55.NORBIN metldr
ovhaum is online now   Reply With Quote
Likes: (1)
Old 07-22-2012   #46
aldostools
Homebrew Developer
 
aldostools's Avatar
 
Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 955
Likes: 926
Liked 1,245 Times in 493 Posts
Mentioned: 596 Post(s)
Tagged: 0 Thread(s)
Originally Posted by seanking View Post
Can I extract metldr from 4.11 nor backup and use it in this app?

Im using Downgraded PS3 and I have nor backup from FW4.11 is its metldr same as 3.55's metldr ?

if not Please someone direct me to extract metldr from my 3.55 cfw
To get the "metldr", just dump your flash with the latest build of multiMAN:
mmOS->Select any file->Open in HEX viewer->[SELECT]->[START]->DUMP LV2(NO)->DUMP LV1(NO)->DUMP FLASH(YES)

Transfer the dumped file of the NOR or NAND flash (copied to the USB) to your PC, and use norunpack.exe:
norunpack.exe flash.BIN extract_folder

In the extract_folder you will find the "metldr" (59KB) inside the folder "asecure_loader".

An alternative method to extract "metldr" is using the CEX2DEX application by Gunner54.

You first have to downgrate to 3.55 (DEX or CEX), to apply any flash patch using multiMAN.
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration.
aldostools is offline   Reply With Quote
Likes: (2)
Old 07-22-2012   #47
synce
Member
 
Join Date: Nov 2011
Posts: 179
Likes: 3
Liked 34 Times in 22 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
No Linux, but you have to compile ****...
synce is offline   Reply With Quote
Old 07-23-2012   #48
seanking
Apprentice
 
Join Date: Sep 2010
Posts: 8
Likes: 5
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by synce View Post
No Linux, but you have to compile ****...

I think "No Linux" referred to PS3 not PC

It took me 10 minuets too run/setup/install Ubuntu on VMware and 5 minuets to compile, yet again cygwin or Microsoft Visual Studio is on windows if you have time to work with.
************* [ - Post Merged - ] *************
Originally Posted by aldostools View Post
To get the "metldr", just dump your flash with the latest build of multiMAN:
mmOS->Select any file->Open in HEX viewer->[SELECT]->[START]->DUMP LV2(NO)->DUMP LV1(NO)->DUMP FLASH(YES)

Transfer the dumped file of the NOR or NAND flash (copied to the USB) to your PC, and use norunpack.exe:
norunpack.exe flash.BIN extract_folder

In the extract_folder you will find the "metldr" (59KB) inside the folder "asecure_loader".

An alternative method to extract "metldr" is using the CEX2DEX application by Gunner54.

You first have to downgrate to 3.55 (DEX or CEX), to apply any flash patch using multiMAN.
thanks for your complete answer

Im already downgraded and was looking for way do get metldr in 3.55 with your post there is noting left unanswered
seanking is offline   Reply With Quote
Likes: (1)
Old 07-23-2012   #49
xtreme1
Member
 
Join Date: Sep 2010
Posts: 74
Likes: 1
Liked 6 Times in 4 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Originally Posted by AsSiTcH View Post
you are wrong
any more of an explanation you can offer?
xtreme1 is offline   Reply With Quote
Old 07-23-2012   #50
seanking
Apprentice
 
Join Date: Sep 2010
Posts: 8
Likes: 5
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I get error about free up flash memory at least 16 mg and put it in dev_usb try again my flash is empty just one pkg and the rest of ~14gig emptiness!!! any Ideas?
seanking 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 02:16 AM.