From 7abf5cdc95998947a3b817dc9232b394086ad912 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Fri, 28 Mar 2014 10:15:24 -0700 Subject: [PATCH] docs: Updated the link to buy a Nexus phone. Bug: 13671312 Change-Id: Ie16f3a86e58af8367e065d444c497fe4c920b2ed --- docs/html/tools/device.jd | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/html/tools/device.jd b/docs/html/tools/device.jd index a1fb817468a43..ccd590337280b 100644 --- a/docs/html/tools/device.jd +++ b/docs/html/tools/device.jd @@ -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 Android-powered devices are available.

-

If you want a SIM-unlocked phone, then you might consider a Nexus phone. To find a place -to purchase the Nexus S and other Android-powered devices, visit google.com/phone.

+

If you want a SIM-unlocked phone, then you might consider a Nexus phone. To purchase a +Nexus phone, visit the Google Play store.

Note: When developing on a device, keep in mind that you should still use the Use this format to add each vendor to the file:
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"

- + In this example, the vendor ID is for HTC. The MODE assignment specifies read/write permissions, and GROUP defines which Unix group owns the device node.

- +

Note: The rule syntax may vary slightly depending on your environment. Consult the udev documentation for your system as needed. For an overview of rule syntax, see @@ -138,7 +137,7 @@ target your connected device.

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 -ATTR{idVendor} property in the rules file, as described +ATTR{idVendor} property in the rules file, as described above.