Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6337613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:17:03+00:00 2026-05-24T19:17:03+00:00

Doing Android development on a Mac and this very new phone I have doesn’t

  • 0

Doing Android development on a Mac and this very new phone I have doesn’t show up in the devices list in adb. Lots of other phones and devices work fine for me so I know my setup is good.

I have debugging enabled (Settings –> Applications –> Development –> USB debugging) on the phone, but it just doesn’t show up when I run adb devices

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:17:04+00:00Added an answer on May 24, 2026 at 7:17 pm

    Important Update : As @equiman points out, there are some USB cables that are for charging only and do not transmit data. Sometimes just swapping cables will help.

    Update for some versions of adb, ~/.android/adb_usb.ini has to be removed.

    Executive summary: Add the Vendor ID to ~/.android/adb_usb.ini and restart adb

    Full Details:
    Most of the time nothing will need to be done to get the Mac to recognize the phone/device. Seriously, 99% of the time "it just works."

    That being said, the quickest way to reset adb is to restart it with the following commands in sequence:

      adb kill-server
      adb devices
    

    But every now and then the adb devices command just fails to find your device. Maybe if you’re working with some experimental or prototype or out-of-the-ordinary device, maybe it’s just unknown and won’t show up.

    You can help adb to find your device by telling it about your device’s "Vendor ID," essentially providing it with a hint. This can be done by putting the hex Vendor ID in the file ~/.android/adb_usb.ini

    But first you have to find the Vendor ID value. Fortunately on Mac this is pretty easy. Launch the System Information application. It is located in the /Applications/Utilities/ folder, or you can get to it via the Apple Menu in the top left corner of the screen, select "About this Mac", then click the "More Info…" button. Screen grab here:

    System Information, Hardware USB tree

    Expand the "Hardware" tree, select "USB", then look for your target device. In the above example, my device is named "SomeDevice" (I did that in photoshop to hide the real device manufacturer). Another example would be a Samsung tablet which shows up as "SAMSUNG_Android" (btw, I didn’t have to do anything special to make the Samsung tablet work.) Anyway, click your device and the full details will display in the pane below. This is where it lists the Vendor ID. In my example from the screenshot the value is 0x9d17 — use this value in the next command

    echo 0x9d17 >> ~/.android/adb_usb.ini
    

    It’s okay if you didn’t already have that adb_usb.ini file before this, most of the time it’s just not needed for finding your device so it’s not unusual for that file to not be present. The above command will create it or append to the bottom of it if it already exists. Now run the commands listed way above to restart adb and you should be good to go.

    adb kill-server ; adb devices
    
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached 
    123ABC456DEF001 device
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just started doing Android development on Mac OS X in Eclipse. When
I'm doing some Android development, and I much prefer Visual Studio, but I'll have
I'm new to Eclipse/Android development so I'm hoping this is something basic that I'm
When doing Android Development where can I find a list all the valid XML
I'm trying to start doing Android development on OS X (trying is the key
I'm new to Android development, so I might be missing something obvious. I want
I'm new in android development and I am trying out the WebView example in
I am new to Android development and am facing a slight issue. My first
I'm new to Android development, and I've been playing around with it a bit.
I am new to java, eclipse, and android development, so I may be missing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.