ConsoleId: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
Line 1: Line 1:
[[Category:Software]]<noinclude>[[Category:Main]]</noinclude>


The IDPS (called ConsoleId on PSVita) is a 16 bytes value that contains console specific information.
See [https://www.psdevwiki.com/ps3/IDPS IDPS].
We are able to derive exact [[PSCode]] from ConsoleId. See also [[SKU_Models|Vita SKU Model]].
= How to get the IDPS of a PSVita ? =
== With a PSVita HEN ==
Install VitaCID by Major_Tom (aka tomtomdu80): [https://github.com/tomtomdu80/VitaCID/releases[link]]
Follow the instructions. A file CID.bin is created on the path: ux0:CID.bin. The IDPS of your PSVita is the 16 first bytes of CID.bin.
or
Install PSV IDPS Dumper by Yoti (aka RealYoti): [https://github.com/Yoti/psv_idpsdump/releases[link]]
== With an ePSP CFW ==
The PSVita and its PSP Emulator share the same IDPS. You can grab the IDPS directly from the PSP Emulator using a PSP homebrew which reads PSP IDPS (requires an ePSP kexploit) like [https://github.com/Yoti/psp_idpsdump psp_idpsdump].
This homebrew reads IDPS from [[IdStorage]].

Latest revision as of 04:08, 23 March 2020


The IDPS (called ConsoleId on PSVita) is a 16 bytes value that contains console specific information.

See IDPS.

We are able to derive exact PSCode from ConsoleId. See also Vita SKU Model.

How to get the IDPS of a PSVita ?[edit | edit source]

With a PSVita HEN[edit | edit source]

Install VitaCID by Major_Tom (aka tomtomdu80): [link]

Follow the instructions. A file CID.bin is created on the path: ux0:CID.bin. The IDPS of your PSVita is the 16 first bytes of CID.bin.

or

Install PSV IDPS Dumper by Yoti (aka RealYoti): [link]

With an ePSP CFW[edit | edit source]

The PSVita and its PSP Emulator share the same IDPS. You can grab the IDPS directly from the PSP Emulator using a PSP homebrew which reads PSP IDPS (requires an ePSP kexploit) like psp_idpsdump.

This homebrew reads IDPS from IdStorage.