Search found 7 matches

by gradew
Tue May 09, 2006 6:19 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

Ok, now that I've managed to get my hands on a 1.5 PSP. I'm trying to run a kxploited homebrew from my homebrew and it still doesn't work. Only this time, the PSP crashes (black screen, then powers off after 10 seconds or so...). Which EBOOT.PBP should I run? the one in the % directory? Does my home...
by gradew
Thu May 04, 2006 9:41 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

ok! ^^ I'll have to wait for that, then.... Thanks a lot for your time, moonlight!! :-))
by gradew
Thu May 04, 2006 9:32 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

Tried out your "holy function of homebrew" (that's where I saw it! ;-)), didn't work out. Only this time, the return value was 0.... As I'm totally new to PSP programming, I'm not sure I understand what you mean by "kxploited"... My app is a simple C++ program I've built from a ...
by gradew
Thu May 04, 2006 9:21 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

Tried out your "holy function of homebrew" (that's where I saw it! ;-)), didn't work out. Only this time, the return value was 0.... As I'm totally new to PSP programming, I'm not sure I understand what you mean by "kxploited"... My app is a simple C++ program I've built from a s...
by gradew
Thu May 04, 2006 8:53 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

ok I think I've seen it somewhere in the forum. The reason I haven't tried it is because I'm not trying to run an ELF, but an EBOOT.PBP file. Does that make any difference?

In the meantime, I'll try out the declaration you've given me. Thanks for the help! :-)
by gradew
Thu May 04, 2006 8:35 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

hello moonlight,

thank you for your reply. Is

PSP_MODULE_INFO("blahblah",0x1000,1,1);
PSP_MAIN_THREAD_ATTR(0);

enough to run my app in kernel mode? because if it is, then I'm probably missing something else; it still doesn't work... :(
by gradew
Thu May 04, 2006 7:18 pm
Forum: PSP Development
Topic: Running EBOOT.PBP from homebrew
Replies: 13
Views: 4271

Running EBOOT.PBP from homebrew

Hey all, sorry about this totally noob question, but is there a way I could launch a homebrew from another homebrew? I thought sceKernelLoadExec could do that, but I keep getting the 0x80020147 (prohibitLoadEx ecdevice) error. Any thoughts? (PS: I searched this forum for answers, but it seems people...