728x90
1. cannot get permission for fastboot.
< waiting for any device >
solution:
a. 관련 링크
https://github.com/96boards-hikey/tools-images-hikey960/
b. update fastboot
sudo apt install android-tools-adb android-tools-fastboot
c. add usb vendor to the driver(나의 경우엔 이걸로 해결)
$lsusb
Bus 003 Device 007: ID 2232:1045 Silicon Motion
Bus 003 Device 010: ID 18d1:d00d Google Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$sudo vi /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="d00d", MODE="0666", GROUP="plugdev"
$sudo service udev restart
728x90
'Programming > android' 카테고리의 다른 글
Build Android-P preview3 on angler (1) | 2018.06.18 |
---|---|
source build/envsetup.sh error (0) | 2017.05.29 |
api doc error on Android 4.4.3 (kitkat) (1) | 2017.05.24 |
perl 5.18 switch module error (0) | 2015.03.20 |
android img upload(fastboot) (0) | 2014.09.29 |
Can't locate Switch.pm (0) | 2014.09.29 |
android-x86 build 도중 만난 errors (0) | 2014.07.13 |
android Kitkat 을 VMware에 설치해보자 (0) | 2014.07.13 |
format_output.h:94:22: error: reference ‘counts’ cannot be declared ‘mutable’ [-fpermissive] (0) | 2013.12.19 |
linker.cpp error (0) | 2013.12.19 |