PS3 SUPERSLIM (OFW) -_-
Member
Is It Possible!!!With the recent development on Ps3Xploit and saying it can do PS3 Backups, but requires a Game Update. Just wondering if we could backup our own retail game disc to a USB device using PETT?
Is It Possible!!!With the recent development on Ps3Xploit and saying it can do PS3 Backups, but requires a Game Update. Just wondering if we could backup our own retail game disc to a USB device using PETT?
0x5D668
Original: 4B FF FE DD
Modified: 60 00 00 00
EDIT: I posted this on the wrong thread lol
well, a MOVE is just a COPY+DELETE_SOURCE_FILETell me Please, how to move file (do not copy) on OFW via pett
well, a MOVE is just a COPY+DELETE_SOURCE_FILE
there is no chain to do so yet, but could be easily added
Thanks.
And why I can not copy download_list.xml, which is located in /dev_flash/vsh/resource/explore/xmb/download_list.xml and files d0.pdb, d1.pdb by the path dev_hdd0 / vsh / task / 00000002 /. They are copied to dev_usb000, but the file size is 0 bytes. Mounting dev_flash as dev_blind I did.
you need to set the right size
yes the Get Filesize Chain will report correct size for source
run new rw file chain and input that size and paths, should work
@Yasich217 To add something to the background downloads you only need 1 pdb file and a file the same size and name as the fie your downloading. I've not messed with trying to write any rop for it. If I ever get time I'd like to play around with it more.
I will review the psn server responses to replace the response and specify my data to download the file.
<View id="download_package_main">
<Attributes>
<Table key="download_package">
<Pair key="info"><String>net_package_install</String></Pair>
<Pair key="pkg_src"><String>http://www.path_to_pkg_here.pkg</String></Pair>
<Pair key="pkg_src_qa"><String>http://www.path_to_pkg_here.pkg</String></Pair>
<Pair key="content_name"><String>pkg_install_pc</String></Pair>
<Pair key="content_id"><String>UP0100-CONTENTID_00-0000000000000000</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="download_package" attr="download_package"/>
</Items>
</View>
That might be interesting research, but I'm not sure if that method is much use for users on OFW, as we can redirect to our own pkgs now by using XML code like this:
Code:<View id="download_package_main"> <Attributes> <Table key="download_package"> <Pair key="info"><String>net_package_install</String></Pair> <Pair key="pkg_src"><String>http://www.path_to_pkg_here.pkg</String></Pair> <Pair key="pkg_src_qa"><String>http://www.path_to_pkg_here.pkg</String></Pair> <Pair key="content_name"><String>pkg_install_pc</String></Pair> <Pair key="content_id"><String>UP0100-CONTENTID_00-0000000000000000</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="download_package" attr="download_package"/> </Items> </View>
The fact that the pdb method requires a blank file, the same size as the file you want to download, makes it a little bit hard to use in a practical way. The only advantage to exploiting the pdb method would be that it enables background download
That would be great. Good luck with your research.Thank you. I am already familiar with this method.
This is the problem that there is no background downloads. I want to realize it.