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: Howto install pkg files stored on the internal HDD
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
  1. #1 Howto install pkg files stored on the internal HDD 
    Red 13's Avatar
    Red 13 is offline Member
    Join Date
    Sep 2010
    Posts
    81
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Here is how to make the "Install Package Files" search for pkg files in a folder on dev_hdd0.
    Why? Because it is mutch easyer and faster to use the FTP server to transfere big pkg's, like multiMAN, then using a usb stick

    This is the homebrew you need:
    Comgenies Awesome File Manager
    dev_blind (this i think need a FW with peek/poke, i use Wutangrza)

    You can use the file i have attached, or edit a copy of your originale, my category_game.xml is from fw3.55, it has "/app_home/PS3_GAME/" and "Install Package Files" with the function that it looks for pkg files in the folder called "PKGs" on the internal hdd (dev_hdd0/PKGs/).

    This is the part you need to edit, it is at the end of category_game.xml, it is stored in "dev_flash\vsh\resource\explore\xmb" on the PS3.
    Code:
    <View id="seg_packages">
    		<Items>
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_host" src="host://localhost/q?path=/app_home/&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_bdvd" src="host://localhost/q?path=/dev_bdvd&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_ms" src="host://localhost/q?path=/dev_ms&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb0" src="host://localhost/q?path=/dev_usb000&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb1" src="host://localhost/q?path=/dev_usb001&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb2" src="host://localhost/q?path=/dev_usb002&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb3" src="host://localhost/q?path=/dev_usb003&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb4" src="host://localhost/q?path=/dev_usb004&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb5" src="host://localhost/q?path=/dev_usb005&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb6" src="host://localhost/q?path=/dev_usb006&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb7" src="host://localhost/q?path=/dev_usb007&suffix=.pkg&subclass=x-host/package" />
    			<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_hdd0" src="host://localhost/q?path=/dev_hdd0/PKGs&suffix=.pkg&subclass=x-host/package" />		
    </Items>
    The blu part is what you need to add, the red part is the name of the folder with your pkg files in.

    Then use "dev_blind" to mount dev_flash as dev_blind, then use "Comgenies Awesome File Manager" to copy and replace the category_game.xml in "dev_blind\vsh\resource\explore\xmb", with the modifyed one from a memory stick.

    It should also be possible to make it looke for pkgs on a "Internet" FTP server... So if someone makes one, with all the newes version of homebrew out there(if no body has made one allredy), we could install them directly from the FTP server, not needing to download them to the PC first.
    A Homebrew Store
    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
    Nice one, but did you figure out a way to get "Install All Packages" working from the menu when you press Triangle? It just tells me no installable packages were found when I try it, forcing me to install them one by one.
    Reply With Quote  

  3. #3  
    tonybologna's Avatar
    tonybologna is offline HYBRID MAN
    Join Date
    Jul 2005
    Location
    Tennessee
    Posts
    1,897
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    28
    Likes Received
    28
    Quote Originally Posted by daxtsu View Post
    Nice one, but did you figure out a way to get "Install All Packages" working from the menu when you press Triangle? It just tells me no installable packages were found when I try it, forcing me to install them one by one.
    I've got the opposite problem. I have to use "Install All Package" files option. I can't install pkg files one at a time. It's something going on from XMB. I also can't use the "copy" option for using offline saves(USB stick) from XMB. I never have figured it out either.
    HYBRID MAN!
    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
    Definitely odd.
    Reply With Quote  

  5. #5  
    Kurenai is offline Member
    Join Date
    Feb 2011
    Posts
    23
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Very useful, thanks!
    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
    Do you happen to get either of the issues we get, Kurenai?
    Reply With Quote  

  7. #7  
    Mistawes's Avatar
    Mistawes is offline Tokin' on Super Silver Haze..
    Join Date
    Sep 2010
    Location
    Cloud 9
    Posts
    501
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    81
    Likes Received
    8
    Quote Originally Posted by tonybologna View Post
    I also can't use the "copy" option for using offline saves(USB stick) from XMB. I never have figured it out either.
    Try this out.. http://psx-scene.com/forums/f180/ps3saveunlocker-79744/ (PS3SaveUnlocker)

    I did it by hex editing, but it's to avoid getting the copy protection notice on some gamesaves.
    oralphie: Will this allow chuck norris to play backups??? PLZ HELP!!!
    Reply With Quote  

  8. #8  
    Kurenai is offline Member
    Join Date
    Feb 2011
    Posts
    23
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by daxtsu View Post
    Do you happen to get either of the issues we get, Kurenai?
    Single worked, multiple didn't.
    Reply With Quote  

  9. #9  
    TheMormegil is offline Registered User
    Join Date
    Jan 2011
    Posts
    9
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Nice trick, thanks
    Reply With Quote  

  10. #10  
    jumper's Avatar
    jumper is offline Developer
    Join Date
    Jul 2005
    Posts
    289
    Downloads
    3
    Uploads
    0
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    74
    Likes Received
    207
    I thought I would try pointing the app_home entry to a local IP I run a webserver on, BAD MOVE! Now my game category is totally empty, so I can't launch anything to fix the issue, I guess I need to reinstall FW.

    For the record, this is the line that gave me trouble. In both in both category_game.xml and category_game_tool2.xml, I changed:
    Code:
    key="host_provider_host" src="host://localhost/q?path=/app_home/&suffix=.pkg&subclass=x-host/package"
    to
    key="host_provider_host" src="http://192.168.x.x/q?path=/hpkg/&suffix=.pkg&subclass=x-host/package"
    I might go back to 3.41 so I can use the USB loader to play around with this.
    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
  •