IDPS: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 4: Line 4:
= Structure =
= Structure =


<pre>
<pre>                            
                                  ∧ * ∧
00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
                         ^^    ^^
                         ^^    ^^
Line 13: Line 14:


8th byte represents your [[SKU_Models|PS3 Model]] <!--//note CECHAxx is type 0x01 and CECHBxx is type 0x02 both uses a COK-001 motherboard... and... CECH-25xx models are type 0x0B with 2 possible motherboards: JSD-001 or JTP-001//-->
8th byte represents your [[SKU_Models|PS3 Model]] <!--//note CECHAxx is type 0x01 and CECHBxx is type 0x02 both uses a COK-001 motherboard... and... CECH-25xx models are type 0x0B with 2 possible motherboards: JSD-001 or JTP-001//-->
9th and 10th byte : <!--// (0x1400 >> 0xA) = 5d or 0x1400h thus 1010000000000b then shift the pointer left by 0xDh resulting in 101b or 0x5h //-->


The IDPS can be found in EID0 and EID5, see [http://ps3devwiki.com/index.php?title=Flash#EID0_-_Section_0 Flash] (NAND @ 0x80870 / NOR @ 0x2F070)
The IDPS can be found in EID0 and EID5, see [http://ps3devwiki.com/index.php?title=Flash#EID0_-_Section_0 Flash] (NAND @ 0x80870 / NOR @ 0x2F070)


Displayed under setting information on MultiMan or on registry/application_persistent file inside playstation Store folder (as DeviceID).
Displayed under setting information on MultiMan or on registry/application_persistent file inside playstation Store folder (as DeviceID).

Revision as of 22:52, 11 December 2012

The IDPS is a 16 byte value that contains console specific information. Exactly what information this stores is not completely known.

Structure

                              
                                  ∧ * ∧ 
00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
                         ^^    ^^
                 Target ID      PS3 Model type
    (Internal:Product Code)     (Internal: Product Sub Code)

6th byte represents your Target ID

8th byte represents your PS3 Model

9th and 10th byte :

The IDPS can be found in EID0 and EID5, see Flash (NAND @ 0x80870 / NOR @ 0x2F070)

Displayed under setting information on MultiMan or on registry/application_persistent file inside playstation Store folder (as DeviceID).