Changes

Jump to navigation Jump to search
3D Movie Player, reorganized
Line 6: Line 6:        +
=System Updaters=
 +
[[File:CSUscrnshot.png|300px|thumb|right|CSU Screenshot]]
    +
There are two kinds of system updaters for dev (panda) units, CTR System Updater (CSU) and SNAKE System Updater. As the names imply, the former is for original 3DS and the latter is for New 3DS. They are used to update the panda unit's 'firmware'/SDK Version. The romfs of the CSU contains the contents that will be installed to NAND. They contain all system titles as well as Devmenu and Config.
      Line 16: Line 19:       −
  −
  −
  −
=CTR-SDK=
  −
Descriptions Derived from SDK 2.3.4 except where notified otherwise.
      
== Dev Menu ==
 
== Dev Menu ==
Line 84: Line 82:  
This NAND application (00040000-0ff40102) is a text-mode advanced configuration menu for the 3DS.
 
This NAND application (00040000-0ff40102) is a text-mode advanced configuration menu for the 3DS.
   −
When open, similiarly to the regular [[System Settings]], the Home menu is not accessible, and the console is forced to be rebooted on exit (accomplished by pressing the Power button).
+
When open, similarly to the regular [[System Settings]], the Home menu is not accessible, and the console is forced to be rebooted on exit (accomplished by pressing the Power button).
    
The functionality and menu layout of this app has changed a lot over its continuous development; some features include:
 
The functionality and menu layout of this app has changed a lot over its continuous development; some features include:
Line 115: Line 113:  
*Dlp Force Child Import/Dlp Debug - (enable/disable) - normally the 3ds caches downloaded "Download Play (Dlp)" applications on the nand and only re-downloads, overwriting the cached copy if the version application being requested to downloaded is higher than what is currently present on the nand. Enabling this option forces the 3ds to download and overwrite the cached copy on the nand, regardless of the version of the application being downloaded. This is of course for testing purposes.
 
*Dlp Force Child Import/Dlp Debug - (enable/disable) - normally the 3ds caches downloaded "Download Play (Dlp)" applications on the nand and only re-downloads, overwriting the cached copy if the version application being requested to downloaded is higher than what is currently present on the nand. Enabling this option forces the 3ds to download and overwrite the cached copy on the nand, regardless of the version of the application being downloaded. This is of course for testing purposes.
   −
*Fangate Failure Emulation - Unknown, related to the external Amiibo receiver?
+
*Fangate Failure Emulation - Unknown, related to the [[NFC adapter|external Amiibo receiver]]?
   −
*Nup - Unknown
+
*Nup - Enable/disable online check for updates? Such a feature exists on WiiU
    
*FS Latency Emulation - Filesystem Latency, in milliseconds (0ms-2550ms). Selection is in increments of 10. (ie 0ms->10ms->20ms...)
 
*FS Latency Emulation - Filesystem Latency, in milliseconds (0ms-2550ms). Selection is in increments of 10. (ie 0ms->10ms->20ms...)
Line 131: Line 129:  
*RegionId - Selects the sub-location (region, state, county), if supported by the selected country. Unidentified is displayed when RegionId is set to 255.
 
*RegionId - Selects the sub-location (region, state, county), if supported by the selected country. Unidentified is displayed when RegionId is set to 255.
   −
*Hid Setting - (human interface device) Calibrates Touch-Pad and Analog stick.
+
*Hid Setting - (human interface device) Calibrates touch screen and Analog stick.
      Line 149: Line 147:  
*RTC Setting - (real time clock) Sets system time, with equivalent results to System Settings.
 
*RTC Setting - (real time clock) Sets system time, with equivalent results to System Settings.
   −
*Raw RTC Setting - Adjusts time [[Anti Time-Travel|directly on the hardware RTC]]. The resulting time is also displayed as a convenience. If the application being tested uses GetUserTimeOffset() to detect if the user has changed the clock, this can be used to change the clock without the application detecting it.
+
*Raw RTC Setting - Adjusts time directly on [[MCU Services|the hardware RTC]]. The resulting time is also displayed as a convenience. If the application being tested uses GetUserTimeOffset() to [[Anti Time-Travel|detect if the user has changed the clock]], this can be used to change the clock without the application detecting it.
      −
*Eula Setting - Allows user to change "Agree Version" namely: "ff.ff" the two symbol sets are interchangeable with combination variations from aa to 99 (default is 00.00 where the Eula is not accepted yet).
+
*Eula Setting - Input the "Agree Version", a 2-byte number representing the latest accepted version (major and minor) of the online services agreement. 00.00 is used to mean "not accepted". This setting is commonly adjusted to its maximum value, ff.ff, to bypass issues with playing foreign region games online caused by mismatching latest agreement versions.
    
*Sound Mode - mono/stereo/surround
 
