am e2bdd6ae: am 6ae21ea7: Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
* commit 'e2bdd6ae33640430fc4a0d58c263d5af94fdee77': docs: Updated the link to buy a Nexus phone. Bug: 13671312
This commit is contained in:
@@ -30,9 +30,8 @@ device directly from Eclipse or from the command line with ADB. If
|
|||||||
you don't yet have a device, check with the service providers in your area to determine which
|
you don't yet have a device, check with the service providers in your area to determine which
|
||||||
Android-powered devices are available.</p>
|
Android-powered devices are available.</p>
|
||||||
|
|
||||||
<p>If you want a SIM-unlocked phone, then you might consider a Nexus phone. To find a place
|
<p>If you want a SIM-unlocked phone, then you might consider a Nexus phone. To purchase a
|
||||||
to purchase the Nexus S and other Android-powered devices, visit <a
|
Nexus phone, visit the <a href="https://play.google.com/store/devices">Google Play</a> store.</p>
|
||||||
href="http://www.google.com/phone/detail/nexus-s">google.com/phone</a>.</p>
|
|
||||||
|
|
||||||
<p class="note"><strong>Note:</strong> When developing on a device, keep in mind that you should
|
<p class="note"><strong>Note:</strong> When developing on a device, keep in mind that you should
|
||||||
still use the <a
|
still use the <a
|
||||||
@@ -90,11 +89,11 @@ Ubuntu Linux:
|
|||||||
<p>Use this format to add each vendor to the file:<br/>
|
<p>Use this format to add each vendor to the file:<br/>
|
||||||
<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"</code>
|
<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"</code>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|
||||||
In this example, the vendor ID is for HTC. The <code>MODE</code>
|
In this example, the vendor ID is for HTC. The <code>MODE</code>
|
||||||
assignment specifies read/write permissions, and <code>GROUP</code> defines
|
assignment specifies read/write permissions, and <code>GROUP</code> defines
|
||||||
which Unix group owns the device node. </p>
|
which Unix group owns the device node. </p>
|
||||||
|
|
||||||
<p class="note"><strong>Note:</strong> The rule syntax
|
<p class="note"><strong>Note:</strong> The rule syntax
|
||||||
may vary slightly depending on your environment. Consult the <code>udev</code>
|
may vary slightly depending on your environment. Consult the <code>udev</code>
|
||||||
documentation for your system as needed. For an overview of rule syntax, see
|
documentation for your system as needed. For an overview of rule syntax, see
|
||||||
@@ -138,7 +137,7 @@ target your connected device.</p>
|
|||||||
|
|
||||||
<p>This table provides a reference to the vendor IDs needed in order to add USB
|
<p>This table provides a reference to the vendor IDs needed in order to add USB
|
||||||
device support on Linux. The USB Vendor ID is the value given to the
|
device support on Linux. The USB Vendor ID is the value given to the
|
||||||
<code>ATTR{idVendor}</code> property in the rules file, as described
|
<code>ATTR{idVendor}</code> property in the rules file, as described
|
||||||
above.</p>
|
above.</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Reference in New Issue
Block a user