1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>Test Menu</title>
6<style type="text/css">
7<!--
8body {
9/*
10    font-size       : 10pt;
11*/
12    font-weight     : normal;
13    color           : #000000;
14    margin          : 8px;
15}
16div {
17    width           : 98%;
18    white-space     : nowrap;
19}
20div.title {
21    text-align      : left;
22    font-weight     : bold;
23/*
24    font-size       : 16pt;
25*/
26    font-size       : 150%;
27    color           : #202020;
28    border-style    : double;
29    border-width    : 8px;
30    /* タイトルを囲む枠線の色を指定 */
31    border-color    : #FF6600;
32    /* RVLプラットフォーム系列 */
33/*
34    border-color    : #34beed;
35*/
36    /* TWLプラットフォーム系列 */
37/*
38    border-color    : #ff458f;
39*/
40    margin          : 4px;
41    padding         : 4px;
42}
43H1 {
44  font-size		: 150%;
45  font-family		: Arial;
46  border-bottom-width	: 5px;
47  border-bottom-style	: solid;
48  border-bottom-color	: #FF6600;
49  padding-bottom		: 1px;
50  margin-bottom		: 20px;
51  letter-spacing		: normal;
52  font-weight		: bold;
53}
54h2 {
55    font-weight     : bold;
56/*
57    font-size       : 16pt;
58*/
59    font-size       : 150%;
60    border-style    : none none solid double;
61    border-width    : 0px 0px 2px 8px;
62    /* 見出しの線の色を指定 */
63    border-color    : #FF6600;
64    /* RVLプラットフォーム系列 */
65/*
66    border-color    : #34beed;
67*/
68    /* TWLプラットフォーム系列 */
69/*
70    border-color    : #ff458f;
71*/
72    margin-left     : 2px;
73    padding-left    : 4px;
74}
75table {
76  margin-top        : 2pt;
77  margin-bottom     : 2pt;
78  margin-left       : 0pt;
79  margin-right      : 0pt;
80  padding-left      : 0pt;
81  padding-right     : 0pt;
82  position          : relative;
83  left              : 12px;
84  font-family       : Arial;
85  font-size         : 10pt;
86  border-style      : none none none none;
87}
88td,th {
89  padding           : 2pt;
90  border-width      : 2pt;
91  border-style      : none none none none;
92  font-style        : normal;
93  text-align        : left;
94}
95td {
96  background        : #e8f4f4;
97  font-weight       : normal;
98}
99th {
100  background        : #c0d8d8;
101  font-weight       : bold;
102}
103p {
104    margin-left     : 4px;
105}
106p.code {
107  font-family		: "Courier New", monospace;
108  position		: normal;
109  left			: 12px;
110  font-size		: 10pt;
111  background            : #e8f4f4;
112}
113-->
114</style>
115</head>
116<body>
117<a name="top"></a>
118<h1>Test Menu
119</h1>
120<h2>Table of Contents</h2>
121    <ol>
122<li><a href="#ss01">Overview</a></li>
123<li><a href="#ss02">How to Use</a></li>
124<li><a href="#ss03">Note</a></li>
125<li><a href="#ss04">Revision History</a></li>
126    </ol>
127<h2>1. <a name="ss01">Overview</a></h2>
128<p>The Test Menu is the screen that is first displayed when the PARTNER-CTR Debugger or CTR test unit is turned on.<br /><br /> It is a substitute for the HOME Menu for CTR devices and has minimal functionality.<br /> When the HOME Button is pressed while an application is running, that application is suspended and this menu is displayed.<br /> <br /> However, to return to the Test Menu, the application must handle a press of the HOME Button.<br />
129    </p>
130<div align="right"><a href="#top">Back to top</a></div>
131<h2>2. <a name="ss02">How to Use</a></h2>
132<p>The following operations are possible on the Test Menu.</p>
133    <div class="table">
134    <table border="1">
135    <thead>
136        <tr>
137<th align="center">Input</th>
138<th align="center">Feature</th>
139        </tr>
140    </thead>
141    <tbody>
142        <tr>
143<td align="center">START</td>
144<td align="left">Start <CODE>DevMenu</CODE>. When there is a suspended application, terminate that <br />application, and then start <CODE>DevMenu</CODE>.</td>
145        </tr>
146        <tr>
147<td align="center">A</td>
148<td align="left">Launches an application from a CTR Card.<br />If you are using PARTNER-CTR Debugger and running debugger software, you cannot launch applications from CTR Cards; go to <B>CTR</B> &gt; <B>Card Control</B> and clear <B>Card Emulation Control</B>.</td>
149        </tr>
150        <tr>
151<td align="center">B</td>
152<td align="left">Terminates a suspended application, if there is one.</td>
153        </tr>
154        <tr>
155<td align="center">L Button.</td>
156<td align="left">When there is a suspended application, the upper and lower screens (if stereoscopic view is enabled, there will be a total of three screen images) are output to the SD Card as a set. This will have no effect if an SD Card is not inserted.<br />The filename will be (time on system clock in yyyymmdd_hhmm format)_(Screen)_(Index).bmp.<br />It will be saved to the Capture folder on the SD Card.<br /><CODE>Note:</CODE> (Screen): UL = upper screen, left eye image; UR = upper screen, right eye image; LO = lower screen<br />(index): A five-digit numerical sequence incremented each time a save is performed from the time the development menu is started. Each image in a set of images has the same index number.</td>
157        </tr>
158        <tr>
159<td align="center">HOME</td>
160<td align="left">Returns to a suspended application, if there is one.</td>
161        </tr>
162    </tbody>
163    </table>
164    </div>
165<p>The following information is displayed on the upper screen.</p>
166    <ul>
167<li>Firmware version, CTR-SDK version</li>
168<li>Memory mode</li>
169<li>Debug Mode enabled/disabled</li>
170<li>EULA agreement version and EULA version required for CTR-SDK</li>
171<li>Remaining battery life</li>
172<li>SD Card information</li>
173<li>User name</li>
174    </ul>
175<p>The following information is displayed on the lower screen.</p>
176    <ul>
177<li>The status of the Test Menu (related to the running of applications)</li>
178<li>Explanation of operations</li>
179    </ul>
180<div align="right"><a href="#top">Back to top</a></div>
181<h2>3. <a name="ss03">Note</a></h2>
182<p>The Test Menu is a minimal implementation. Apart from its appearance, it has a number of restrictions that do not apply to the actual HOME Menu.<br /><br /> Its implementation for Sleep Mode differs from that of the HOME Menu, and in some places it does not properly handle situations in which timing is critical. As a result, if the system enters Sleep Mode during an application transition (this includes closing the application and returning), it may not recover.
183    </p>
184<p>The TestMenu by itself cannot turn the wireless switch on or off.<br /> <br />
185    </p>
186<p>If an application is loaded and executed while the development menu is displayed, execution will tentatively stop at the start of the application. Therefore, this allows debugging from a closer point to startup than when starting an application from the HOME Menu and using ATTACH. If the POWER Button is pressed after starting an application from the development menu, it may stop execution at the <CODE>Enable</CODE> function. <br />
187    </p>
188<p>Application region-checking is not performed by the Test Menu. <br />
189    </p>
190<div align="right"><a href="#top">Back to top</a></div>
191<h2>4. <a name="ss04">Revision History</a></h2>
192    <dl>
193        <dt>2011/06/20</dt>
194<dd>Revised the <B>Note</B> section because there is now support for SD Card hot swapping.
195        </dd>
196<dd>Added information about what is displayed in the upper screen.
197        </dd>
198    </dl>
199    <dl>
200        <dt>2011/06/17</dt>
201<dd>Added mention that region-checking is not performed.
202        </dd>
203    </dl>
204    <dl>
205        <dt>2011/05/31</dt>
206<dd>Added a description about launching applications from SD Cards using the A Button.
207        </dd>
208    </dl>
209    <dl>
210        <dt>2011/04/06</dt>
211<dd>Added note about detecting an SD Card.
212        </dd>
213    </dl>
214    <dl>
215        <dt>2011/03/30</dt>
216<dd>Added information about screen capture function for suspended applications.
217        </dd>
218    </dl>
219    <dl>
220        <dt>2011/02/03</dt>
221<dd>Added information about the possibility of using the POWER Button to stop execution at the <CODE>Enable</CODE> function.
222        </dd>
223    </dl>
224    <dl>
225        <dt>2011/01/31</dt>
226<dd>Added that the wireless switch cannot be turned on and off.
227        </dd>
228    </dl>
229    <dl>
230        <dt>2010/12/13</dt>
231<dd>Added a note.
232        </dd>
233    </dl>
234    <dl>
235        <dt>2010/10/26</dt>
236<dd>Initial version.
237        </dd>
238    </dl>
239    <p>
240    <br />
241    </p>
242<div align="right"><a href="#top">Back to top</a></div>
243<hr><p>CONFIDENTIAL</p></body>
244</html>
245