Post: PS4 Flash Dumping / Unlocking Method to JailBreak the PlayStation 4 Guide
05-21-2015, 03:40 PM #1
wajdi9
Space Ninja
(adsbygoogle = window.adsbygoogle || []).push({}); This method is reported to brick PS4's on 2.51 Firmware. Not responsible for ANY DAMAGE CAUSED TO YOUR PS4, do any procedure below for your OWN RISK! Only provide the tutorial.

Materials Needed :

-1x Raspberry Pi (You easily find on eBay, and in some stores)
-1x 4GB Memory Card

-PS4 1x Serial Flash MX25L25635FMI-10G ( see You must login or register to view this content. and You must login or register to view this content. and You must login or register to view this content.)

-Raspbian
-Win32 Disk Image
-Putty
-Pinout (Connecting the Raspberry Pi - see You must login or register to view this content.)

Note: The technical part of the connection will publish soon.
[/COLOR]

Installation :

Installing Raspbian :

Turn the win32diskimage

1 - In "Image file" select the image Raspbian that you downloaded.
2 - In "Device" select the drive that is your SD card.
3 - Click on "Write" to start the recording process.

After finishing the process, put the SD card into the Raspberry Pi and connect it using a USB cable.

Remote Shell in Raspbian
Two minutes after starting the Raspberry Pi, turn the Putty.

1 - In the Host Name put: raspberrypi. If you do not work correctly, go to the settings of your router, and find the IP of the Raspberry Pi.

2 - Select SSH
3 - Select Open


Installing the application :

He will request the login place "pi" to the user and "raspberry" for the password.

Note: For additional information about JaiCraB's developments, refer to (You must login or register to view this content. and You must login or register to view this content.)

Enter the following commands:

    
sudo -s
cd / bin
wget https://jaicrab.org/Ps4/Tools/JAISPI/jaispi
chmod + x jaispi
echo "#blacklist spi-bcm2708"> /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist i2c-bcm2708" >> /etc/modprobe.d/raspi-blacklist.conf
reboot



Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)

    # Sudo -s # Jaispi -i / dev / spidev0.0


Options:

    
-i /dev/spidevX.X Get the flash ID
-r file.bin /dev/spidevX.X Read all the flash of a file
/dev/spidevX.X -e Deletes all flash
-p file.bin /dev/spidevX.X Records only the different blocks of a file
-v file.bin /dev/spidevX.X Check the blocks of a file



Get the ID : -i: Displays information about the flash.

    
#jaispi -i /dev/spidev0.0
JaiSpi v1.0
ISad Awesome 0xC22019 MX25L25635


Reading: -r: Makes a full dump of the flash (It takes about 35 sec)

    #jaispi -r DUMP.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Reading ... 0x02000000 Done!


Delete: -e: Clean all the flash (It takes around 1min 30sec and)

    #jaispi -and /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Erasing blocks ... Done!


Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)

    #jaispi -p Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Starting ... 0x02000000 -> 8192 written Sectors Done!


Check: -v: Compares the flash content to file (It takes around 35seg)

    #jaispi -v Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Checking ... 0x02000000 -> 0 Different sectors Done!


How to Backup Games PlayStation 4 - Update 2.50 PS4 Video:



Source : You must login or register to view this content.
Last edited by wajdi9 ; 05-21-2015 at 03:45 PM.

The following 8 users say thank you to wajdi9 for this useful post:

01cedricv2, A6shRkm, hacking247, Rebuged, Reyz, TotalModzHD, xiN3eemHD

The following 2 users groaned at wajdi9 for this awful post:

DrZepto, SONYS✮NIGHTMARE
05-21-2015, 11:03 PM #2
SONYS✮NIGHTMARE
League Champion
Originally posted by wajdi9 View Post
This method is reported to brick PS4's on 2.51 Firmware. Not responsible for ANY DAMAGE CAUSED TO YOUR PS4, do any procedure below for your OWN RISK! Only provide the tutorial.

Materials Needed :

-1x Raspberry Pi (You easily find on eBay, and in some stores)
-1x 4GB Memory Card

