1. creating a file.
sudo vi /etc/udev/rules.d/51-android.rules
2. enter this to the file
SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", MODE="0666", GROUP="plugdev"
the 'idVendor' value is in this page "http://developer.android.com/tools/device.html#VendorIds"
19d2 is for ZTE.
'DIGITory > Android' 카테고리의 다른 글
Chrome Remote Inspector (1) | 2014.04.16 |
---|---|
Nexus 5 : Binary 설치 및 rooting, 파일 실행시키기. (0) | 2014.04.08 |
adb return offline (0) | 2013.11.11 |
adb devices - "???????????? no permissions" issue (1) | 2012.10.08 |
구글 캘린더 연동 시 일부만 동기화 되는 현상 (0) | 2012.06.21 |