Skip to content

Instantly share code, notes, and snippets.

@shakalaca
Created August 7, 2014 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shakalaca/bfb581dbcfa5c71089e5 to your computer and use it in GitHub Desktop.
Save shakalaca/bfb581dbcfa5c71089e5 to your computer and use it in GitHub Desktop.
ZenFone adb connection under linux
新增 /etc/udev/rules.d/99-adb.rules,內容為
SUBSYSTEM=="usb",ATTR{idVendor}=="0b05",MODE="0666",GROUP="plugdev"
然後重新啟動 udev
sudo udevadm control --reload-rules
sudo service udev restart
接著插拔接著 ZenFone 的 USB 線看看 :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment