Saturday, December 3, 2011

Ubuntu 11.04 - the Natty Narwhal : Android SDK : Atrix 4G : Debug App

Android SDK to recognize Android Phone Device need to create a new file.
sudo vi /etc/udev/rules.d/51-android.rules

Enter the following line to 51-android.rules file.
SUBSYSTEM=="usb", ATTR{idVendor}=="22B8", MODE="0666", GROUP="plugdev"

Note 22B8 is a Vendor ID for Motorola. Now give a read permission to others.
sudo chmod a+r /etc/udev/rules.d/51-android.rules

After that connect Atrix to the computer via USB cable. Then, set connection type to Motorola Portal. In Eclipse, do debug Android Application

No comments:

Post a Comment