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

Thread: Open Manager - Now updated to v1.17 - KaKaRoTo Support!
  

Page 105 of 247 FirstFirst ... 5 55 95 103 104 105 106 107 115 155 205 ... LastLast
Results 1,041 to 1,050 of 2470
  1. #1041  
    jT415Gz's Avatar
    jT415Gz is offline House Pets Gone Wild
    Join Date
    Sep 2010
    Posts
    92
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by cbprod View Post
    i know you and me have been having the same problem, but i finally got f1 working from the laun folder. it required another pkg i found reading through the forums on another site.

    install the fixpermission.pkg, copy f1 to your laun folder in NORMAL mode. i did that through om, through the copy option from usb to hdd. then i ran the pkg file the screen goes black for a few seconds, than back in om, put f1 in patch mode and it loaded up.
    Fantastic find man. It worked! Now I can access LAUN either in normal and patched mode via FTP~ very cool. Many thanks man.
    |Kmeaw CFW|Syscall|MultiMAN|Rogero|Gaia|and of course |
    Reply With Quote  

  2. #1042  
    shyha's Avatar
    shyha is offline Member
    Join Date
    Oct 2010
    Posts
    54
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by cbprod View Post
    i know you and me have been having the same problem, but i finally got f1 working from the laun folder. it required another pkg i found reading through the forums on another site.

    install the fixpermission.pkg, copy f1 to your laun folder in NORMAL mode. i did that through om, through the copy option from usb to hdd. then i ran the pkg file the screen goes black for a few seconds, than back in om, put f1 in patch mode and it loaded up.
    I'm looking at your code and I can see there is a CHMOD command
    Code:
    cellFsChmod(start_path, 0777);
    I'm confused because another user (jtanner) wrote that it doesn't work in PS3:
    http://psx-scene.com/forums/showpost...&postcount=872 (Open Manager - Now updated to v1.17 - KaKaRoTo Support!)
    Reply With Quote  

  3. #1043  
    Join Date
    Aug 2010
    Posts
    85
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I can't get NBA 2k11 to work?

    Keep getting an error when I try to load it in both patched mode and normal mode?

    It loads the move safety screen then goes back to xmb with error (80010017)
    Reply With Quote  

  4. #1044  
    cbprod is offline Member
    Join Date
    Sep 2010
    Posts
    60
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by shyha View Post
    I'm looking at your code and I can see there is a CHMOD command
    Code:
    cellFsChmod(start_path, 0777);
    I'm confused because another user (jtanner) wrote that it doesn't work in PS3:
    http://psx-scene.com/forums/showpost...&postcount=872 (Open Manager - Now updated to v1.17 - KaKaRoTo Support!)
    i didnt write the code just, found the package on another forum, tried it out and it worked for f1.
    Reply With Quote  

  5. #1045  
    h0bbit's Avatar
    h0bbit is offline Member
    Join Date
    Oct 2010
    Location
    Norcal
    Posts
    146
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by shyha View Post
    I'm looking at your code and I can see there is a CHMOD command
    Code:
    cellFsChmod(start_path, 0777);
    I'm confused because another user (jtanner) wrote that it doesn't work in PS3:
    http://psx-scene.com/forums/showpost...&postcount=872 (Open Manager - Now updated to v1.17 - KaKaRoTo Support!)
    Was noticing the same thing. Not that I know anything about the ps3 filesystem, but i did see something different. fixPermission src uses 0777 for dirs, and 0666 for files, whereas MOH's src only uses 0777. Maybe ps3 file system doesnt accept execute flag on files, only dirs?
    Reply With Quote  

  6. #1046  
    bigdaddie's Avatar
    bigdaddie is offline Member
    Join Date
    Jan 2005
    Location
    Europe
    Posts
    663
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    7
    Quote Originally Posted by spamme View Post
    When I launch Racket Sports in Patched mode using Open BackupManager 1.14, I get the following error message:

    EBOOT.BIN Not Found

    Can someone please help me out? The game launches fine using the other BM but you can't hit 'Start'.

    Where do I get the eboot.bin file for Racket Sports and where do I place the file on my internal harddrive?

    Thanks in advance for your help!
    Racket Sports works with the original BM but you have to use the move controller. Doesn't work with the normal controller (you can only quit the game with the ps button).
    I back-upped mine from original disc to usb with OBM (no patch) and back to hdd with BM.
    Check your file system with ftp if eboot.bin error occurs, you probably have an empty Rackets Sports folder on your drive (i had the same experience).
    And don't use the patch.
    Teensy2.0 (atmega) with psgroove1.1.
    Reply With Quote  

  7. #1047  
    Mindon is offline Member
    Join Date
    Sep 2010
    Posts
    45
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by cbprod View Post
    i know you and me have been having the same problem, but i finally got f1 working from the laun folder. it required another pkg i found reading through the forums on another site.

    install the fixpermission.pkg, copy f1 to your laun folder in NORMAL mode. i did that through om, through the copy option from usb to hdd. then i ran the pkg file the screen goes black for a few seconds, than back in om, put f1 in patch mode and it loaded up.
    Nice package. It fixes all the directory troubles I had as they missed the executable flag
    Reply With Quote  

  8. #1048  
    jtanner's Avatar
    jtanner is offline PS3 Developers
    Join Date
    Aug 2010
    Posts
    292
    Downloads
    4
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    16
    Likes Received
    3
    Quote Originally Posted by shyha View Post
    I'm looking at your code and I can see there is a CHMOD command
    Code:
    cellFsChmod(start_path, 0777);
    I'm confused because another user (jtanner) wrote that it doesn't work in PS3:
    http://psx-scene.com/forums/showpost...&postcount=872 (Open Manager - Now updated to v1.17 - KaKaRoTo Support!)
    What I was implying was that there was no way to CHMOD due to FTP & PS3 limitations... it wasnt possible.

    The setting of permissions is obv. possible
    GUIDE: Installing SDK & Compile Open Manager :: http://jamestanner.co.uk/ps3/
    YouTube 2 MP3 :: http://www.yt2mp3.co.uk/
    PSX IRC :: irc.psxfail.com
    Reply With Quote  

  9. #1049 Rogero_Manager_V6.1 
    Rogero's Avatar
    Rogero is offline PS3 Developers
    Join Date
    Aug 2010
    Location
    Lebanon
    Posts
    808
    Downloads
    4
    Uploads
    0
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    13
    Likes Received
    99
    First I want to thank Moh_sakhaii, Jurai2, the original OM owner and everybody else who contributed in improving the OM to reach the way it is now, all efforts should be continued to make it better with each day.

    I had little time to build my own versions too,but not sure if i'll have the time to continue updating it, anyway here it is:

    ChangeLog from Rogero_V6 05/10/2010
    ------------------------------------------------------------------------------------------
    1- Hermes Patch is now always checked and turned off as default at program startup.

    2- Hermes Patch will only work now with Payloads that supports Peek/Poke commands (PSGroove v1.1, Hermes v1.0 ...)
    to avoid compatibility problems with the first original Payloads (PsGroove v1.0/PsFreedom).

    3- Program version is now displayed on the top right corner of the screen.

    4- Direct-Load mode can now be toggled on/off with the "L3" button instead of being used when loading the game.

    5- some code clean-up

    Update, Version 6.1 :
    http://www.mediafire.com/?hs8a93lh4smz76n

    you can check the original thread is here:

    http://psx-scene.com/forums/showthre...t=66740&page=8 (Anyone try Azergaz's backup manager that boots games right from the app?)

    Cheers
    Reply With Quote  

  10. #1050  
    lombers is offline Member
    Join Date
    Sep 2010
    Posts
    94
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by ChokeD View Post
    Honestly, I'm thinking it has something to do with the different .hex payloads and some hermes not using the oman folder and others it just don't matter, or it does according to how the game was installed.
    I think this is part of the problem too. I'm just curious as to why people are running hermes v2 when the first post in this thread specifically says not to as it breaks compatibility.

    What are you reasons for running hermes v2? Aren't the hermes v2 features implemented in the OBM software?

    The only other thing I can think of (that would cause issues) are people who are running the original psgroove 1.0 hex. This definitely won't work as I'm under the impression that the patched mode REQUIRES peek and poke support.
    Reply With Quote  

Page 105 of 247 FirstFirst ... 5 55 95 103 104 105 106 107 115 155 205 ... 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
  •