-PS4 1x Serial Flash MX25L25635FMI-10G ( see You must login or register to view this content. and You must login or register to view this content. and You must login or register to view this content.)

-Raspbian
-Win32 Disk Image
-Putty
-Pinout (Connecting the Raspberry Pi - see You must login or register to view this content.)

Note: The technical part of the connection will publish soon.
[/COLOR]

Installation :

Installing Raspbian :

Turn the win32diskimage

1 - In "Image file" select the image Raspbian that you downloaded.
2 - In "Device" select the drive that is your SD card.
3 - Click on "Write" to start the recording process.

After finishing the process, put the SD card into the Raspberry Pi and connect it using a USB cable.

Remote Shell in Raspbian
Two minutes after starting the Raspberry Pi, turn the Putty.

1 - In the Host Name put: raspberrypi. If you do not work correctly, go to the settings of your router, and find the IP of the Raspberry Pi.

2 - Select SSH
3 - Select Open


Installing the application :

He will request the login place "pi" to the user and "raspberry" for the password.

Note: For additional information about JaiCraB's developments, refer to (You must login or register to view this content. and You must login or register to view this content.)

Enter the following commands:

    
sudo -s
cd / bin
wget https://jaicrab.org/Ps4/Tools/JAISPI/jaispi
chmod + x jaispi
echo "#blacklist spi-bcm2708"> /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist i2c-bcm2708" >> /etc/modprobe.d/raspi-blacklist.conf
reboot



Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)

    # Sudo -s # Jaispi -i / dev / spidev0.0


Options:

    
-i /dev/spidevX.X Get the flash ID
-r file.bin /dev/spidevX.X Read all the flash of a file
/dev/spidevX.X -e Deletes all flash
-p file.bin /dev/spidevX.X Records only the different blocks of a file
-v file.bin /dev/spidevX.X Check the blocks of a file



Get the ID : -i: Displays information about the flash.

    
#jaispi -i /dev/spidev0.0
JaiSpi v1.0
ISad Awesome 0xC22019 MX25L25635


Reading: -r: Makes a full dump of the flash (It takes about 35 sec)

    #jaispi -r DUMP.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Reading ... 0x02000000 Done!


Delete: -e: Clean all the flash (It takes around 1min 30sec and)

    #jaispi -and /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Erasing blocks ... Done!


Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)

    #jaispi -p Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Starting ... 0x02000000 -> 8192 written Sectors Done!


Check: -v: Compares the flash content to file (It takes around 35seg)

    #jaispi -v Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Checking ... 0x02000000 -> 0 Different sectors Done!


How to Backup Games PlayStation 4 - Update 2.50 PS4 Video:



Source : You must login or register to view this content.


So this is a jailbreak???
05-22-2015, 12:12 AM #3
SonyBlack
League Champion
Originally posted by NIGHTMARE View Post
So this is a jailbreak???


No.. This is only for unlocking Game Sharing..

The following user thanked SonyBlack for this useful post:

Tipton_Modz
05-23-2015, 03:37 AM #4
will I Need To Open My Ps4 To Get The Nor/Nand Dump ?
05-23-2015, 03:47 AM #5
dwi_745$$$
Climbing up the ladder
Originally posted by SonyBlack View Post
No.. This is only for unlocking Game Sharing..


Currently Winky Winky
05-24-2015, 07:49 AM #6
SONYS✮NIGHTMARE
League Champion
Originally posted by wajdi9 View Post
This method is reported to brick PS4's on 2.51 Firmware. Not responsible for ANY DAMAGE CAUSED TO YOUR PS4, do any procedure below for your OWN RISK! Only provide the tutorial.

Materials Needed :

-1x Raspberry Pi (You easily find on eBay, and in some stores)
-1x 4GB Memory Card

-PS4 1x Serial Flash MX25L25635FMI-10G ( see You must login or register to view this content. and You must login or register to view this content. and You must login or register to view this content.)

-Raspbian
-Win32 Disk Image
-Putty
-Pinout (Connecting the Raspberry Pi - see You must login or register to view this content.)

