aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility/cts/verifier.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/compatibility/cts/verifier.html')
-rw-r--r--en/compatibility/cts/verifier.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/en/compatibility/cts/verifier.html b/en/compatibility/cts/verifier.html
index ace9475e..212b2bf0 100644
--- a/en/compatibility/cts/verifier.html
+++ b/en/compatibility/cts/verifier.html
@@ -43,8 +43,8 @@
SDK</a> on the Linux computer <li>Download the appropriate <a
href="downloads.html">CTS Verifier.apk</a> for the
version of Android under test.
- <li>Install CTS Verifier.apk to the <em>Device Under Test</em> (DUT). <br>
- <code>adb install -r -g CtsVerifier.apk</code>
+ <li>Install CTS Verifier.apk to the <em>Device Under Test</em> (DUT).
+ <pre class="devsite-terminal devsite-click-to-copy">adb install -r -g CtsVerifier.apk</pre>
<li>Ensure that the device has its system data and time set correctly.
</ul>
<h2 id=cts_test_procedure>CTS Verifier test procedure</h2>
@@ -52,7 +52,7 @@ version of Android under test.
<li>After the CTS Verifier.apk has been installed, launch the CTS Verifier
application:
-<img src="images/cts-verifier-icon.png" alt="CTS Verifier icon in launcher" id="figure1" />
+<img src="/compatibility/cts/images/cts-verifier-icon.png" alt="CTS Verifier icon in launcher" id="figure1" />
<p class="img-caption">
<strong>Figure 1.</strong> CTS Verifier icon
</p>
@@ -60,7 +60,7 @@ version of Android under test.
<li>Once opened, the CTS Verifier displays a list of all test sets available for
manual verification:
-<img src="images/cts-verifier-menu.png" alt="CTS Verifier menu of tests" id="figure2" />
+<img src="/compatibility/cts/images/cts-verifier-menu.png" alt="CTS Verifier menu of tests" id="figure2" />
<p class="img-caption">
<strong>Figure 2.</strong> CTS Verifier menu of tests
</p>
@@ -76,7 +76,7 @@ version of Android under test.
press the <strong>Fail</strong> button (!).
</ul>
-<img src="images/video-verifier.png" alt="Streaming video quality verifier" id="figure3" />
+<img src="/compatibility/cts/images/video-verifier.png" alt="Streaming video quality verifier" id="figure3" />
<p class="img-caption">
<strong>Figure 3.</strong> Video quality verifier
</p>
@@ -91,17 +91,17 @@ version of Android under test.
<li>Connect the DUT to a computer.
<li>Execute the cts-usb-accessory program on the computer found in the CTS Verifier
package.
+ <pre class="devsite-terminal devsite-click-to-copy">./cts-usb-accessory</pre>
<li>A popup message will appear on the DUT. Select <strong>OK</strong> and go into the USB Accessory Test in the CTS Verifier application.
<br>
-<img src="images/screen-lock-test.png" alt="CTS Verifier screen lock test" id="figure4" />
+<img src="/compatibility/cts/images/screen-lock-test.png" alt="CTS Verifier screen lock test" id="figure4" />
<p class="img-caption">
<strong>Figure 4.</strong> Screen lock test
</p>
<li>Output similar to below will appear on the computer’s console.
</ol>
-<pre>
-out/host/linux-x86/cts-verifier/android-cts-verifier$ <strong>./cts-usb-accessory</strong>
+<pre class="devsite-click-to-copy">
CTS USB Accessory Tester
Found possible Android device (413c:2106) - attempting to switch to accessory
mode...
@@ -138,7 +138,7 @@ href="/compatibility/calibration-pattern.pdf">calibration-pattern.pdf</a>
target file and mount it on a rigid backing. Print on 11” x 17” or A3. Orient
the camera device and the printed target as shown in the diagram below:</p>
-<img src="images/camera-printed-target.png" alt="Camera printed target" id="figure5" />
+<img src="/compatibility/cts/images/camera-printed-target.png" alt="Camera printed target" id="figure5" />
<p class="img-caption">
<strong>Figure 5.</strong> Camera printed target
</p>
@@ -177,11 +177,11 @@ ensure that the optical axis is orthogonal to the target.</p>
<li>
After all tests are completed, tap the <strong>Save (disk)</strong> icon.
<br>
- <img src="images/verifier-save-icon.png" alt="CTS Verifier Save icon" id="figure6" />
+ <img src="/compatibility/cts/images/verifier-save-icon.png" alt="CTS Verifier Save icon" id="figure6" />
<p class="img-caption">
<strong>Figure 6.</strong> CTS Verifier Save icon. <em>Note:</em> In
Android 7.0 and later, the preview feature is removed:
- <img src="images/verifier-preview-icon.png" width="24" height="24">
+ <img src="/compatibility/cts/images/verifier-preview-icon.png" width="24" height="24">
</p>
</li>
<li>
@@ -202,9 +202,10 @@ ensure that the optical axis is orthogonal to the target.</p>
<code>adb pull CTSVerifierReportPath</code> to download the report from the device.
<ul>
<li>
- To download all reports run: <code>adb pull /sdcard/verifierReports</code>
- <br/>
- For Android 6.0 and earlier, run: <code>adb pull /mnt/sdcard/ctsVerifierReports/</code>
+ To download all reports run:
+ <pre class="devsite-terminal devsite-click-to-copy">adb pull /sdcard/verifierReports</pre>
+ For Android 6.0 and earlier, run:
+ <pre class="devsite-terminal devsite-click-to-copy">adb pull /mnt/sdcard/ctsVerifierReports/</pre>
</li>
<li>
The name of the reports are time-stamped based on the DUT’s system time.