Forums - Linux version mini-dm doesnt work

2 posts / 0 new
Last post
Linux version mini-dm doesnt work
tuyun.ty
Join Date: 16 Jan 17
Posts: 1
Posted: Wed, 2017-10-11 02:25

mini-dm always report no devices found:

Running mini-dm version: 3.1
No devices connected
 
but frome lsusb, the devices is conncected:
Bus 001 Device 004: ID 18d1:4ee7 Google Inc.
 
Is there any other steps to narrow down what's wrong?
Thanks in advance
  • Up0
  • Down0
c_zhet
Join Date: 31 Jul 17
Posts: 23
Posted: Mon, 2017-10-23 01:49

you may try ths:

1.lsusb
find ID

for example:Bus 003 Device 015:ID 29a9:701b

2.sudo gedit /etc/udev/rules.d/7--android.rules

add:ID

SUBSUSTEM=="usb",ATTRS{idVendor}=="29a9",ATTRS{idProduct}=="701b",MODE="0666"

3.sudo chmod a+rx /etc/udev/rules.d/70-android.rules

   sudo service udev restart

  restart udev

4.gedit ~/.android/adb_usb.ini

add ID:0X29a9

5.adb kill-server

  adb start-server

  adb devices

 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.