I’m trying to connect my Samsung Galaxy to PC but ddms tool does not recognize my phone. USB debugging is enabled. What can cause a problem?
PS. I’m using Ubuntu 9.10 OS.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should add a rule to /etc/udev/rules.d (i.e.:
51-android.rules):just in case verify that the id for your phone matches 0x04e8 using
lsusb.Once the new rule is added just reload them by
$ sudo udevadm control –reload-rules