Sysconf plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with " 1 Identifiers: * 1 ===1 Interface=== contains 3 subs: 0: 1 Parameter: int value 1: 1 Parameter: int value ((0xE, 0x7, 0xB) = set some flag ) 2: 1 Parameter: struct [...")
 
Line 8: Line 8:


contains 3 subs:  
contains 3 subs:  
  0: 1 Parameter: int value
  0: 1 Parameter: int page_id - SetWidget "main"
  1: 1 Parameter: int value ((0xE, 0x7, 0xB) = set some flag )
  1: 1 Parameter: int page_id - ((0xE, 0x7, 0xB) = Unlock something )
  2: 1 Parameter: struct [0x204] (data can be gotten from _Export_vshmain_75A22E21 | used for /setting/system/hddSerial etc.?)
  2: 1 Parameter: char path[0x204] - backup utility related


==== page id list ====


{| class="wikitable sortable"
! ID !! Page name
|-
| 0x00 || page_bdvd_config
|-
| 0x01 || page_music_config
|-
| 0x02 || page_chat_config
|-
| 0x03 || page_console_config
|-
| 0x04 || page_xmb_menu
|-
| 0x05 || page_theme_config
|-
| 0x06 || page_date_time_config
|-
| 0x07 || page_device_config
|-
| 0x08 || page_display_config
|-
| 0x09 || page_sound_config
|-
| 0x0A || page_security_config
|-
| 0x0B || page_network_config
|-
| 0x0C || page_remote_config
|-
| 0x0D || page_print_config
|-
| 0x0E || page_game_config
|-
| 0x0F || page_xmb_menu
|-
|}
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 10:34, 16 July 2014


1 Identifiers:

  • 1

1 Interface

contains 3 subs:

0: 1 Parameter: int page_id - SetWidget "main" 
1: 1 Parameter: int page_id - ((0xE, 0x7, 0xB) = Unlock something  )
2: 1 Parameter: char path[0x204] - backup utility related

page id list

ID Page name
0x00 page_bdvd_config
0x01 page_music_config
0x02 page_chat_config
0x03 page_console_config
0x04 page_xmb_menu
0x05 page_theme_config
0x06 page_date_time_config
0x07 page_device_config
0x08 page_display_config
0x09 page_sound_config
0x0A page_security_config
0x0B page_network_config
0x0C page_remote_config
0x0D page_print_config
0x0E page_game_config
0x0F page_xmb_menu