| View previous topic :: View next topic |
| Author |
Message |
vegito-93
Joined: 18 Feb 2006 Posts: 12
|
Posted: Thu Mar 30, 2006 9:04 am Post subject: Using fakeboot? |
|
|
k i am trying to load the PS2BROWSER wihtout reseting the iop.
I put this in my elf:
| Code: | int main()
{
extern u8 *fakeboot_irx;
extern int size_fakeboot_irx;
int ret;
SifExecModuleBuffer(&fakeboot_irx, size_fakeboot_irx, 0, NULL, &ret);
if (ret < 0)
{
printf("SifExecModuleBuffer returned");
return -1;
}
LoadExecPS2("", 0, NULL);
return 0;
} |
It dosen't return -1 but it tries to load the PS2BROWSER.
For some reason, it turns into a blank black screen. What did i do wrong? |
|
| Back to top |
|
 |
vegito-93
Joined: 18 Feb 2006 Posts: 12
|
Posted: Sun Apr 02, 2006 3:25 am Post subject: |
|
|
| anyone? |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Apr 02, 2006 3:30 am Post subject: |
|
|
| I am not even sure what fakeboot is supposed to do or where you got it from, so no :) |
|
| Back to top |
|
 |
vegito-93
Joined: 18 Feb 2006 Posts: 12
|
Posted: Mon Apr 03, 2006 5:25 am Post subject: |
|
|
| i heard that fakeboot is used to trick the ee into thinking that the iop is already reset. |
|
| Back to top |
|
 |
LionX
Joined: 27 Dec 2004 Posts: 61
|
Posted: Sat Jun 24, 2006 8:01 am Post subject: |
|
|
| sit in a loop in your main. if you return you will end up in the browser |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Jun 27, 2006 9:24 pm Post subject: |
|
|
| TyRaNiD wrote: | | I am not even sure what fakeboot is supposed to do or where you got it from, so no :) |
fakeboot can be found here:
http://www.cdvdmania.com.ru/main.html |
|
| Back to top |
|
 |
|