forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Using fakeboot?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
vegito-93



Joined: 18 Feb 2006
Posts: 12

PostPosted: Thu Mar 30, 2006 9:04 am    Post subject: Using fakeboot? Reply with quote

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
View user's profile Send private message
vegito-93



Joined: 18 Feb 2006
Posts: 12

PostPosted: Sun Apr 02, 2006 3:25 am    Post subject: Reply with quote

anyone?
Back to top
View user's profile Send private message
TyRaNiD



Joined: 18 Jan 2004
Posts: 918

PostPosted: Sun Apr 02, 2006 3:30 am    Post subject: Reply with quote

I am not even sure what fakeboot is supposed to do or where you got it from, so no :)
Back to top
View user's profile Send private message
vegito-93



Joined: 18 Feb 2006
Posts: 12

PostPosted: Mon Apr 03, 2006 5:25 am    Post subject: Reply with quote

i heard that fakeboot is used to trick the ee into thinking that the iop is already reset.
Back to top
View user's profile Send private message
LionX



Joined: 27 Dec 2004
Posts: 61

PostPosted: Sat Jun 24, 2006 8:01 am    Post subject: Reply with quote

sit in a loop in your main. if you return you will end up in the browser
Back to top
View user's profile Send private message
misfire



Joined: 06 Sep 2004
Posts: 120
Location: Germany

PostPosted: Tue Jun 27, 2006 9:24 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group