Editing Themes
Jump to navigation
Jump to search
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 2: | Line 2: | ||
= Location = | = Location = | ||
Themes files are stored on the memory card in ux0:theme/CONTENT-ID when they are downloaded and installed. | Themes files are stored on the memory card in ux0:theme/CONTENT-ID when they are downloaded and installed. | ||
Example ([https://store.playstation.com/#!/en-gb/games/themes/tearaway-theme/cid=EP9000-PCSF00214_00-THEME00000000000 tearaway]): [[Files_on_the_PS_Vita|ux0]]:theme/PCSF00214-THEME00000000000 | |||
Example ([https://store.playstation.com/#!/en-gb/games/themes/tearaway-theme/cid=EP9000-PCSF00214_00-THEME00000000000 tearaway]): [[Files_on_the_PS_Vita | |||
<gallery> | <gallery> | ||
Line 13: | Line 11: | ||
</gallery> | </gallery> | ||
Current theme files are located in [[Files_on_the_PS_Vita|ur0]]:shell/theme | |||
= Theme files = | = Theme files = | ||
Line 29: | Line 22: | ||
Example (tearaway): | Example (tearaway): | ||
<syntaxhighlight lang="xml"> | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<theme format-ver="00.99" package="0"> | <theme format-ver="00.99" package="0"> | ||
Line 177: | Line 171: | ||
</StartScreenProperty> | </StartScreenProperty> | ||
</theme> | </theme> | ||
</syntaxhighlight> | |||
== Related articles == | == Related articles == | ||
* [http://www.psdevwiki.com/ps4/Snd0.at9 at9] | *[http://www.psdevwiki.com/ps4/Snd0.at9 at9] | ||
* [[Languages]] (for the letter code) | *[[Languages|Languages]] (for the letter code) | ||
* [http://www.psdevwiki.com/ps3/PlayStation_3_Theme_(P3T) PlayStation 3 Theme (P3T)] (for comparison) | *[http://www.psdevwiki.com/ps3/PlayStation_3_Theme_(P3T) PlayStation 3 Theme (P3T)] (for comparison) | ||