Page 1 of 1

Using fakeboot?

Posted: Thu Mar 30, 2006 9:04 am
by vegito-93
k i am trying to load the PS2BROWSER wihtout reseting the iop.
I put this in my elf:

Code: Select all

int main()
{
    extern u8 *fakeboot_irx;
extern int size_fakeboot_irx;
    int ret;
SifExecModuleBuffer(&fakeboot_irx, size_fakeboot_irx, 0, NULL, &ret);
              
              if &#40;ret < 0&#41;
	&#123;
	printf&#40;"SifExecModuleBuffer returned"&#41;;
		return -1;
		&#125;
		LoadExecPS2&#40;"", 0, NULL&#41;;

    return 0;
&#125;
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?

Posted: Sun Apr 02, 2006 3:25 am
by vegito-93
anyone?

Posted: Sun Apr 02, 2006 3:30 am
by TyRaNiD
I am not even sure what fakeboot is supposed to do or where you got it from, so no :)

Posted: Mon Apr 03, 2006 5:25 am
by vegito-93
i heard that fakeboot is used to trick the ee into thinking that the iop is already reset.

Posted: Sat Jun 24, 2006 8:01 am
by LionX
sit in a loop in your main. if you return you will end up in the browser

Posted: Tue Jun 27, 2006 9:24 pm
by misfire
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