How to install Moto drivers for ADB

16,220

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'.

Share:
16,220

Related videos on Youtube

Oggie7797
Author by

Oggie7797

Android nut who loves Linux and wants to learn how to work it...hates windows.

Updated on September 18, 2022

Comments

  • Oggie7797
    Oggie7797 over 1 year

    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.

    http://developer.android.com/tools/device.html

    At the bottom it says how to do it but im new to linux any help woulld be appreciated.

    • xangua
      xangua over 9 years
      It would be better if you mention what your final goal is and maybe it'd be better to ask in android stack exchange
    • Oggie7797
      Oggie7797 over 9 years
      my goal is to be able to have my laptop recognize my phone so i can use adb commands like pulling logcats for example
    • hal7df
      hal7df over 9 years
      You shouldn't need any additional drivers to use adb with your phone on Ubuntu (I have been able to use adb with my S4 without any additional drivers). Just try running an adb command (adb devices is a good place to start) with your phone plugged in.
  • Anteino
    Anteino over 2 years
    I figured this as well, but my device is not showing. Any tips?