bootloader - 51-android.rules for Nexus 5 -


i having trouble writing android rules file nexus 5 on ubuntu 14.04. have created new rules file instructed in android developer site, still cannot detect device in boot mode.

my 51-android.rules contains following:

subsystem=="usb", attr{idvendor}=="1004", mode="0660", group="plugdev" 

when try enter adb devices in terminal, shows nothing. can me out this? in advance.

adb devices shows devices in adb , recovery modes only. need use fastboot tool control android device in boot mode.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -