NIM Services: Difference between revisions
Line 1: | Line 1: | ||
[[Category:Services]] | [[Category:Services]] | ||
= NIM | = NIM updater service "nim:u" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 7: | Line 7: | ||
|- | |- | ||
| 0x00010000 | | 0x00010000 | ||
| | | StartNetworkUpdate | ||
|- | |- | ||
| 0x00020000 | | 0x00020000 | ||
| [[NIMU:GetUpdateDownloadProgress|GetUpdateDownloadProgress]] | | GetProgress ([[NIMU:GetUpdateDownloadProgress|GetUpdateDownloadProgress]]) | ||
|- | |- | ||
| | | 0x00030000 | ||
| | | Cancel | ||
|- | |- | ||
| 0x00040000 | | 0x00040000 | ||
| [[NIMU:FinishTitlesInstall|FinishTitlesInstall]] | | CommitSystemTitles ([[NIMU:FinishTitlesInstall|FinishTitlesInstall]]) | ||
|- | |- | ||
| 0x00050000 | | 0x00050000 | ||
| This obtains an event handle. Home Menu will check whether a system update is available when this event is triggered. | | GetBackgroundEventForMenu (This obtains an event handle. Home Menu will check whether a system update is available when this event is triggered.) | ||
|- | |- | ||
| | | 0x00060000 | ||
| | | GetBackgroundEventForNews | ||
|- | |- | ||
| | | 0x00070000 | ||
| This deletes and recreates the system save data 0x0001002C (NIM System SaveData) | | FormatSaveData (This deletes and recreates the system save data 0x0001002C (NIM System SaveData)) | ||
|- | |- | ||
| | | 0x00080000 | ||
| | | GetCustomerSupportCode | ||
|- | |- | ||
| 0x00090000 | | 0x00090000 | ||
| [[NIMU:CheckSysupdateAvailable|CheckSysupdateAvailable]] | | IsCommittableAllSystemTitles ([[NIMU:CheckSysupdateAvailable|CheckSysupdateAvailable]]) | ||
|- | |- | ||
| 0x000A0000 | | 0x000A0000 | ||
| GetState | | GetBackgroundProgress (GetState) | ||
|- | |- | ||
| 0x000B0000 | | 0x000B0000 | ||
| [[NIMU:GetSystemTitleHash|GetSystemTitleHash]] | | GetSavedHash ([[NIMU:GetSystemTitleHash|GetSystemTitleHash]]) | ||
|- | |- | ||
| 0x000C0082 | | 0x000C0082 | ||
| UnregisterTask | | UnregisterTask | ||
|- | |||
| 0x000D0080 | |||
| IsRegistered | |||
|- | |- | ||
| 0x000E0080 | | 0x000E0080 | ||
| | | FindTaskInfo | ||
|- | |- | ||
| 0x000F0042 | | 0x000F0042 | ||
| | | GetTaskInfos | ||
|- | |||
| 0x00100000 | |||
| DeleteUnmanagedContexts | |||
|- | |||
|} | |||
I'm not sure if these commands header exist... | |||
{| class="wikitable" border="1" | |||
|- | |||
! Command Header | |||
! Description | |||
|- | |- | ||
| 0x00110000 | | 0x00110000 | ||
Line 95: | Line 109: | ||
| 0x00480002 | | 0x00480002 | ||
| ? | | ? | ||
|- | |||
|} | |} | ||
Edited by ZettaD on 07/09/2022 at 8:27 PM | |||
= NIM server service "nim:s" = | = NIM server service "nim:s" = |