Page 3 of 9 FirstFirst 1234567 ... LastLast
Results 21 to 30 of 82

Thread: Almost useless PSP[worst day ever]

                  
   
  1. #21
    DCEmu Regular Nicko01's Avatar
    Join Date
    Jun 2006
    Location
    www.nicko01.com
    Age
    32
    Posts
    434
    Rep Power
    73

    Default

    he already said recover doesn't work

    It would be lucky if it would work.
    I've never done a prx, nor have i done anything that loads an external eboot before.
    lol

  2. #22
    DCEmu Legend DarthPaul's Avatar
    Join Date
    Apr 2006
    Location
    Puerto Rico
    Age
    35
    Posts
    2,734
    Rep Power
    90

    Default

    Quote Originally Posted by Nicko01 View Post
    here it is.
    i didn't test it, but it should work on boot.
    Thanks!!:thumbup:

    But how do I run that...?

    Quote Originally Posted by acn010 View Post
    recover it on recovery
    And yeah,Recovery doesn't work.

  3. #23
    DCEmu Regular Nicko01's Avatar
    Join Date
    Jun 2006
    Location
    www.nicko01.com
    Age
    32
    Posts
    434
    Rep Power
    73

    Default

    it should be automatic.
    if not, ill try again.


    make sure you have something in ms0:/psp/game/recovery/eboot.pbp

  4. #24
    DCEmu Legend DarthPaul's Avatar
    Join Date
    Apr 2006
    Location
    Puerto Rico
    Age
    35
    Posts
    2,734
    Rep Power
    90

    Default

    Ok,so where I put the file? In the same place where the original SCEP-XMB is?

    And yes,I have something in that folder.

  5. #25
    DCEmu Regular Nicko01's Avatar
    Join Date
    Jun 2006
    Location
    www.nicko01.com
    Age
    32
    Posts
    434
    Rep Power
    73

    Default

    yeah. just replace the old prx with the new one.

  6. #26
    DCEmu Legend DarthPaul's Avatar
    Join Date
    Apr 2006
    Location
    Puerto Rico
    Age
    35
    Posts
    2,734
    Rep Power
    90

    Default

    Oh well...it didn't work.

  7. #27
    DCEmu Regular Nicko01's Avatar
    Join Date
    Jun 2006
    Location
    www.nicko01.com
    Age
    32
    Posts
    434
    Rep Power
    73

    Default

    my parents are making me get off soon.....
    I have 8 minutes left.

  8. #28
    DCEmu Legend DarthPaul's Avatar
    Join Date
    Apr 2006
    Location
    Puerto Rico
    Age
    35
    Posts
    2,734
    Rep Power
    90

    Default

    It's ok man. Thanks for everything you have done so far. It wasn't succesful but I least you tried and help me..

  9. #29
    DCEmu Regular Nicko01's Avatar
    Join Date
    Jun 2006
    Location
    www.nicko01.com
    Age
    32
    Posts
    434
    Rep Power
    73

    Default

    This code should work....

    Code:
    #include <pspkernel.h>
    #include <pspctrl.h>
    #include <stdio.h>
    #include <string.h>
    #include <pspmodulemgr.h>
    
    PSP_MODULE_INFO("Test PRX", 0x1000, 1, 1);
    
    int main(int argc, char **argv)
    {
    	SceCtrlData pad;
    	while(1)
    	{
    		sceCtrlPeekBufferPositive(&pad, 1);
    		if(pad.Buttons & PSP_CTRL_RTRIGGER)
    		{
    			if(pad.Buttons & PSP_CTRL_TRIANGLE)
    			{
    				 sceKernelLoadExec("ms0:/eboot.pbp",NULL);
    			}
    		}
    	sceKernelDelayThread(1000);
    	}
    	return 0;
    }
    
    /* Exported function returns the address of module_info */
    void* getModuleInfo(void)
    {
    	return (void *) &module_info;
    }
    i'm just not sure how to make a makefile



    Sorry, i gotta go for now.

  10. #30
    DCEmu Regular skater9269's Avatar
    Join Date
    Jun 2006
    Posts
    258
    Rep Power
    71

    Default what fw are you on.

    If you are on a firmware that has the tiff exploit unpatched then use a tiff loader to load a downgrader.

Page 3 of 9 FirstFirst 1234567 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •