Go Back  
Reply
 
Thread Tools
Old 07-19-2012   #161
Reza0101
Apprentice
 
Join Date: May 2012
Posts: 4
Likes: 5
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by kneeandarrow View Post
CEX to DEX (translated from Italian site) :

I decided to simplify the original guide (which you can find it here) as new tools have emerged.

Requirements:
1) A PS3 with Firmware 3:55 or less (if less than you should upgrade to 3.55), you must install this CFW using Recovery Mode : [url=http://gitbrew.org/~glevand/ps3/cfw/CFW355-OTHEROS++-SPECIAL.PUP] : http://gitbrew.org/~glevand/ps3/cfw/CFW355...S++-SPECIAL.PUP

2) A USB keyboard and mouse;

3) Red Ribbon Linux on your PS3, you should download and burn this ISO : http://garr.dl.sourceforge.net/proje...ribbon_rc5.rar
4) CEX2DEX, downloadable from here : http://puu.sh/IY92

5) metldrpwn, downloadable from here : http://ps3devwiki.com/files/devtools/dump-...r/metldrpwn.zip

6) (Optional) although unlikely, is possible brick, so I recommend you have E3 flasher.


Installing Linux:


PKG download these:
- http://gitbrew.org/~glevand/ps3/pkgs/setup...for_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs...ll_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs/boot_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs/reboot.pkg

And download one of these two files (if you have a NOR take the first, if you have a second NAND).
1. dtbImage.ps3.bin (NOR) : http://gitbrew.org/~glevand/ps3/peti...bImage.ps3.bin

2. dtbImage.ps3.bin.minimal (NAND, to be renamed in dtbImage.ps3.bin) : http://gitbrew.org/~glevand/ps3/petitboot/...ps3.bin.minimal

Put everything in the root of a USB device and install the PKG.
Each application you start before returning to the XMB will make 3 beeps the console, if you do not hear these 3 beeps try again.
1. Run "Setup for OtherOS FLASH", turn the console back to the XMB and restart.
2. Start the "Install OtherOS" (the key with the file dtbImage.ps3.bin must be inserted).

Now connect a USB keyboard and a USB to the console and launched from the XMB "OtherOS Boot" and "Reboot". You'll find yourself in "Petitboot".
Using the keyboard, select "Exit to shell" and press enter.
Type the following commands:

Code:
mount -n -o remount,rw /dev/sda1 /tmp/petitboot/mnt/sda1
Codice:
dd if=/dev/ps3nflasha of=/tmp/petitboot/mnt/sda1/flashCEX.bin bs=1024
Now you dump your NOR / NAND USB stick. Turn off the console (ctrl + alt + delete or power button).

Now insert the stick into your PC and extract the folder "metldrpwn" from the "metldrpwn.zip" in the root of the USB stick.
CEX2DEX Start, select your dump and click "Extract metldr", save the file as "metldr" folder "metldrpwn" on your USB stick.

Go back to your PS3, plug in the USB key and the CD with the iso burned previously. From the XMB start again "OtherOS Boot" and "Reboot".
This time from Petitboot selected "Red Ribbon OTHEROS live" and wait for the upload.
If you do not have a USB hub you unplug the keyboard and mouse to attack, click the first icon in the upper left -> Accessories -> Terminal. Reconnect the keyboard.

Type the following commands in Terminal:

Code:
sudo umount /dev/sda1
sudo mkdir usb
sudo mount /dev/sda1 usb
cd usb/metldrpwn/
sudo make
sudo sh run.sh

Will appear written, if all goes well you should read it somewhere "problem status (0x00000089)".

Type the following commands:

Code:
cd ..
sudo cp /proc/metldrpwn/dump usb/dump
sudo shutdown -h now

The system will shut down.
Go back to your PC and start CEX2DEX, select new dump your flash and the file "dump" that will be on your USB stick, click CEX-> DEX, now you save a file, name it "flashDEX.bin" and save it in the root USB stick.



Return to the PS3, connect the USB stick and remove the CD.
Start again "OtherOS Boot" and "Reboot" on Petitboot select "Exit to shell"



Type the following commands:

Code:
mount -n -o remount,rw /dev/sda1 /tmp/petitboot/mnt/sda1
WARNING : The following command will write the changes on your flash (NOR / NAND) and if you did something wrong you could brick. I do not take responsibility.

Code:
dd if=/tmp/petitboot/mnt/sda1/flashDEX.bin of=/dev/ps3nflasha bs=1024
Now download a firmware from here DEX : http://ps3devwiki.com/files/firmware/OFW-DEX/

