Results 1 to 5 of 5
Like Tree3Likes
  • 1 Post By Jerry Hildenbrand
  • 1 Post By JB_User
  • 1 Post By Jerry Hildenbrand
  1. Thread Author  Thread Author    #1  

    Default SOLVED: 'abd devices' can't recognize my device

    I can't get 'Hello World' to work on my Android Device, which is a Samsung Galaxy Player running firmware version 2.3.5. I'm doing this on a Linux machine.

    I ran the command 'adb devices' as suggested in . It's supposed to recognize my device, but it's output is:
    ?????????? no permissions
    .
    I think that must be the source of the problem, but it's difficult to do a web search on '?????????? no permissions'. Does anyone know what I must do to fix this so that 'adb' recognizes my device? Thank you!
    Last edited by JB_User; 03-17-2013 at 09:56 AM.
  2. #2  
    Jerry Hildenbrand's Avatar
    AC Cowboy

    Posts
    5,329 Posts
    Global Posts
    5,807 Global Posts
    ROM
    Homebrewed

    Default Re: 'abd devices' can't recognize my device

    Run the commands:
    Code:
    adb kill-server
    adb start-server
    as root.

    Then try adb devices as a normal user
    (•‿•)
    Thanked by:
    JB_User likes this.
  3. Thread Author  Thread Author    #3  

    Default Re: 'abd devices' can't recognize my device

    Hey! I fixed it. In case anyone else runs into this problem, I did these steps

    Create file: /etc/udev/rules.d/51-android.rule with content (I have no idea what this actually does):
    KERNEL=="sd[b-g]", SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", SYMLINK+="galaxy-%k-%n", IMPORT{program}="ata_id --export $tempnode"
    Then I stopped and restarted the adb server (as root)
    adb kill-server
    adb start-server
    And after that, my device shows in 'adb devices'.

    Thanks to all that were about to help me, but didn't get a chance to respond in time.
  4. Thread Author  Thread Author    #4  

    Default Re: 'abd devices' can't recognize my device

    Thanks, Jerry. I didn't see your reply but I figured it out.
    Thanked by:
    Jerry Hildenbrand likes this.
  5. #5  
    Jerry Hildenbrand's Avatar
    AC Cowboy

    Posts
    5,329 Posts
    Global Posts
    5,807 Global Posts
    ROM
    Homebrewed

    Default Re: 'abd devices' can't recognize my device

    Cool deal.

    What that 51-android.rule file did was put a udev rule in place that lets you run adb as a normal user. That was our next step if stopping/starting as root worked :P
    (•‿•)
    Thanked by:
    JB_User likes this.

Similar Threads

  1. How can I root my device safely?
    By AndroidS3 in forum Samsung Galaxy S3 I9300
    Replies: 8
    Last Post: 01-01-2013, 05:05 PM
  2. Computer not recognizing my device
    By androidSenior4g in forum HTC EVO 4G Rooting, ROMs, and Hacks
    Replies: 5
    Last Post: 10-07-2011, 01:05 AM
  3. pc not recognizing my device
    By Mr. CarBon in forum T-Mobile Galaxy S 4G
    Replies: 1
    Last Post: 07-07-2011, 06:58 PM
  4. pc does not recognize my device??
    By Mr. CarBon in forum General Help and How To
    Replies: 0
    Last Post: 07-06-2011, 04:29 PM
  5. Market not recognizing my device
    By bibleguy125 in forum Market Help
    Replies: 0
    Last Post: 06-24-2011, 09:35 PM

Posting Permissions