As stated above, I want to install moto drivers on my laptop thats running ubuntu 14.04. I have adb installed but im not sure how to install my drivers.
At the bottom it says how to do it but im new to linux any help woulld be appreciated.
31 Answer
You need to put your computer into developer mode and enable USB debugging.
Steps to take:
Goto: Settings > About phone > Build number
Tap it 7 times. You'll enter developer mode.
The go back to Settings > 'Developer settings' and turn on 'USB debugging'. Your device should then show up when you run 'adb devices'.
1