Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Device list is empty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Device list is empty

    Im working on Amlogic-8505


    I'm getting device list is empty.(not getting devices list)

    I have followed these steps
    ================================================
    step1:
    $sudo ./adb devices
    or
    $sudo ./adb kill-server
    $sudo ./adb start-server
    $sudo ./adb devices

    step2:

    $sudo minicom -s

    Serial port setup

    | A - Serial Device : /dev/ttyUSB0 |
    | B - Lockfile Location : /var/lock |
    | C - Callin Program : |
    | D - Callout Program : |
    | E - Bps/Par/Bits : 115200 8N1 |
    | F - Hardware Flow Control : No |
    | G - Software Flow Control : No |
    | |
    | Change which setting? |


    Save setup as..
    Exit
    step3:
    $sudo ./adb devices
    Ex: sudo ./adb devices
    List of devices attached
    ================================================== =======

    List of devices is empty.I could not able to understand,where i did mistake.

    Could you plesas help me.
    Thank you.


    #2
    Hi!

    1.-Check lsusb must show a device with the ID 2207

    Code:
    Bus 001 Device 006: ID 2207:0011
    2.-Check your udev rules, something like ​/etc/udev/rules.d/51-android.rules should have a similar content like my current configuration

    Code:
    SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
    3.- Check your configuration at $HOME/.android/adb_usb.ini and add the rockchip id
    Code:
    [COLOR=#75715E]# add your vendor IDs, one per line [/COLOR]
    [COLOR=#960050]0x2207[/COLOR]
    P.D.The post is in and incorrect place, this is not a tutorial, maybe some moderator can move the post.
    Last edited by CGarces; 06-06-2016, 11:39. Reason: Fixed formating

    Comment


      #3
      it is 805 related ?
      where would you like it
      Cheers
      treboR
      Please consider
      Donating to Freaktab

      Comment


        #4
        hi,
        this is related to amlogic(m201)

        Comment

        Working...
        X