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.
The blu part is what you need to add, the red part is the name of the folder with your pkg files in.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>
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![]()


LinkBack URL
About LinkBacks

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.







