1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 5<base target="main"> 6<title>DeleteSharedCNT</title> 7</head> 8 9<body> 10 11<h1>DeleteSharedCNT</h1> 12 13<h2>Location</h2> 14<p><code>$REVOLUTION_SDK_ROOT/RVL/bin/tools/deleteSharedCNT.elf</code></p> 15 16<h2>Overview</h2> 17<p> 18This tool deletes illegal shared content on the development machine that was mistakenly imported. <br> 19 20</p> 21 22<h2>How to Use</h2> 23<p> 24When the tool launches, it automatically scans the shared content on the console and displays information about the situation. <br>Press the A Button to commence deletion of illegal shared content. The meanings of the different items shown on screen are described below. 25 26 27</p> 28<TABLE border="1" > 29 <tr> 30 <TD valign="top" width="160" bgcolor="#ffffe8"><CODE><STRONG>Total shared CNT</STRONG></CODE></TD> 31 <TD width="720">The total number of sets of shared content that exist in the console.</TD> 32 </tr> 33 <tr> 34 <TD valign="top" width="160" bgcolor="#ffffe8"><CODE><STRONG>Need to delete</STRONG></CODE></TD> 35 <TD width="720">The number of sets of illegal shared content inside the console that are not being used by any applications in the console. This is the shared content that is deleted when the tool executes.</TD> 36 </tr> 37 <tr> 38 <TD valign="top" width="160" bgcolor="#ffffe8"><CODE><STRONG>Enable to delete</STRONG></CODE></TD> 39 <TD width="720">The number of sets of shared content that remain and can be deleted by <CODE>DeleteSharedCNT</CODE>. The total number of sets of shared content that can be deleted by <CODE>DeleteSharedCNT</CODE> is 510.</TD> 40 </tr> 41 <tr> 42 <TD valign="top" width="160" bgcolor="#ffffe8"><CODE><STRONG>Deleted</STRONG></CODE></TD> 43 <TD width="720">The number of sets of shared content that were deleted by this run of the tool.</TD> 44 </tr> 45</TABLE> 46<p> 47As previously explained, for <CODE>DeleteSharedCNT</CODE> to delete illegal shared content, the applications that contain this shared content must already have been deleted. 48</p> 49 50<h2>Notes</h2> 51<ul> 52<li> 53<CODE>DeleteSharedCNT</CODE> does not operate correctly on older versions of the firmware. To operate correctly, the firmware must be version 30.x.x or later. If possible, we recommend use of the SDK's standard firmware. <br><br> 54</li> 55<li> 56<CODE>DeleteSharedCNT</CODE> is limited to deleting only up to 510 sets of shared content on any given console. Note that <b><font color=red>once the total number of sets of shared content deleted by <CODE>DeleteSharedCNT</CODE> reaches 510, it is not possible to delete any more.</font></b> 57</li> 58</ul> 59 60<h2>Revision History</h2> 61<p> 622009/10/21 Initial version. 63</p> 64 65<hr><p>CONFIDENTIAL</p></body> 66</html> 67