Difference between revisions of "AMNet:CommitImportTitlesAndUpdateFirmwareAuto"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
=Description= | =Description= | ||
− | This finishes installing the specified titles, by moving them from their temporary NAND directories to the final /title directories. When AM module handles this command, AM module will use [[Application_Manager_Services_PXI|AMPXI]] command 0x00420142 if a NATIVE_FIRM install is [[AM:InstallNATIVEFIRM|needed]], regardless of whether the NATIVE_FIRM titleID was specified in the input buffer. Otherwise when a NATIVE_FIRM install is not needed, [[Application_Manager_Services_PXI|AMPXI]] command 0x002A00C2 is used instead. | + | This finishes installing the specified titles, by moving them from their temporary NAND directories to the final /title directories. When AM module handles this command, AM module will use [[Application_Manager_Services_PXI|AMPXI]] command 0x00420142 if a NATIVE_FIRM install is [[AM:InstallNATIVEFIRM|needed]], regardless of whether the NATIVE_FIRM titleID was specified in the input buffer. If the NATIVE_FIRM titleID was specified in the input titleID list and the title-version from [[AMPXI:GetTitleList]] is the latest version, then if the version from [[AMPXI:GetTitleTemporaryInfo]] is newer than the current version [[Application_Manager_Services_PXI|AMPXI]] command 0x00420142 is used. Otherwise when a NATIVE_FIRM install is not needed, [[Application_Manager_Services_PXI|AMPXI]] command 0x002A00C2 is used instead. |
Revision as of 06:16, 28 April 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x081B00C2] |
1 | u8 Mediatype |
2 | Total titles |
3 | Unknown u8, usually zero? |
4 | (TitleIDList_Size<<4) | 10 |
5 | Input TitleIDList pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This finishes installing the specified titles, by moving them from their temporary NAND directories to the final /title directories. When AM module handles this command, AM module will use AMPXI command 0x00420142 if a NATIVE_FIRM install is needed, regardless of whether the NATIVE_FIRM titleID was specified in the input buffer. If the NATIVE_FIRM titleID was specified in the input titleID list and the title-version from AMPXI:GetTitleList is the latest version, then if the version from AMPXI:GetTitleTemporaryInfo is newer than the current version AMPXI command 0x00420142 is used. Otherwise when a NATIVE_FIRM install is not needed, AMPXI command 0x002A00C2 is used instead.