Editing Ps4-updatelist.xml

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
= PS4 Update list =
== PS4 Update list ==


== Current version sample ==
=== Current version sample ===


From EU server:
From EU server:
Line 23: Line 23:
</update_data_list>
</update_data_list>
</source>
</source>
== Structure ==


PS4 Playstation Update Packages links use the same structure as the PS Vita and PS3:
PS4 Playstation Update Packages links use the same structure as the PS Vita and PS3:
Line 34: Line 32:
* <span style="color: blue;">MD5</span> is 32-digits long HASH
* <span style="color: blue;">MD5</span> is 32-digits long HASH


=== Dummy sample ===
=== Running your own local update server ===
 
This dummy ps4-updatelist.xml can be used to make a PS4 think that latest update version is version 0.00. It also has more fields than an usual ps4-updatelist.xml like <code>preinst_pup</code> to show the structure of ps4-updatelist.xml.
 
<source lang="xml">
<?xml version="1.0" ?>
<update_data_list>
  <region id="jp" >
    <force_update>
      <system level0_system_version="00.000.000" level1_system_version="00.000.000" />
    </force_update>
    <system_pup label="0.00" sdk_version="00.000.000" version="00.000.000">
      <update_data update_type="full" >
      <image size="1" >http://djp01.ps4.update.playstation.net/update/ps4/image/xxxx/PS4UPDATE.PUP?dest=jp</image>
      </update_data>
    </system_pup>
    <recovery_pup type="default" >
      <preinst_pup version="00.000.000" />
      <system_pup label="0.00" sdk_version="00.000.000" version="00.000.000" />
      <system_ex_pup id="0" version="00.000.000.000" label="0.000.000.000" />
      <image size="1">http://djp01.ps4.update.playstation.net/update/ps4/image/xxxx/PS4UPDATE.PUP?dest=jp</image>
    </recovery_pup>
  </region>
</update_data_list>
</source>
 
== Running your own local update server ==


Using a webserver (apache, lighttpd, nginx, etc. whatever your preference is) and proxy/firewall to catch "http://f**01.ps4.update.playstation.net/update/ps4/list/**/ps4-updatelist.xml" and point it to your local server you could<ref>This is untested, please report back!</ref> have more control over the updates/bandwith. Ofcourse you need to have every <code>PS4UPDATE.PUP</code> file you reference to, otherwise it errors out.
Using a webserver (apache, lighttpd, nginx, etc. whatever your preference is) and proxy/firewall to catch "http://f**01.ps4.update.playstation.net/update/ps4/list/**/ps4-updatelist.xml" and point it to your local server you could<ref>This is untested, please report back!</ref> have more control over the updates/bandwith. Ofcourse you need to have every <code>PS4UPDATE.PUP</code> file you reference to, otherwise it errors out.
Line 324: Line 296:
</source>
</source>


== Notes ==
==== Notes ====


{{reflist}}
{{reflist}}
Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)