PSID: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Remove mistakes and redirects to the real wiki page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]]<noinclude>[[Category:Main]]</noinclude>
== Description ==
== Description ==
It's a unique 20 byte (0x14) hexsequence inside your ps Vita / PSTV. Its stored inside several files such as [[id.dat]] or calendar.db.
On PSP, it was called PSID, but on PSVita it is called [[ConsoleId]].
 
=== Location ===
  [[Files_on_the_PS_Vita#ux0|ux0:]][[id.dat]]
  [[Files_on_the_PS_Vita#ux0|ux0:]]calendar/calendar.db
 
{| class="wikitable" style="text-align:center; font-size:small;"
|-
! File !! Value !! Info
|-
| id.dat || DID=297C4C0FA1F5A6E374FE4FE65535E03DC1643F2C
|-
| calendar.db || tbl_app_authentication_info >> colum openpsid >> 297C4C0FA1F5A6E374FE4FE65535E03DC1643F2C || The value of the Hexsequence is stored as a Text value
|-
|}
 
{| class="wikitable"
|-
| [[File:psid.png|thumb|left]] ||
|-
|}
 
=== Structure ===
{| class="wikitable" style="text-align:center; font-size:small;"
|-
! Name !! length !! Example
|-
| PSID || 20 bytes (0x14) || 297C4C0FA1F5A6E374FE4FE65535E03DC1643F2C
|-
|}

Latest revision as of 00:54, 25 February 2018


Description[edit | edit source]

On PSP, it was called PSID, but on PSVita it is called ConsoleId.