<li>An Android application, DemoKit, that communicates with the ADK board and shield. The
source for this project is in the <code>app/</code> directory.</li>
</ul>
</li>
</ul>
<h2 id="getting-started">Getting Started with the ADK</h2>
@@ -172,7 +195,7 @@ page.title=Android Open Accessory Development Kit
libraries to sense human capacitance. This is needed for the capacative button that is located
on the ADK shield.</li>
<li><a href="">The ADK package</a>: contains the firmware for the ADK board and hardware design
<li><a href="https://dl-ssl.google.com/android/adk/adk_release_0512.zip">The ADK package</a>: contains the firmware for the ADK board and hardware design
files for the ADK board and shield.</li>
</ul>
@@ -190,7 +213,7 @@ page.title=Android Open Accessory Development Kit
otherwise.</p>
</li>
<li><a href="https://dl-ssl.google.com/android/adk/adk_release_0506.zip">Download</a> and
<li><a href="https://dl-ssl.google.com/android/adk/adk_release_0512.zip">Download</a> and
extract the ADK package to a directory of your choice. You should have an <code>app</code>,
<code>firmware</code>, and <code>hardware</code> directories.</li>
@@ -419,7 +442,7 @@ page.title=Android Open Accessory Development Kit
mode, the accessory cannot discern whether the device supports accessory mode and is not in that
state, or if the device does not support accessory mode at all. This is because devices that
support accessory mode but aren't in it initially report the device's manufacturer vendor ID and
product ID, and not the special Google ones. In either case, the accessory should try to start
product ID, and not the special Android Open Accessory ones. In either case, the accessory should try to start
the device into accessory mode to figure out if the device supports it. The following steps