Forum: PS3 Game Backup - Discussion about backing up your PS3 discs. Find up to date lists of working and non-working games, information on Rogero Manager and much more. Discussion of warez is not allowed.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree4Likes

Thread: (Le) Tour De France 2011 (BLES01296) - PATCHED FILES FOR CFW 3.41-3.55
  

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 31
  1. #11  
    bitsbubba's Avatar
    bitsbubba is offline Official PS3 Scene Babysitter
    Join Date
    Sep 2010
    Location
    Camp Crystal Lake
    Posts
    7,983
    Downloads
    27
    Uploads
    13
    Mentioned
    82 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    2340
    Likes Received
    1161
    @Thumbkin Are you running Hermes or Standard BD Emulation? Is all traces of it out of the Game Data section? You're not letting it update or installing any update?
    [B]CECHA01 (500GB [1TB ext.]REBUG 4.21.2(REX)/Cobra 4.30CFW(v6.0)/QA Flagged

    Reply With Quote  

  2. #12  
    BahumatLord's Avatar
    BahumatLord is offline Master Blaster
    Join Date
    May 2011
    Posts
    5,074
    Downloads
    81
    Uploads
    8
    Mentioned
    34 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    299
    Likes Received
    1255
    @Jay-Jay - got your PM

    Error 8001003C comes up on some but not all firmwares with these eboot fixes because it wasn't done properly. There's a hex patch that was missed. This is an eboot_fix.bat to be used with the scetool/aldostools bruteforce app. I highlighted the part that applies

    Code:
    @echo off
    if exist EBOOT.BIN goto fix
    echo EBOOT.BIN not found...
    goto end
    :fix
    set CID=
    FOR /F "tokens=1,2 delims= " %%A IN ('scetool.exe -i EBOOT.BIN') DO (
    if [%%A]==[ContentID] set CID=%%B
    )
    scetool.exe --decrypt EBOOT.BIN EBOOT.elf
    if not exist EBOOT.elf unself.exe EBOOT.BIN EBOOT.elf
    FixELF.exe EBOOT.elf "24 13 BC C5 F6 00 33 00 00 00 36" "24 13 BC C5 F6 00 33 00 00 00 34"
    ren EBOOT.BIN EBOOT.BIN_ORIGINAL > NUL
    if [%CID%]==[] (
    scetool.exe -v --sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=01 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-vendor-id=01000002 --self-type=APP   --self-fw-version=0003004000000000 --encrypt EBOOT.elf EBOOT.BIN
    ) else (
    echo ContentID=%CID%
    scetool.exe -v --sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=01 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=%CID% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.elf EBOOT.BIN
    )
    del /Q EBOOT.elf > NUL
    if not exist EBOOT.BIN ren EBOOT.BIN_ORIGINAL EBOOT.BIN
    
    :end
    pause
    Fiery the angels fell. Deep thunder rolled around their shoulders... burning with the fires of Orc.
    Reply With Quote  

  3. #13  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,392
    Downloads
    22
    Uploads
    8
    Mentioned
    55 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1340
    Likes Received
    735
    @Thumbkin, these two guys above are the ones I was hoping they'd come in and give us some suggestions and inputs. Its nice to have powerful friends!

    Okay BahumatLord, I will patch the eboot with this .bat code.

    I just wanted to let you know that when I created the above fixes, I ran a bruteforce on the folder and what it did was it automatically created a patched param.sfo, eboot.bin, and that sprx file--it took some time with the sprx file, as it was trying to crack the key. But after it was done, it gave me patched files. I pretty much left it on auto-pilot.

    I now patched the original EBOOT.BIN file with your .bat. I deleted the bold large bbcode that you provided in the code box--I hope I got it right, since I don't want it create a hiccup.

    And if Thumbkin is willing to try this new eboot.bin file, (See attachment below). Just to see if this fixes this issue. And if it does, I might end up replacing the eboot of the previous fix with this one.
    Attached Files
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  4. #14  
    BahumatLord's Avatar
    BahumatLord is offline Master Blaster
    Join Date
    May 2011
    Posts
    5,074
    Downloads
    81
    Uploads
    8
    Mentioned
    34 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    299
    Likes Received
    1255
    If I'm not mistaken it's just an eboot issue, but if you still get errors you need to bruteforce the self/sprx files again too. Luckily it should be the same as before and stored for you so it should just take a second to do
    Fiery the angels fell. Deep thunder rolled around their shoulders... burning with the fires of Orc.
    Reply With Quote  

  5. #15  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,392
    Downloads
    22
    Uploads
    8
    Mentioned
    55 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1340
    Likes Received
    735
    Quote Originally Posted by BahumatLord View Post
    If I'm not mistaken it's just an eboot issue, but if you still get errors you need to bruteforce the self/sprx files again too. Luckily it should be the same as before and stored for you so it should just take a second to do
    I see. I will wait till I hear from Thumbkin, to see where we stand.

    I did compare your eboot_fix.bat code with the one that comes default with scetool. Yours had less code. Is yours a better version or just for this case alone?
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  6. #16  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,392
    Downloads
    22
    Uploads
    8
    Mentioned
    55 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1340
    Likes Received
    735
    Hey Bahumatlord, after studying carefully the eboot_fix.bat code inside the scetool folder, I notice that the line you highlighted above, this default version also has it. Here is the code. -- Unless when I run the bruteforce method, it doesn't obey this code? Just confused.

    Code:
    @echo off
    set CID=
    FOR /F "tokens=1,2 delims= " %%A IN ('scetool.exe -i "EBOOT.BIN"') DO (
    if [%%A]==[ContentID] set CID=%%B
    )
    if not exist "EBOOT.elf" scetool.exe -v -d "EBOOT.BIN" "EBOOT.elf"
    echo:
    if not exist "EBOOT.elf" scetool.exe -v -d "EBOOT.BIN" "EBOOT.elf"
    if not exist "EBOOT.elf" unfself.exe "EBOOT.BIN" "EBOOT.elf"
    if not exist "EBOOT.elf" unself.exe "EBOOT.BIN" "EBOOT.elf"
    if not exist "EBOOT.elf" goto finish
    FixELF.exe "EBOOT.elf" "24 13 BC C5 F6 00 33 00 00 00 36" "24 13 BC C5 F6 00 33 00 00 00 34"
    echo:
    echo Resigning...
    ren "EBOOT.BIN" "EBOOT.BIN_ORIGINAL" > NUL
    if [%CID%]==[] (
    scetool.exe -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=01 --self-auth-id=1010000001000003 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-app-version=0001000000000000 --self-type=APP   --self-fw-version=0003004000000000 --encrypt "EBOOT.elf" "EBOOT.BIN"
    ) else (
    echo ContentID = %CID%
    scetool.exe -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=01 --self-auth-id=1010000001000003 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-app-version=0001000000000000 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=%CID% --np-app-type=EXEC --np-real-fname="EBOOT.BIN" --encrypt "EBOOT.elf" "EBOOT.BIN"
    )
    del /Q "EBOOT.elf" > NUL
    :finish
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  7. #17  
    BahumatLord's Avatar
    BahumatLord is offline Master Blaster
    Join Date
    May 2011
    Posts
    5,074
    Downloads
    81
    Uploads
    8
    Mentioned
    34 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    299
    Likes Received
    1255
    It's from the man aldostools himself. It's always given me flawless patches
    Fiery the angels fell. Deep thunder rolled around their shoulders... burning with the fires of Orc.
    Reply With Quote  

  8. #18  
    BahumatLord's Avatar
    BahumatLord is offline Master Blaster
    Join Date
    May 2011
    Posts
    5,074
    Downloads
    81
    Uploads
    8
    Mentioned
    34 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    299
    Likes Received
    1255
    Here's his tool. It just needs to be updated with the 3.7 - 4.xx keys available

    http://aldostools.org/temp/scetool_0.2.9_bruteforce.7z
    Fiery the angels fell. Deep thunder rolled around their shoulders... burning with the fires of Orc.
    Reply With Quote  

  9. #19  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,392
    Downloads
    22
    Uploads
    8
    Mentioned
    55 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1340
    Likes Received
    735
    Quote Originally Posted by BahumatLord View Post
    Here's his tool. It just needs to be updated with the 3.7 - 4.xx keys available

    http://aldostools.org/temp/scetool_0.2.9_bruteforce.7z
    Yes, that is the one I am also using. I installed the latest version that was made available in deank's multiMAN 04.09.00

    Strange that your eboot_fix.bat and the one default in scetool is different.
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  10. #20  
    BahumatLord's Avatar
    BahumatLord is offline Master Blaster
    Join Date
    May 2011
    Posts
    5,074
    Downloads
    81
    Uploads
    8
    Mentioned
    34 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    299
    Likes Received
    1255
    No the bruteforce tool uses that code too. Are you sure you grabbed all the self/sprx files? Sometimes they're hard to find
    Fiery the angels fell. Deep thunder rolled around their shoulders... burning with the fires of Orc.
    Reply With Quote  

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •