Linux에서 Android 장치를 감지할 수 없습니다.

Linux에서 Android 장치를 감지할 수 없습니다.

내 Motorola Android 휴대폰은 처음에 Linux Mint 17.3에서 감지되었습니다. 그런 다음 모바일 장치가 감지되고 내 모바일 장치에서 Android 앱을 테스트할 수 있는 Android 스튜디오에 사용했습니다.

이제 문제는 내 전화가 Android 스튜디오의 adb에 의해 감지되지만 Linux 파일 탐색기에서는 감지되지 않는다는 것입니다. 내 문제는이 게시물.

Android 스튜디오(여기에서 감지됨)

안드로이드 스튜디오

LSSB

LSSB

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)

답변1

chrome://inspect/#devicesadb 장치 목록이 비어 있다는 것을 확인할 때까지 동일한 문제가 계속해서 발생했습니다 .

탭(또는 Chrome)을 닫고 장치를 다시 연결하면 작동합니다.

답변2

Chrome이 열려 있으면 chrome://inspect/#devicesadb 장치에 장치 표시가 중지됩니다.

수정 프로그램이 닫히고 크롬이 열립니다.

관련 정보