Console Tribe XBOX 360 Tribe PS3 Tribe Wii e DS Tribe
PSP News

Released: Homebrew Enabler for 2.71 revision B & Devhook Launcher Port to 2.71

24/09/2006 a cura di Biby

Fine settimana ricco di novità, in questo caso di un certo rilievo.
Dark_AleX rilascia infatti una versione aggiornata del suo programmino di esecuzione homebrew su 2.71 e subito dopo addirittura un porting per 2.71 del famosissimo DevHook.
La versione 0.46 pare però soffrire di alcuni problemi, quindi nel file in allegato (ricordo che il porting di DevHook funziona solo in abbinamento con la versione B dell'Homebrew Enabler) troverete l'occorrente per emulare Devhook 0.45; se volete però provare il 0.46 vi basterà sostituire i file nella cartella dh.
Per la cartella contenente i firmware fate sempre riferimento a quelle contenute nelle nostre versioni FULL dei vari Devhook: le trovate nella nostra zona download.
Trovate tutto in allegato; a seguito anche un video dimostrativo.

Port of devhook (by Booster) launcher to 2.71 by Dark_AleX.

Only the launcher needed to be ported, since the core prx (devhook.prx) loads fine
in hen revision B.

The included version of devhook is 0.45, since 0.46 seems to have problems in emulating
1.50 (this also happens in 1.50)
If you want to use 0.46, you can overwrite the files in the dh folder.

There is no currently firmware installer, so you'll have to get the files for firmwares "magically" :P

Todo:

- 2.71 direct flash (no ms emulation).
Currently not available, because devhook msreboot.bin destroys the "unsign check" that
reboot.bin does to the files of flash.

- Port the installer to 2.71


Instructions

- You need Homebrew Enabler for 2.71 revision B (minimum) to run this port.
- Get the files to emulate firmwares yourself.
- Run the pbp with the title "Devhook 0.4X launcher for 2.71". The 1.50 launcher is also included
because in the emulated 1.50 you can launch it.


Note: only 1.50 and 2.71 have been tested.
When going from firmware 2.71 to 1.50, you will get the error "Couldn't start game".
Don't worry, this is normal and it is done in purpose as a current temporal solution for
reboot.bin parameters being differents in both firmwares.




Homebrew Enabler for 2.71 revision B
------------------------------------

This program enables homebrew to be run in 2.71 through the XMB. It makes a patch that remains
permanent until hardwar reset. Sleep mode won't remove the patch.

Note: this program writes some small files in the flash, ONLY the first time is executed.
IT does NOY rewrite any existing file in the system, it writes new files, so the probabilities of
bricking are practically null.

Update Instruction for people with revision A installed
-------------------------------------------------------
To update from HEN revision A to B, hard reset your psp (to make sure that hen is not running).
Then copy the new files to the memory stick and run the tif. The new files will be automatically
updated.


People without any version of hen installed, just follow the instructions below.

Instructions
------------

- Copy all contents inside MS_ROOT to the root of your memory stick.
- Go to the PHOTO viewer of the XMB and enter in the folder "HEN".
- If the psp just freeze, reboot your psp and try again. Currently the tiff is very unstable and it
is only executed sometimes. I'll try to improve that in the future.

- The first time you run the program, you will see quickly a blue screen, and after that a screen
that can be of two colors:

* Red: the files couldn't be written to the flash (it hapens a few times). Just keep trying.
* Green: The files were written succesfully. After that, the xmb will be rebooted. Now you can run
the homebrew in format prepared for 2.71. (see details below).

- As mentioned before, the patch will remain resident in memory, and even entering sleep mode
won't delete it. Only a hardware reset will remove the program from memory.

- When you do a hardware reset, you'll have to run the tiff again.
This time there won't be green or red screen, just a blue screen and xmb reboot, since
this time there is no need to write to the flash.

Note: the files pspbtknf.txt, pspbtknf_game.txt, pspbtknf_updater, and systemctrl.prx in the root
of the memory stick are only needed the first time the program is executed. After that you
can delete those. However, don't delete patch.bin, h.bin and the folder with the tiff, since
you will need those the next time you do a hard reset and want to run the program again.

Note2: Once the program is loaded, it is independant of the memory stick contents. So you can
freely swap memory sticks.


Notes about homebrew running
-----------------------------

- Current homebrews are not supported. Since current homebrews are in static elf format, they
won't run (they are rejected by the 2.71 kernel). Homebrews for 2.71 have to be in prx format.
Programmers see the programming notes.
In future versions i may patch the kernel to allow it to accept static elf's.

- There are some samples in the "GAME" directory, all of them ported from the pspsdk samples,
except the nanddumper written by me.

* polyphonic, pspsdk sample (user mode).
* cube, pspsdk sample (user mode). It shows a cube rotating.
* kdumper, pspsdk sample (kernel mode). It dumps kernel memory to the memory stick.
* ipldumper, pspsdk sample (kernel mode). It dumps the ipl to the memory stick.
* systemparam, pspsdk sample (user mode). It displays info about the system
* nanddumper, by me. (kernel mode). It dumps the full nand content to the file
"nandimage.flash" in the memory stick. The format of the dump is compliant with u.p. chip.
(It requires 33 MB of free space in the memory stick).



Programming notes for developers
--------------------------------

- As mentioned before, homebrew has to be in prx format, at least atm. Furthermore, the main prx, the one in
the pbp, has to be an user prx. However this user prx can load unsigned kernel modules from
the memory stick, allowing kernel mode apps.

- There is no need for noplainmodule check patch or nodevicecheck patch, since those are done
by the homebrew enabler.

- Try to use USE_KERNEL_LIBS = 1 in your kernel prx's. In 2.XX, the separation between user
and kernel mode is higher than in 1.XX.
Some functions in "*ForUser" are now totally separated (different address) from their
"*ForKernel" equivalents. A good example is ModuleMgr. If you are in a kernel prx and
you call the sceKernelLoadModule of ModuleMgrForUser, you will get a "ILLEGA_PERMANENT_CALL" error.

- Currently devhook emulated 2.71 is not supported. I'll try to add support to devhook, so
programs for 2.71 can be developed in a 1.50

- See the source code of the samples to have a hint on how to program for 2.71.

Credits and thanks.
-------------------

- Coded by Dark_AleX

Thanks to:

- Booster for creating devhook. HEN reboot method is based on devhook one.

- Nopx86, psp250, fanjita and all the others of the tiff exploit.

- hitchhikr for the kernel exploit of 2.50-2.71.

- Mathieulh for the help provided these two months that i was without psp.


Anticredits: ps2nfo for impersonating me in their forums.
Commenti ( 10 )
News PSP


Qualche tempo fa si era parlato di una fantomatica versione telefonica di PSP, e era stato pronunciato il nome PSP Phone. Si vo ...
SCEI(Sony Computer Entertainment Italia) ha annunciato una simpatica novità: sarà possibile giocare con PlayStation Portable mentr ...
L'italiano Red_Squirrel aggiorna il CTF Manager, portandolo alla versione 2.0. Il programma in questione è un manager di file i ...
Avete paura di provare l' ultimo tema, perchè potreste briccare ? Ci pensa il developer Poisonhzkj rilasciando una nuova versione ...
Dark_Alex, grande coder della scena psp e già creatore del PspStates Experiment v1, aggiorna suddetto plugin alla versione v2. Pe ...
L'inarrestabile SeanPaul223, al lavoro anche in estate, continua a rilasciare homebrew per le nostre amate psp. E' la volta di mar ...
Chi pensa di aver visto tutto riguardo gli homebrew, si dovrà ricredere. Stewart e Skity ci sorprendono con questa incredibile ap ...
Humma Kavula, già autore dell'ottimo loader Fastloader (Scusate il gioco di parole :P) si supera e lancia quello che è in parole p ...
Sembra di si. Non è chiaro, ovviamente, se si tratta dell'ormai stradiscusso PSP Phone o di qualche altra periferica, tuttavia son ...
Vi informiamo che è già online il tutorial per l'installazione dell'ultimo Custom Firmware di Dark_Alex. La guida, disponibile a q ...
E' stata annunciata l'uscita su PSP entro il 2008 del nuovo episodio dedicato alla saga di Naruto: Naruto Ultimate Ninja Heroes 2 ...
Rilasciato senza troppi proclami una feature che molti possessori di PSP stavano attendendo: il PspStates, plugin utile a salvare ...
Chi pensa di aver visto tutto riguardo gli homebrew, si dovrà ricredere. Stewart e Skity ci sorprendono con questa incredibile ap ...
Rilasciato senza troppi proclami una feature che molti possessori di PSP stavano attendendo: il PspStates, plugin utile a salvare ...
Sembra di si. Non è chiaro, ovviamente, se si tratta dell'ormai stradiscusso PSP Phone o di qualche altra periferica, tuttavia son ...
Vi informiamo che è già online il tutorial per l'installazione dell'ultimo Custom Firmware di Dark_Alex. La guida, disponibile a q ...
Miriam aggiorna il CXMB rendendolo compatibile con il cf 4.01 del team m33. Il CXMB è un ottimo plugin, in grado di caricare te ...
TITOLO: Xplora VERSIONE: 1.0 AUTORE: Ne0h GENERE: File manager Ne0h, utente del nostro forum e dev PSP, ha rilasciato un nuovo ag ...