Ashish Augustine
Ashish Augustine

Reputation: 2030

Use android device as emualator

I wanted to use a Motorola Fire XT instead of emulator on my fedora 13. I am using eclipse. i am not running as administrator.

I have enabled USB debugging mode in my phone. But on the DDMS ??????? are shown instead of my phone. Please say how to use. Also , once configured should we have configure every time

Upvotes: 0

Views: 103

Answers (1)

Ovidiu Latcu
Ovidiu Latcu

Reputation: 72311

You should follow the steps at Usign Hardware Devices.

You'll need to create and edit the file /etc/udev/rules.d/51-android.rulesand to add the following line to your file :

SUBSYSTEM=="usb", ATTR{idVendor}=="22B8", MODE="0666", GROUP="plugdev".

Upvotes: 1

Related Questions