elbubu
Forum Noob
thanks anyway. although it does not work for HAN it is not bad contributionI think it can be done in RAM no problem, but maybe not worth it. I don't use HAN so not bothered now.![]()
thanks anyway. although it does not work for HAN it is not bad contributionI think it can be done in RAM no problem, but maybe not worth it. I don't use HAN so not bothered now.![]()
I think the best current solution for HAN users, is to use dev_hdd1, for files up to 2GB, and of course the dev_blind works too if required.thanks anyway. although it does not work for HAN it is not bad contribution![]()
What did u mean aboutunless you use the net_package_install method.
net_package_install is the function that make download pkg like from psn store and its used with PKG Linker but in psn store it redirect to link on online server but in pkg linker on local serverWhat did u mean about
net_package_install?
Sent from my iPhone using Tapatalk
net_package_install is the method that me and kozarovv discovered that allows packages to be downloaded and installed over the network. There is no known use of it in OFW or DEX ever, so it's a cool discovery.What did u mean about
net_package_install?
Sent from my iPhone using Tapatalk
<View id="download_item">
<Attributes>
<Table key="download_link001">
<Pair key="info"><String>net_package_install</String></Pair>
<Pair key="pkg_src"><String>http://xxxxxxx.com/packages/your.pkg</String></Pair>
<Pair key="pkg_src_qa"><String>http://xxxxxxx.com/packages/your.pkg</String></Pair>
<Pair key="content_name"><String>pkg_install_pc</String></Pair>
<Pair key="content_id"><String>EP9000-XXXXX0000_00-0000000000000000</String></Pair>
<Pair key="prod_pict_path"><String>/dev_hdd0/icon.png</String></Pair>
</Table>
</Attributes>
<Items>
<Item class="type:x-xmb/xmlnpsignup" key="download_link001" attr="download_link001"/>
</Items>
</View>
This is all I can see.
View attachment 16321
Getting debug log is fairly easy, you just have to replace your stage2 with debug version and run socat via either cygwin or msys
I'm uploading my compiled binaries, and I am sure this will speed up your research by looking at which file being accessed / crashed during your research.
Code:socat -u udp-recv:18194 stdout
^ this is the command that you type to get debug log
Stage2 is related to cobra binCan I do it on my PS3 4k with 4.82 OFW ?
What's "stage2"? A SPRX?
Former PS2SDK fiddler here.
net_package_install is the method that me and kozarovv discovered that allows packages to be downloaded and installed over the network. There is no known use of it in OFW or DEX ever, so it's a cool discovery.
It's the method that PKG linker uses. Now with the force install to packages working fully, this could be used to install files of any size anywhere on dev_hdd0 or even dev_flash/dev_flash2.
So for example, you could make a package, that installs loads of smaller packages to dev_hdd0/packages/, then they would be there all the time and they could be over 4GB each.
It can be used from a local server, or an online server, so its quite versatile.
Code:<View id="download_item"> <Attributes> <Table key="download_link001"> <Pair key="info"><String>net_package_install</String></Pair> <Pair key="pkg_src"><String>http://xxxxxxx.com/packages/your.pkg</String></Pair> <Pair key="pkg_src_qa"><String>http://xxxxxxx.com/packages/your.pkg</String></Pair> <Pair key="content_name"><String>pkg_install_pc</String></Pair> <Pair key="content_id"><String>EP9000-XXXXX0000_00-0000000000000000</String></Pair> <Pair key="prod_pict_path"><String>/dev_hdd0/icon.png</String></Pair> </Table> </Attributes> <Items> <Item class="type:x-xmb/xmlnpsignup" key="download_link001" attr="download_link001"/> </Items> </View>
There is no way to add a custom text label in the xml really, you can call on one of the text labels inside the explore_plugin_full.rco using the content_name field, or you can add your own label to the rco and then call that.@DeViL303 Is there a way to add a text? I mean, is there a way to add something similar to key = "title" in this function?
This patch breaks known media file downloading by stopping them from being added to the database, so its best to only toggle this option when you need it.@DeViL303 why images/videos/music are not added to the db anymore?