Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


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: Removing categories from XMB?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1 Removing categories from XMB? 
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Does anyone know of a concrete way to remove categories from the XMB?

    I tried searching, but found nothing. Here's what I've tried:

    1. Using PS3MFW builder to remove all icons from the PSN category; result: it remains on the XMB except blank.
    2. Deleting category_psn.xml from dev_flash; result: semibrick of sorts upon reboot, takes me to recovery menu to reinstall firmware.

    Any ideas? I'm never going to go on PSN on this PS3, so I see no reason to have the PSN category cluttering up my XMB.
    Reply With Quote  

  2. #2  
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Sorry to bump, but does anyone have any ideas regarding this? I'm sure people would love to remove categories from the XMB.
    Reply With Quote  

  3. #3  
    kravone is offline Member
    Join Date
    Jan 2011
    Posts
    18
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You have to edit xmb_plugin_normal.rco and xmb_ingame.rco
    Reply With Quote  

  4. #4  
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hm..I tried editing them with RCOmage and the resulting RCO files made my XMB really buggy[starting another application from the ingame xmb just brings me back to the main XMB without starting it, and the icons are now missing from the ingame XMB]. Guess it's not worth the effort. Oh well.
    Reply With Quote  

  5. #5  
    DanyL's Avatar
    DanyL is offline Member
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    736
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    15
    PS3MFW have a task for that, but not to the public (yet).

    But it's really easy, you should patch xmb_plugin.sprx and xmb_ingame.sprx
    for example, for removing PSN category you should patch 6c 69 73 74 5f 70 73 6e with empty strings(in both xmb_plugin.sprx and xmb_ingame.sprx).
    Reply With Quote  

  6. #6  
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Empty strings as in nulls(zeroes)?

    Edit: Used RCOmage to make the strings "". I had a derp moment there.

    Works great for Xmb_normal, but xmb_ingame makes the PSN category "auto snap" whenever I open it. RCO edits sure are buggy. :P
    Last edited by daxtsu; 03-10-2011 at 12:29 AM.
    Reply With Quote  

  7. #7  
    DanyL's Avatar
    DanyL is offline Member
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    736
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    15
    RCO?!
    It's not RCO files, it's sprx (self).
    You should decryped them and then edit them using HEX editor.
    Reply With Quote  

  8. #8  
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    How can I properly re-encrypt the PRXes?

    ./makeself.exe -c lv2 355 3.50.0 01000002 10700000_52000001 unknown xmb_plugin.elf xmb_plugin.sprx

    Forced me to reinstall the firmware. Maybe because of the 355 key i encrypted with?

    I'm using the fail0verflow tools from around mid-January. Pretty sure those are the ones that were fixed.

    The edit I made to the PRX was changing the 6c 69 73 74 5f 70 73 6e to zeroes(I made sure it said list_psn), if that helps.
    Reply With Quote  

  9. #9  
    DanyL's Avatar
    DanyL is offline Member
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    736
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    15
    You should use unself to decryped and self_rebuilder to encrypet.

    btw - it's not PRX (elf) it SPRX (Self PRX), that's why you should decryped it first.
    Reply With Quote  

  10. #10  
    daxtsu is offline Member
    Join Date
    Jul 2008
    Posts
    128
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I did decrypt it. I just didn't mention the unself part. :P

    Edit: it's not worth the trouble. After successfully modifying xmb_plugin.sprx, I can't launch another app from the ingame XMB without it hanging on my main XMB. It'd be an added hassle to go to quit, then the category the app is in, and launching it.

    Either one you edit, the RCO or the SPRX, causes bugs. Unless patching those strings to zeroes is the wrong way of going about it?
    Last edited by daxtsu; 03-10-2011 at 08:55 AM.
    Reply With Quote  

Page 1 of 2 1 2 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
  •