Linux mint에서 android phone에 adb 연결시 ".... no permissions"이 나온다면....
어찌어찌 뭘 하다가 나님이 갖고 있는 android phone과 adb로 연결해볼려고 했더니, 아래 메시지처럼 나오면서 연결이 되지 않았다.
List of devices attached
???????????? no permissions
그래서, 구글링을 해보니 아래 출처에서 방법이 있었다.
출처 : http://stackoverflow.com/questions/9210152/set-up-device-for-development-no-permissions
* Linux에서는 USB 드라이버를 따로 설치할 필요도 없었군요....USB 드라이버 찾으려고 했더니 구글개발자사이트(http://developer.android.com/tools/extras/oem-usb.html)에서 설명이 되어 있었습니다.
List of devices attached
???????????? no permissions
그래서, 구글링을 해보니 아래 출처에서 방법이 있었다.
출처 : http://stackoverflow.com/questions/9210152/set-up-device-for-development-no-permissions
- Type "su" to switch to super user.
- your-path/adb kill-server.
- your-path/adb start-server.
- If no error occurs, you can see the device list with "your-path/adb devices" in root account.
- Quit super user.
- Now you can perform "adb devices" in your account.
* Linux에서는 USB 드라이버를 따로 설치할 필요도 없었군요....USB 드라이버 찾으려고 했더니 구글개발자사이트(http://developer.android.com/tools/extras/oem-usb.html)에서 설명이 되어 있었습니다.
If you're developing on Mac OS X or Linux, then you probably don't need to install a USB driver. To start developing with your device, read Using Hardware Devices.
댓글
댓글 쓰기