am b83127f0: Merge "docs: Add adb over TCP/IP connection instructions to ADT-1 FAQ" into klp-modular-docs

* commit 'b83127f0cf35a2d95684293818ca25171f6643e1':
  docs: Add adb over TCP/IP connection instructions to ADT-1 FAQ
This commit is contained in:
Joe Fernandez
2014-07-30 18:09:27 +00:00
committed by Android Git Automerger

View File

@ -52,16 +52,16 @@ Android TV platform.</p>
</p> </p>
<p>Unplug the included power cable from the back of ADT-1. The device does not have an on/off <p>Unplug the included power cable from the back of ADT-1. The device does not have an on/off
switch. However, ADT-1 will begin sleeping (daydream) based on user settings in switch. However, ADT-1 will begin sleeping (daydream) based on user settings in
<strong>Settings &gt; Display &gt; Daydream</strong>. <strong>Settings &gt; Device &gt; Display &gt; Daydream</strong>.
</p> </p>
<p> <p>
<strong>How do I connect to the network?</strong> <strong>How do I connect to the network?</strong>
</p> </p>
<p>ADT-1 has both wireless and Ethernet for connecting to your network. To change your wireless <p>ADT-1 has both wireless and Ethernet for connecting to your network. To change your wireless
network, go to <strong>Settings -&gt; Wi-Fi</strong>. To use an Ethernet network connection, network, go to <strong>Settings &gt; Device &gt; Wi-Fi</strong>. To use an Ethernet network
simply plug an Ethernet cable (that is connected to your network) into the port on the back of connection, simply plug an Ethernet cable (that is connected to your network) into the port on
ADT-1.</p> the back of ADT-1.</p>
<p> <p>
<strong>How do I use the developer cable?</strong> <strong>How do I use the developer cable?</strong>
@ -70,6 +70,35 @@ Android TV platform.</p>
power port on the back of ADT-1, a standard male USB-A connector that connects your PC, and a power port on the back of ADT-1, a standard male USB-A connector that connects your PC, and a
small, female power connector that the included power supply plugs into.</p> small, female power connector that the included power supply plugs into.</p>
<p class="note">
<strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings &gt;
Preferences &gt; Developer options &gt; Debugging &gt; USB debugging</strong>, so that you can
use the Android Debug Bridge (adb) to connect with the ADT-1 device.
</p>
<p id="adb-tcp">
<strong>Can I connect without a developer cable?</strong>
</p>
<p>
Yes. The ADT-1 device is enabled for Android Debug Bridge (adb) connections over TCP/IP. To
connect to the ADT-1 device using this method:
</p>
<ol>
<li>Make sure that your development computer and the ADT-1 device are on the same network.</li>
<li>Determine the IP address of the ADT-1 device by navigating to <strong>Settings &gt;
Device &gt; Wi-Fi &gt; your-network-name &gt; Status info</strong>.</li>
<li>Connect to the ADT-1 device using the following adb command:
<pre>
$ adb connect &lt;ip-address-for-adt-1&gt;:4321
</pre>
</li>
</ol>
<p class="note">
<strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings &gt;
Preferences &gt; Developer options &gt; Debugging &gt; USB debugging</strong>, so that you can
use the Android Debug Bridge (adb) to connect with the ADT-1 device.
</p>
<h3 id="input">User Input</h3> <h3 id="input">User Input</h3>
@ -179,8 +208,8 @@ Android TV platform.</p>
<strong>How do I register my ADT-1 in order to run my apps?</strong> <strong>How do I register my ADT-1 in order to run my apps?</strong>
</p> </p>
<ol> <ol>
<li>Go to <strong>Settings &gt; Google Cast</strong> and turn on developer support, allowing the <li>Go to <strong>Settings &gt; Device &gt; Google Cast</strong> and turn on developer support,
ADT-1 device to send its serial number to Google.</li> allowing the ADT-1 device to send its serial number to Google.</li>
<li>Register your ADT-1 device in the Google Cast Developer Console, using the 12 character <li>Register your ADT-1 device in the Google Cast Developer Console, using the 12 character
serial number engraved on the back of the ADT-1.</li> serial number engraved on the back of the ADT-1.</li>
</ol> </ol>
@ -203,8 +232,8 @@ Android TV platform.</p>
<p> <p>
<strong>Why doesn't the on-screen keyboard come up?</strong> <strong>Why doesn't the on-screen keyboard come up?</strong>
</p> </p>
<p>Enable the keyboard in the device Settings. Go to <strong>Settings &gt; Keyboard &gt; Current <p>Enable the keyboard in the device Settings. Go to <strong>Settings &gt; Preferences &gt;
keyboard</strong> and choose <strong>Leanback keyboard</strong>. Keyboard &gt; Current keyboard</strong> and choose <strong>Leanback keyboard</strong>.
<p> <p>
<strong>How do I perform a hardware reboot?</strong> <strong>How do I perform a hardware reboot?</strong>
@ -221,8 +250,8 @@ Android TV platform.</p>
data, downloaded apps, app data, and account settings. data, downloaded apps, app data, and account settings.
</p> </p>
<p>From the home screen, go to <strong>Settings &gt; Device &gt; Factory data reset</strong>, and <p>From the home screen, go to <strong>Settings &gt; Device &gt; Storage &amp; Reset</strong>, and
select <strong>Reset device</strong>. select <strong>Factory data reset</strong>.
</p> </p>
<p> <p>
@ -279,4 +308,3 @@ read this information before using the device:</p>
<li><a href="regulatory.html">Regulatory Disclosures</a></li> <li><a href="regulatory.html">Regulatory Disclosures</a></li>
<li><a href="safety.html">Important Safety Information</a></li> <li><a href="safety.html">Important Safety Information</a></li>
</ul> </ul>