*Sound Mode - mono/stereo/surround
Line 158: Line 156:  
*Coppacs Setting - In the U.S., a law called the Children's Online Privacy Protection Act (COPPA) requires consent from the parent or guardian for collection and use of personal information from children under the age of 13. Canada has a nearly identical law. This setting is [[Cfg:GetRegionCanadaUSA|only enabled for software for the Americas region, and when the country in System Settings is set to the US or Canada]].
 
*Coppacs Setting - In the U.S., a law called the Children's Online Privacy Protection Act (COPPA) requires consent from the parent or guardian for collection and use of personal information from children under the age of 13. Canada has a nearly identical law. This setting is [[Cfg:GetRegionCanadaUSA|only enabled for software for the Americas region, and when the country in System Settings is set to the US or Canada]].
   −
*Olv Access Key - Unknown (Might refer to Olive/OLV Miiverse Library). Always appears to be 0 on retail units.
+
*Olv Access Key - Related to Olive/OLV/Miiverse. Always appears to be 0 on retail units. WiiU titles have numbers also called OLV access keys in their metadata XMLs.
    
*Test Setting - Verify operation and calibration of touchscreen and joystick.
 
*Test Setting - Verify operation and calibration of touchscreen and joystick.
Line 170: Line 168:     
*Reset Settings - Resets all settings to default. The initial configuration will be run again, but installed applications or their data will not be deleted unlike in a [[System Settings|System Format]].
 
*Reset Settings - Resets all settings to default. The initial configuration will be run again, but installed applications or their data will not be deleted unlike in a [[System Settings|System Format]].
 +
 +
=CTR-SDK=
 +
Descriptions Derived from SDK 2.3.4 except where notified otherwise.
    
== Downloadplay Client ==
 
== Downloadplay Client ==
Line 240: Line 241:     
With the release of SDK 1.1.0, this application was superseded by the introduction of the "Menu" choice in the [[3DS Development Unit Software#Config|Config Menu]] and consequently removed as a standard application.
 
With the release of SDK 1.1.0, this application was superseded by the introduction of the "Menu" choice in the [[3DS Development Unit Software#Config|Config Menu]] and consequently removed as a standard application.
 +
 +
 +
 +
    
== CecBoxTool ==
 
== CecBoxTool ==
Line 311: Line 316:     
The Stereo Camera Calibrator (00040000-0ff40600), in a nutshell, allows the user to adjust the configuration of the outer cameras in relation to each other. It can be configured automatically by positioning the 3DS a set distance away from a special chart. It can also be configured manually, by setting the rotation of each camera image and the size of the right eye camera. The 3D effect can be perceived by superimposing the right eye camera image translucently with the left eye camera image or by viewing the 3D image directly by use of the parallax barrier in the 3DS Screen.  
 
The Stereo Camera Calibrator (00040000-0ff40600), in a nutshell, allows the user to adjust the configuration of the outer cameras in relation to each other. It can be configured automatically by positioning the 3DS a set distance away from a special chart. It can also be configured manually, by setting the rotation of each camera image and the size of the right eye camera. The 3D effect can be perceived by superimposing the right eye camera image translucently with the left eye camera image or by viewing the 3D image directly by use of the parallax barrier in the 3DS Screen.  
 +
 +
 +
 +
 +
 +
 +
    
== SdCardDebugUtility ==
 
== SdCardDebugUtility ==
Line 408: Line 420:     
== NfpSdmcTool ==
 
== NfpSdmcTool ==
Unknown SD app (00040000-0ff42100). Possibly specular to NoftWriter.
+
(00040000-0ff42100) Can read, write, and modify NFP tag data.
    
== NfpManager ==
 
== NfpManager ==
Line 528: Line 540:       −
  −
  −
  −
  −
  −
  −
  −
  −
  −
  −
=System Updaters=
  −
[[File:CSUscrnshot.png|300px|thumb|right|CSU Screenshot]]
  −
  −
There are two kinds of system updaters for dev (panda) units, CTR System Updater (CSU) and SNAKE System Updater. As the names imply, the former is for original 3DS and the latter is for New 3DS. They are used to update the panda unit's 'firmware'/SDK Version. The romfs of the CSU contains the contents that will be installed to NAND. They contain all system titles as well as Devmenu and Config.
        Line 554: Line 552:        +
=Mobiclip suite=
 +
Along with (but separately from) the Mobiclip encoder, Nintendo offers to developers:
    +
==3D Movie Player==
 +
A simple but polished gamecard or SD application (00040000-00036A00) that, comparably to retail multi-video titles (such as "Shaun The Sheep"), allows its user to select moflex files directly from the root of the SD card, then watch them (complete with seek bar, FF/pause/REW buttons, and an auto-dimming user interface!)
 
----
 
----
 
[[Category:3DS Development Unit Related Pages]]
 
[[Category:3DS Development Unit Related Pages]]
149

edits

Navigation menu