1

私は LG の Android 携帯を持っていますが、それを USB デバッグに使用したいと考えています。次の手順に従いました。

1. Enabled usb debugging in developers option on phone.

2. After connecting to PC, phone shows as "Usb debugging connected". I verified the same by command "lsusb" on Ubuntu 14.10. It shows following result:

   Bus 002 Device 003: ID 1004:633e LG Electronics, Inc.

3. Then I followed steps given in https://developer.android.com, to setup hardware device.

   Log in as root and create this file: /etc/udev/rules.d/51-android.rules.

   Use this format to add each vendor to the file: SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0666", GROUP="plugdev"

   Now execute: chmod a+r /etc/udev/rules.d/51-android.rules

4. After that I rebooted the computer.

5. Now when I try to check device list in adb by command "./adb devices" , It does not show device listed.

誰でも助けてもらえますか?私が間違っているところを教えてください..ありがとう

4

1 に答える 1

-1

このガイドが私の問題を解決したことがわかりました。Azpen A1023に接続しようとしたときに同じことに直面していました

http://community.linuxmint.com/tutorial/view/888

于 2014-11-30T05:59:03.787 に答える