Note: The technical part of the connection will publish soon.
[/COLOR]

Installation :

Installing Raspbian :

Turn the win32diskimage

1 - In "Image file" select the image Raspbian that you downloaded.
2 - In "Device" select the drive that is your SD card.
3 - Click on "Write" to start the recording process.

After finishing the process, put the SD card into the Raspberry Pi and connect it using a USB cable.

Remote Shell in Raspbian
Two minutes after starting the Raspberry Pi, turn the Putty.

1 - In the Host Name put: raspberrypi. If you do not work correctly, go to the settings of your router, and find the IP of the Raspberry Pi.

2 - Select SSH
3 - Select Open


Installing the application :

He will request the login place "pi" to the user and "raspberry" for the password.

Note: For additional information about JaiCraB's developments, refer to (You must login or register to view this content. and You must login or register to view this content.)

Enter the following commands:

    
sudo -s
cd / bin
wget https://jaicrab.org/Ps4/Tools/JAISPI/jaispi
chmod + x jaispi
echo "#blacklist spi-bcm2708"> /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist i2c-bcm2708" >> /etc/modprobe.d/raspi-blacklist.conf
reboot



Full installation. Place Putty to access the Raspberry Pi. To run the command jaispi you will have to ask root access (sudo -s)

    # Sudo -s # Jaispi -i / dev / spidev0.0


Options:

    
-i /dev/spidevX.X Get the flash ID
-r file.bin /dev/spidevX.X Read all the flash of a file
/dev/spidevX.X -e Deletes all flash
-p file.bin /dev/spidevX.X Records only the different blocks of a file
-v file.bin /dev/spidevX.X Check the blocks of a file



Get the ID : -i: Displays information about the flash.

    
#jaispi -i /dev/spidev0.0
JaiSpi v1.0
ISad Awesome 0xC22019 MX25L25635


Reading: -r: Makes a full dump of the flash (It takes about 35 sec)

    #jaispi -r DUMP.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Reading ... 0x02000000 Done!


Delete: -e: Clean all the flash (It takes around 1min 30sec and)

    #jaispi -and /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Erasing blocks ... Done!


Record: -p: Records in flash only the sectors with change (It takes around 1min 30sec and)

    #jaispi -p Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Starting ... 0x02000000 -> 8192 written Sectors Done!


Check: -v: Compares the flash content to file (It takes around 35seg)

    #jaispi -v Base.bin /dev/spidev0.0 JaiSpi v1.0 ISad Awesome 0xC22019 MX25L25635 Checking ... 0x02000000 -> 0 Different sectors Done!


How to Backup Games PlayStation 4 - Update 2.50 PS4 Video:



Source : You must login or register to view this content.



Your copy and paste skills are getting better nice job keep pasting

The following 3 users say thank you to SONYS✮NIGHTMARE for this useful post:

Alt, EncepT, NAJERIN19
05-25-2015, 03:38 PM #7
September
Kagura-chan
Not really a "jailbreak"... nonetheless it could lead to something. Good work :fa:
06-02-2015, 02:29 PM #8
KAYLEB_HD
Vault dweller
Originally posted by NIGHTMARE View Post
Your copy and paste skills are getting better nice job keep pasting


so does yours but you don't see us complaining

The following 2 users say thank you to KAYLEB_HD for this useful post:

Toxic, xSOADx
06-06-2015, 07:21 PM #9
Originally posted by HD View Post
so does yours but you don't see us complaining


yea and he is on his way to becoming just like most of the users that don't help the community unless it help him more so he just post his hateful comments on all post.

Spread the word:
#SONYS✮NIGHTMARE_is a_attention_seeking_rep_whore

The following 2 users say thank you to hacking247 for this useful post:

Next To Nothing, xSOADx
06-15-2015, 06:43 PM #10
I can't see it being worth purchasing that Raspberry Jam (Joke, not because I can't read the actual name) until an actual fully-functional and at-least 90% safe method releases. Risking a £450 console for a small incentive that many will find a 5-minute exciting bypass is too much. Nerveless, it is good progress and I'm certainly not flaming it.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo