最終更新:2013-10-03 (木) 11:14:51 (3850d)  

Android/ドライバ
Top / Android / ドライバ

Windows

Google USB Driver?

adb

  • ADB Interface?
  • Android Composite ADB Interface?

ドライバ配布サイト

Ubuntu

  • udevの設定をする。
  • 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}=="0bb4", MODE="0666", GROUP="plugdev"
  • chmod a+r /etc/udev/rules.d/51-android.rules