Tag Archives: motoroi

Linux 에서 adb devices 결과가 no permissions 인경우 해결방법.

Debian Lenny (5.0.3)에서 adb devices 를 했더니… $ adb devices List of devices attached ???????????? no permissions 검색을 해보니.. /etc/udev/rules.d/99-android.rules 에 디바이스 정보를 넣으라고 한다. 그러나.. 여전히 no permissions 이다. 좀더 찾아보니… adb kill-server adb start-server 를 root 권한으로 실행해보란다. $ adb kill-server $ adb start-server * daemon not running. starting it now * * daemon started successfully * $ adb devices List of devices attached 0403766B11005015 [...]
Posted in android, bash, debian, development, linux | Also tagged , , , , , | Leave a comment