| View previous topic :: View next topic |
| Author |
Message |
DrEggman
Joined: 22 Mar 2005 Posts: 28
|
Posted: Sat Jun 18, 2005 2:32 am Post subject: PSP Background successfully replaced |
|
|
With the help from Vampire, we ripped the BMP from one month on the firmware and replaced another. We replaced December's red background with a blue one and set the clock to 12/31/2005 11:55PM just in case it didnt work. The PSP boots up and expects red, so it fades to red after the intro, but then fades to the blue background we put in. Its very pretty. I made a video showing the bootup sequence.
http://www.moshimoshineko.com/psp/PSPBG.wmv |
|
| Back to top |
|
 |
ice-master
Joined: 19 May 2005 Posts: 6
|
Posted: Sat Jun 18, 2005 3:58 am Post subject: |
|
|
| This rocks :), should you explain how to do ? |
|
| Back to top |
|
 |
Squall333
Joined: 28 Apr 2005 Posts: 91
|
Posted: Sat Jun 18, 2005 4:08 am Post subject: |
|
|
| Am i wrong or did klimru just do this like yesterday? |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sat Jun 18, 2005 4:32 am Post subject: |
|
|
klimru did it yesterday, nem did it weeks ago, and a few others did it in between. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
Soir
Joined: 25 May 2005 Posts: 7
|
Posted: Sat Jun 18, 2005 5:24 am Post subject: |
|
|
DrEggman:
Great work!
I have a question that I hope you can answer.
Are you or have you thought of making some sort of program that you can run on the PSP to change the background? |
|
| Back to top |
|
 |
jamima69
Joined: 01 Apr 2005 Posts: 17
|
Posted: Sat Jun 18, 2005 6:23 am Post subject: |
|
|
| yep-at least some of us would really appreciate it if someone could throw together an app or at least post a tut for this... |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Sat Jun 18, 2005 8:38 am Post subject: |
|
|
| Yes we want the code :p |
|
| Back to top |
|
 |
CoreCZ
Joined: 24 May 2005 Posts: 8 Location: UMD Drive
|
Posted: Sat Jun 18, 2005 8:51 am Post subject: |
|
|
| very interested indeed on how you are able to replace the bmp's but I have read that they get stretched? We need to bypass that? |
|
| Back to top |
|
 |
Phantom8
Joined: 17 Jun 2005 Posts: 30
|
Posted: Sat Jun 18, 2005 10:39 pm Post subject: |
|
|
I haven't done it yet, but I guess below is the easiest way to do it.
1) Write a small program to dump the lfash: block device to MS.
2) The dumped image consists of flash0 & flash1 VFAT file systems, plus other partitions. Move the dumped image to a PC and use a hex editor to locate the postion of 1 of the 12 bitmap files you want to replace. To locate the bitmap file, you need to understand the VFAT file system structure in order to locate the file postion. Or you can simply scan the dumped image for occurrance of the bitmap content. Mark down the offset of the bitmap file.
3) Write another small program and open lfash for RDWR, lseek to the offset from step 2. Write whatever image you want to that location. The size of of bitmap file should be 6176.
If you screw up the location of the bitmap file & overwrite other part of flash, you'll definitely brick your PSP. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sun Jun 19, 2005 4:57 pm Post subject: |
|
|
| Phantom8 wrote: | | If you screw up the location of the bitmap file & overwrite other part of flash, you'll definitely brick your PSP. |
And hope to GOD that you dont have a case of the monday's!!! |
|
| Back to top |
|
 |
karmafeed
Joined: 17 May 2005 Posts: 4
|
Posted: Mon Jun 20, 2005 11:41 am Post subject: Re: PSP Background successfully replaced |
|
|
Are you the same Dr. Eggman who made that Gamecube modding tutorial a few years ago? I just did that mod on my GC last weekend. It was tough to find the tutorial though. |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jun 20, 2005 11:50 am Post subject: |
|
|
And definitely caution is in order here.
People might be rushing to make applications to change the PSP internal flash. While cool things can be done, the risk of bricking is high. If people simply *must* write such apps, I strongly encourage folx to do an expanded testing of the app within the circle of acquaintances who trust you just to *make sure*.
Even then, putting strong cautions in the documentation are in order, and many "Are you sure???'s" |
|
| Back to top |
|
 |
|