Search found 8 matches

by valen_9
Fri Jan 02, 2009 7:15 pm
Forum: PSP Development
Topic: Hepl, src Dump Flash0
Replies: 14
Views: 4072

then they can not? : (
by valen_9
Thu Jan 01, 2009 11:08 pm
Forum: PSP Development
Topic: Hepl, src Dump Flash0
Replies: 14
Views: 4072

J.F. wrote:http://forums.exophase.com/showthread.php?t=370

You'll find the source in the src directory inside the arc on that post.


Thanks!!!!

Which of these folders is?
by valen_9
Thu Jan 01, 2009 1:33 am
Forum: PSP Development
Topic: Hepl, src Dump Flash0
Replies: 14
Views: 4072

J.F. wrote:The original 3.0 cfw HEN had example code to dump the flash from user mode (calls a kernel-mode prx to do it).
Hello. I am looking like the_dark and I can not find the download of 3.00 cf. If you could provide a download link to you in more thanks. Advance thanks.
by valen_9
Mon Dec 29, 2008 8:19 pm
Forum: PSP Development
Topic: Help, how to launch a UMD
Replies: 10
Views: 3417

Download 4.01 m33. Check in the SDK folder. Open up a terminal(or window if you're using cygwin) in the SDK folder, and cp -rf lib $PSPDEV/psp/sdk && cp -rf include $PSPDEV/psp/sdk and overwrite all of them. Then, if you want you can install psp-packer by going into the psp-packer directory...
by valen_9
Mon Dec 29, 2008 5:56 am
Forum: PSP Development
Topic: Help, how to launch a UMD
Replies: 10
Views: 3417

ne0h wrote:Have a look in the 4.01 M33, there's a SDK folder! ;)
Do not understand. You mean I need a library? Thanks for your patience and understanding

Editorial: Sorry, you already know what you mean, but they put the folder "SDK"
by valen_9
Mon Dec 29, 2008 12:30 am
Forum: PSP Development
Topic: Help, how to launch a UMD
Replies: 10
Views: 3417

Add lpspsystemctrl_user to your makefile, and post the compilation log... Compilando... espere... psp-gcc -I. -IC:/PSPDev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -L. -LC:/PSPDev/psp/sdk/lib main.o -lpspumd -lpspsystemctrl_user -lpspdebug -lps pdisplay -lpspge -lpspctrl -...
by valen_9
Sun Dec 28, 2008 9:52 pm
Forum: PSP Development
Topic: Help, how to launch a UMD
Replies: 10
Views: 3417

You have to launch EBOOT.BIN. Here is an example, here I'm using sctrlKernelLoadExecVSHWithApitype but there's some others ways... struct SceKernelLoadExecVSHParam param; int apitype = 0; char *program = NULL; char *mode = NULL; apitype = 0x120; program = "disc0:/PSP_GAME/SYSDIR/EBOOT....
by valen_9
Sun Dec 28, 2008 1:44 am
Forum: PSP Development
Topic: Help, how to launch a UMD
Replies: 10
Views: 3417

Help, how to launch a UMD

Hello good, forgiveness for my English esque español.Estoy'm doing a program. A shell and not as a launching UMD I tried anyway, but nothing. Please give me a code to be able to launch the UMD