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.