QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Homebrew and Hacks Discussion
The above video goes away if you are a member and logged in, so log in now!

[Official] 2.5/2.6 -> 1.5 Downgrader and 1.5 -> 1.0 Downgrader FAQ [Updated: 7/06/06]

This is a discussion on [Official] 2.5/2.6 -> 1.5 Downgrader and 1.5 -> 1.0 Downgrader FAQ [Updated: 7/06/06] within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; [Section I] - 1.50/2.60 to 1.50 Downgrader - DOWNDATER_FINAL_AUTO DOWNDATER_FINAL_AUTO released - Official Thread for discussion. Downgrader Success rate - ...

Reply
 
LinkBack Thread Tools
Old 06-29-2006, 01:43 PM   #1

Rock Star
 

 
Join Date: Aug 2005
Location: CT| FW: 4.01 M33-2
Posts: 11,844
Trader Feedback: 0
Exclamation [Official] 2.5/2.6 -> 1.5 Downgrader and 1.5 -> 1.0 Downgrader FAQ [Updated: 7/06/06]


[Section I] - 1.50/2.60 to 1.50 Downgrader - DOWNDATER_FINAL_AUTO


Latest News:
  • This is a WORKING downgrader.
  • Auto detects the firmware version (fix done by Yoshihiro), only one eboot is now required for both 2.50 and 2.60 firmwares.
  • AC adaptor checks, you now need the AC to be plugged in.
  • Logs Removed, you can now downgrade from a 32MB memory stick.
  • This will not work on the TA-082 hardware, so don't even bother to try it if you have that hardware. This final version will brick a PSP with TA-082 hardware, so please, do not try. To tell if you have the TA-082 check this picture: http://pspupdates.qj.net/uploads/art.../ta82spot1.jpg
  • It has proven to work with factory installed 2.50/2.60 firmwares. This warning removed from the readme.
  • This software requires that someone with a 1.50 runs a little program and send you the output so you can init the downdate process. (For legal reasons I/QJ cannot provide those files directly, that's why this is needed).
    The 1.50 program is TOTALLY safe, it only dumps the flash of a 1.50 user and it also extracts some special prx's found in the 1.50 updater.
  • For those of you wondering why your UMDs say "Disc cannot be read," take your battery out of your PSP (for up to 5 minutes) and then put it back in your PSP. Your UMDs will then work! Thanks to ZFB8 and Pranav for the information. Pranav has also successfully downgraded his 2.60 White PSP (originally 2.50 JP) to 1.50, upgraded to 2.00, and back down to 1.50 sucessfully as well.

_________________________

From the readme:


Instruction for the 1.50 user

1) Copy the folders downhelper and downhelper% from the folder 1.50 HELPER folder to /PSP/GAME/ in your memstick.

2) Obtain the 1.50 updater and put it in /PSP/GAME/UPDATE in your memstick.

3) Initiate the downhelper program. It will dump your flash and some files from the updater eboot to the memstick.

4) After that, the program will exit. You can now delete the updater from /PSP/GAME/UPDATE

5) You'll notice that you have a new folder in the root of your memstick called "DOWNDATER". That's the folder you'll have to send to a 2.50/2.60 to let him test the downgrade.

Upon either completion or finding this folder through your own means, you should be left with a DOWNDATER folder which includes the below.

This folder should contain two folders and two files:
  • DOWNDATER\DUMP\ (containing the 1.50 dump)
  • DOWNDATER\PRX\ (containing the 1.50 UPDATE .PRX files)
  • DOWNDATER\inputfl.bin
  • DOWNDATER\outputfl.bin

There should be 220 files total when checking the properties and it should be ~13 MB in size.


Do not ask for this folder/file on these forums as it is a violation of our Piracy Policy.

Instructions for the 2.50/2.60 user

1) Copy the folder the DOWNDATER FINAL AUTO EBOOT if you have 2.50
or if you have 2.60 to /PSP/GAME/ in your memory stick.

2) Wait someone with 1.50 to pass you a folder called DOWNDATER and copy it to the root of your memstick.

3) Initiate GTA and the eLoader.

4) In the eLoader menu, choose the downdater test. WARNING: The program won't output any display and any warnings, it will initiate the downgrader process immediately.

5) You'll see the your memstick flashing. That means that your psp is being flashed from the memstick. You won't see any type of output in the screen. (This is for safety.) When the memstick finishes of flashing, wait until the PSP restarts. It should do this automatically.

6) That's all. If all went right, you'll have 1.50. If it went less good, you'll still have 2.50/2.60. If all went wrong, you'll have a bricked psp. (Except in the case you have the modchip.) Remember that you have accepted that risk.

_________________________

Technical details:

This program performs the following operations.
  • It loads the ipl_update.prx and lflash_fatfmt.prx from the 1.50 updater.
  • It performs a logical format of the flash0 partition using the function
    sceLflashFatfmtStartFatfm t found in the lflash_fatfmt.prx
  • It writes a dump of the 1.50 flash0 to the flash0.
  • It writes the Initial Program Loader (Ipl) using the functions sceIplUpdateClearIpl and sceIplUpdateSetIpl from the ipl_update.prx module.
  • The ipl is embedded in that module.

_________________________

Changelog:

