| View previous topic :: View next topic |
| Author |
Message |
gff_cruner
Joined: 01 May 2006 Posts: 11 Location: La Coruna - Spain
|
Posted: Fri Oct 06, 2006 2:58 am Post subject: returning to my application after loading another app |
|
|
Iīm looking for a way to return to my application after it loads other application. Itīs something like trying to replace the XMB.
I taked a look in the forum, and I read something about if the app is compiled as prx and loaded by other application, when exiting, returns to the application that had load the module (because the prx is unloaded). But my case is a bit different. I want to load eboots (not prx) and then return to my app, not the XMB. This is maybe something like done by irshell.
Any suggestions? Thanks. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Fri Oct 06, 2006 6:45 am Post subject: |
|
|
| Depends _how_ you want to do it, considering you want to stop the XMB restarting then the easiest is to hook sceKernelExitGame and then just LoadExec your original code. I could explain more but I dont feel like it, there is example code around if you can be arsed to look for it ;) |
|
| Back to top |
|
 |
gff_cruner
Joined: 01 May 2006 Posts: 11 Location: La Coruna - Spain
|
Posted: Fri Oct 06, 2006 9:02 pm Post subject: |
|
|
Thanks TyRaNiD, I had been looking for a bit harder and I found interesting stuff about "hooking" :)
Iīll still looking for helpful code a bit more. |
|
| Back to top |
|
 |
gff_cruner
Joined: 01 May 2006 Posts: 11 Location: La Coruna - Spain
|
Posted: Sat Oct 07, 2006 10:06 pm Post subject: |
|
|
I found a lot of information about "hooking" and module patching (psplink source was very helpful, thanks TyRaNiD again ;) ) but I have one more question.
Could the module patching in ram affect to prx in the flash?? I think not, but my psp is not chipped and I donīt want to damage it :P |
|
| Back to top |
|
 |
weltall
Joined: 20 Feb 2004 Posts: 310
|
Posted: Sat Oct 07, 2006 11:46 pm Post subject: |
|
|
no they are just ram patches
to modify something on your flash you need to remount it and access to file with file functions or by nand direct access |
|
| Back to top |
|
 |
gff_cruner
Joined: 01 May 2006 Posts: 11 Location: La Coruna - Spain
|
Posted: Sun Oct 08, 2006 2:07 am Post subject: |
|
|
Thanks weltall.
No problem then so I keep working on it without worries :) |
|
| Back to top |
|
 |
|