O dispositivo Android parou de ser detectado no linux

1

Meu motorola android mobile estava sendo detectado inicialmente no linux mint 17.3. Então eu estava usando para o Android Studio, onde o celular está sendo detectado e poderia fazer o teste do Android app através do meu celular.

Agora a questão é, no android studio adb poderia detectar meu celular mas no linux explorer de arquivos ele não é detectado. E meu problema é o mesmo que este post.

Estúdio Android (aqui está sendo detectado)

lsusb

lsusb -v

Bus 002 Device 007: ID 22b8:2e82 Motorola PCS 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x22b8 Motorola PCS
  idProduct          0x2e82 
  bcdDevice            2.28
  iManufacturer           1 motorola
  iProduct                2 XT1022
  iSerial                 3 ZX1B343RHV
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol      0 
      iInterface              5 MTP
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x001c  1x 28 bytes
        bInterval               6
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
    
por Learning 10.08.2016 / 12:42

2 respostas

1

Eu tive o mesmo problema várias vezes até notar que, se a lista de dispositivos chrome://inspect/#devices adb aparecer vazia.

Feche a guia (ou Chrome), conecte seu dispositivo novamente e ele deve funcionar.

    
por 21.02.2017 / 19:50
1

Se o Chrome for aberto com chrome://inspect/#devices , os dispositivos adb deixarão de exibir os dispositivos.

A correção seria estreita e aberta no Chrome.

    
por 03.05.2017 / 00:40