I am having trouble writing the android rules file for my Nexus 5 on Ubuntu 14.04. I have created a new rules file as instructed in the android developer site, but I still cannot detect my device in the boot mode.
My 51-android.rules contains the following:
SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0660", GROUP="plugdev"
When I try to enter adb devices
in the terminal, it shows nothing. Can anyone help me out with this?
Thanks in advance.