Version: 0.2
1) The restart function - Originally it was intended for a restart, but it did nothing, making possible that if some premature error before doing the real thing failed to continue the real downdate process. Now it will cause an on-purpose exception (this only will happen either at the begginiing before the unsecure code begins or at the end, when all is finished)
2) Now I've re-assigned the flash device after the logical format. Probably more secure.

Version: 0.3 (fixes by yoshihiro)
1) There was a very critical error: i forgot mkdirs!! It was IMPOSSIBLE that it could work in this manner.
2) Some more security checks, added check to test if AC adaptor is plugged.
3) Added display to the code.

Version: 0.4 (Dark_AleX)
1) Removed display: pspDebugScreen functions can freeze the psp 2.XX in kernel mode in any random moment.
2) A little bugfix. Tthe first file couldn't be correctly created because the first directory was not created.
3) Removed the check for the AC adaptor. It will be added later again.

Version: Final_Auto (fix done by Yoshihiro)
1) AC adaptor checks, you now need the AC to be plugged in.
2) Logs Removed, you can now downgrade from a 32MB memory stick.

_________________________

Please note that all neccessary files, minus the 1.50 firmware dump for the most current version can be found in the attachment to this post: DOWNDATER_FINAL_AUTO.rar

Final package is also linked here from the QJ download section: Final Downdater Auto

PASSWORD : I_Use_It_At_My_Own_Risk

Also be reminded that asking for the 1.50 firmware dump is a violation of this sites Piracy Policy
Attached Files
File Type: rar DOWNDATER_FINAL_AUTO.rar‎ (41.9 KB, 272 views)
__________________


Last edited by NEvolution; 07-17-2006 at 10:38 PM..
TeamOverload is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 08:33 PM   #2
Retired QJ *****istrator
 
Abe_Froeman's Avatar
 
Join Date: Jan 2006
Real First Name: Mandatory Field Filler
Location: East Coast of US
Just Played: Mandatory Field Filler
Posts: 14,616
Trader Feedback: 0
Default [Section II] - 1.50 to 1.00 Downgrade Guide

[Section II] - 1.50 to 1.00 Downgrade Guide

Before beginning, please be forewarned that downgrading of any kind runs the risk of bricking your PSP!
(Along with any other application that writes to the flash memory of your PSP.) The main value of running 1.00 firmware is that unsigned eboots do not need any type of exploit to be run from the GAME menu of your XMB. With that being said, staying at 1.50 will give you the benefit of running certain applications that can't currently run on 1.00. If you are currently at 1.50, it may be in your best interests to stay there.


The below is also worth mentioning again:

This will not work on the TA-082 hardware, so don't even bother to try it if you have that hardware. This final version will brick a PSP with TA-082 hardware, so please, do not try. To tell if you have the TA-082 check this picture: http://pspupdates.qj.net/uploads/art.../ta82spot1.jpg

_________________________

This guide also requires that someone with a 1.00 PSP supply with a firmware dump. If you do not know someone, please do not ask others on this forum where to find one.

_________________________


From the readme:


Instruction for the 1.00 user

1) Copy the downhelper100 folder to /PSP/GAME/ and start the program.

2) The program will dump your flash and your ipl to the memory stick. After it's finished, the program will exit.

3) You should now have a folder labeled DOWNDATER on the root of your memory stick. This is the file that will need to be passed to the 1.50 user.

Upon either completion or finding this folder through your own means, you should be left with a DOWNDATER folder which includes the below.

This folder should contain two folders and three files:
  • DOWNDATER\DUMP\ (containing the 1.00 dump)
  • DOWNDATER\PRX\
  • DOWNDATER\inputfl.bin
  • DOWNDATER\outputfl.bin
  • DOWNDATER\ipl.bin

There should be 215 files total when checking the properties and it should be ~12-13 MB in size.


Instructions for the 1.50 user

1) Copy the two folders __SCE__downdater100 and %__SCE__downdater100 to /PSP/GAME/

2) Get the DOWNDATER folder from someone with 1.00 and put it in the root of your memory stick.

3) Get the official Sony 1.50 update and put it under /PSP/GAME/UPDATE
You are now ready to start the downgrade process. Please make sure that your AC adapter is plugged in and the language of your PSP is set to either English or Japanese. (If you haven't done so, the application will advise you to do so upon launching.)

4) Start the program from your XMB. Do not shut your PSP off or take your memory stick during this process as it will result in a bricked PSP.

5) After a few minutes of red text running across your PSP and your memory stick light flashing, you will be prompted to manually shut down. Do so by holding the power button up until the PSP shuts off.

6) Power on your PSP and if everything went well, you will now have a 1.00 firmware PSP.

After downgrade, your X and O buttons will be swapped similar to what a JPN firmware is defaulty setup as.

_________________________

The 1.50 to 1.00 Downgrader Files, minus the 1.00 firmware dump can be found here: 1.50 - 1.00 Downgrader

The password for the download (when you extract) is: I_Use_It_At_My_Own_Risk

_________________________

Special thanks to Dark_Alex, Yoshihiro, Mathieulh and all others involved in making these two breakthrough downgraders!!!!
Attached Files
File Type: rar DOWNDATER100.rar‎ (81.4 KB, 30 views)

Last edited by Abe_Froeman-X; 08-20-2006 at 12:04 PM..
Abe_Froeman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
> , downgrader , faq , official , updated

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 11:52 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us