Skip to content

Instantly share code, notes, and snippets.

@yohfee
Created January 24, 2012 07:45
Show Gist options
  • Select an option

  • Save yohfee/1668712 to your computer and use it in GitHub Desktop.

Select an option

Save yohfee/1668712 to your computer and use it in GitHub Desktop.
Ubuntuでadb devicesで端末が???になるのを回避する
# Sharp
SUBSYSTEM=="usb", ATTR{idVendor}=="04dd", MODE="0666", GROUP="plugdev"
# Sony Ericsson
SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", MODE="0666", GROUP="plugdev"
sudo chmod a+r /etc/udev/rules.d/51-android.rules
sudo restart udev
adb kill-server
adb start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment