|
|
#61 |
|
Member
![]() Join Date: Feb 2012
Posts: 50
Likes: 3
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
someone plsz go make a video on how all this is done
|
|
|
|
|
|
#62 |
|
Apprentice
![]() Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
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 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 Code:
dd if=/tmp/petitboot/mnt/sda1/flashDEX.bin of=/dev/ps3nflasha bs=1024 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. Last edited by kneeandarrow; 07-17-2012 at 05:23 PM. |
|
|
|
|
Likes: (6) |
|
|
#63 |
|
Member
![]() Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
[QUOTE=kneeandarrow;393554][B]CEX to DEX (translated from Italian site) :
the red ribbon iso link is broken/wrong file http://sourceforge.net/projects/redr...5.rar/download http://puu.sh/J5yL PS3 CEX2DEX Application r1 (Runtime Libraries are built in, shouldn't require MS VC++) Last edited by 4218kris; 07-17-2012 at 12:53 PM. |
|
|
|
|
|
#64 |
|
Apprentice
![]() Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
[QUOTE=4218kris;393564]
Fixed
|
|
|
|
|
Likes: (1) |
|
|
#65 |
|
Member
![]() Join Date: Feb 2011
Posts: 427
Likes: 97
Liked 47 Times in 38 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
http://www.ps3devwiki.com/files/devt...Ribbon_RC5.iso why not get it from here?
|
|
|
|
|
Likes: (1) |
|
|
#66 | |
|
Member
![]() Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
|
|
|
|
|
|
#67 |
|
Apprentice
![]() Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
It is packed with RAR.
|
|
|
|
|
|
#68 |
|
Apprentice
Join Date: Jul 2012
Posts: 3
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
I invite the moderators to include the source of the guide is: http://ps3mod.altervista.org/ because it is our exclusive. Thank you.
|
|
|
|
|
|
#69 | |
|
Member
![]() Join Date: Feb 2011
Posts: 320
Likes: 328
Liked 252 Times in 117 Posts
Mentioned: 37 Post(s)
Tagged: 0 Thread(s)
|
It is not even an exclusive lol. |
|
|
|
|
|
|
#70 |
|
Member
![]() Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|