and place it in X: \ PS3 \ UPDATE \ PS3UPDAT.PUP (X: is your USB stick) :

Turn on the console in recovery mode and select system update. Now you have a Debugging Station.
when i use this command

Code:
sudo make
i got this error
sudo: make: command not found
please help me
thank you
Reza0101 is offline   Reply With Quote
Old 07-19-2012   #162
nacken3007
Apprentice
 
Join Date: Sep 2010
Posts: 18
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
for the ps3 fat owners under us u have to type sdd1 instead of sda1 in the linux command and ps3vflasha instead of ps3nflasha and you get your dump, but you will get an invalid dump i tried this about 20 times. CEX to DEX will not find metldr in that dump.

so i tried memdump for gameOS and got the same dump (251.396.096 Bytes) from flasha and it worked fine with CEX to DEX, now i got my metldr file

till now i am stuck at sudo make cause it wont install properly with apt-get install make

IŽll try to figure that out as well
nacken3007 is offline   Reply With Quote
Old 07-19-2012   #163
nevik
Member
 
Join Date: Sep 2011
Posts: 101
Likes: 18
Liked 71 Times in 31 Posts
Mentioned: 16 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Reza0101 View Post
when i use this command

Code:
sudo make
i got this error
sudo: make: command not found
please help me
thank you

Try just logging in as root so you don't have to type sudo all the time to do that type in terminal:
su (and press enter)
you will be prompted for the root password, enter it and then continue.
hope this helps.
nevik is offline   Reply With Quote
Likes: (2)
Old 07-19-2012   #164
Simshady97
Apprentice
 
Join Date: Jul 2012
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thanks bro really helped me :P
Simshady97 is offline   Reply With Quote
Old 07-19-2012   #165
daveyp187
Member
 
daveyp187's Avatar
 
Join Date: May 2011
Location: UK
Posts: 743
Likes: 114
Liked 173 Times in 108 Posts
Mentioned: 24 Post(s)
Tagged: 0 Thread(s)
So how many people are stuck? Lol, I would wait a while and see what plans out... Noobs = beta testers with added bricks
__________________

Ps3 3.55WT, 1TB HDD,
Find me on twitter@daveyp187
daveyp187 is offline   Reply With Quote
Old 07-19-2012   #166
bleh
Member
 
bleh's Avatar
 
Join Date: Jul 2012
Posts: 157
Likes: 96
Liked 89 Times in 50 Posts
Mentioned: 27 Post(s)
Tagged: 0 Thread(s)
here i made a video of dragon dogma on 4.00 DEX in HD.. cause the videos i've seen were in toaster cam quality

Dragon Dogma on DEX 4.00 with BDEMU - YouTube
bleh is offline   Reply With Quote
Likes: (1)
Old 07-19-2012   #167
Nicolas19
Member
 
Nicolas19's Avatar
 
Join Date: Jan 2012
Location: IRAN-Tehran
Posts: 811
Likes: 344
Liked 583 Times in 218 Posts
Mentioned: 163 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Nicolas19
Originally Posted by bleh View Post
here i made a video of dragon dogma on 4.00 DEX in HD.. cause the videos i've seen were in toaster cam quality

Dragon Dogma on DEX 4.00 with BDEMU - YouTube
Please Share your Method by First Step until the end Step
you must Help all Users................
Nicolas19 is online now   Reply With Quote
Old 07-19-2012   #168
furtsiv
Member
 
furtsiv's Avatar
 
Join Date: Jan 2012
Location: my room
Posts: 452
Likes: 123
Liked 148 Times in 89 Posts
Mentioned: 50 Post(s)
Tagged: 0 Thread(s)
@bleh is that mean we can hope to run newer games from hdd?
furtsiv is offline   Reply With Quote
Old 07-19-2012   #169
bleh
Member
 
bleh's Avatar
 
Join Date: Jul 2012
Posts: 157
Likes: 96
Liked 89 Times in 50 Posts
Mentioned: 27 Post(s)
Tagged: 0 Thread(s)
you mean a guide how to make it work with bdemu?
bleh is offline   Reply With Quote
Old 07-19-2012   #170
Nicolas19
Member
 
Nicolas19's Avatar
 
Join Date: Jan 2012
Location: IRAN-Tehran
Posts: 811
Likes: 344
Liked 583 Times in 218 Posts
Mentioned: 163 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Nicolas19
Originally Posted by bleh View Post
you mean a guide how to make it work with bdemu?
no.A noob guide how you can Convert your PS3 From CEX to DEX!!!
Nicolas19 is online now   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:31 PM.