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
Post a Comment