PS3 Easy way to install packages over 4GB via webserver on PC

NO SPACES in pkg names guys. or if you do have a space , you need to put in %20 in link instead of it.
Use links without spaces and "%20". I tried it. And this leads to error. It is better to use "_" instead spaces in pkg names.
With this method by DeVil303 I installed pkgs with size about 15-20 Gb. Size does not affect. Just check your links and CID and rename your pkgs with replacing spaces by "_".
 
Last edited:
@DeViL303 after seeing so many people are having error while installing pkg bigger than 7gb... I tried it myself.... .. And i successfully install and booted the game....

So check you pkg with pkg tools in Aldostools PS3 Collection.... And double check ip, file name and Id for any kind of typo error.
 
OMG! Nice Devil, is working! But... look that xD

71377502-F8A3-45A2-8941-1116D079B966.jpeg

Other way to transfer file? :/ in Venezuela the internet sucks, my limit dowload is 1mb/s

Can i connect ADSL > Router: Port 1 Ps4, Port 2 PC to transfer more easy? or... idk :/
 
OMG! Nice Devil, is working! But... look that xD


Other way to transfer file? :/ in Venezuela the internet sucks, my limit dowload is 1mb/s

Can i connect ADSL > Router: Port 1 Ps4, Port 2 PC to transfer more easy? or... idk :/

Yes you can.... Btw here is a simple trick for everyone..(who has both wifi and lan port on pc)

Take a lan cable connect to pc and other end to the ps3...

Connect wifi in you pc... Go to network and sharing center......Change adapter setting.... Select your wifi connection... Right click... Select property... Share... Share internet with other network..

Now disable you firewall..

Go to ps3... Network setting... Internet connection.... Select custom... Then wired... And then choose default value for other option.... Test your network... Internet should be working on ps3....


Now use this awesome tool by Devil
 
Last edited:
Yes you can.... Btw here is a simple trick for everyone..(who has both wifi and lan port on ps)

Take a lan cable connect to pc and other end to the ps3...

Connect wifi in you pc... Go to network and sharing center......Change adapter setting.... Select your wifi connection... Right click... Select property... Share... Share internet with other network..

Now disable you firewall..

Go to ps3... Network setting... Internet connection.... Select custom... Then wired... And then choose default value for other option.... Test your network... Internet should be working on ps3....


Now use this awesome tool by Devil

Omg men xD 7400 minutes to 8 minutes, thanks! :D
 
alright so i decided to try again and i now get a http 400 error, ill also leave my xml.
also note there's a little device called "circle by disney" hooked to the network, i feel it might be meesing me up here.

EDIT: also, should i use my default gateway or the ipv4 adress on ipconfig?
 

Attachments

alright so i decided to try again and i now get a http 400 error, ill also leave my xml.
also note there's a little device called "circle by disney" hooked to the network, i feel it might be meesing me up here.

EDIT: also, should i use my default gateway or the ipv4 adress on ipconfig?
you have got spaces in pkg name, and no extension on , add ".pkg" , actually just rename pkg to something simpler. take out all the brackets and stuff.
 
@DeViL303 Really nice work with the toolbox!
I've hade luck signing and installing smaller games from USB, although when trying via network to XAMPP nothing shows up in XMB.
I've tested my downloading my Large_Package.pkg from another computer from the same network and it works, so nothing wrong with the link itself.

Could my HAN Installer have failed in any way resulting in that it never looks for the file package_link.xml in the most right USB port?

This is how my XML looks like pointing to my signed (confirmed to work) package (with id extracted via Aldos tools):
Code:
<XMBML version="1.0">
 <View id="package_link">
 <Attributes>
 <Table key="pkg_main">
 <Pair key="icon"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 <Pair key="title"><String>Direct link to package on PC</String></Pair>
 <Pair key="info"><String>Download and Install a Package from PC via webserver</String></Pair>
 <Pair key="ingame"><String>disable</String></Pair>
 </Table>
 </Attributes>
 <Items>
<Query
 class="type:x-xmb/folder-pixmap"
 key="pkg_main"
 attr="pkg_main"
 src="#pkg_items"/>
 </Items>
 </View>
 
 <View id="pkg_items">
 <Attributes>
 <Table key="link001">
 <Pair key="info"><String>net_package_install</String></Pair>
 <Pair key="pkg_src"><String>http://192.168.1.84/Large_Package.pkg</String></Pair>
 <Pair key="pkg_src_qa"><String>http://192.168.1.84/Large_Package.pkg</String></Pair>
 <Pair key="content_name"><String>tool_pkg_install_pc</String></Pair>
 <Pair key="content_id"><String>EP0006-NPEB02237_00-NHLHOCKEY2016DIG</String></Pair>
 <Pair key="prod_pict_path"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 </Table>
 </Attributes>
 <Items>
 <Item class="type:x-xmb/xmlnpsignup" key="link001" attr="link001"/>
 </Items>
 </View>
 
</XMBML>
 
Back
Top