adb ไม่สามารถเห็นอุปกรณ์ android ในโหมด bootloader นี่คือข้อมูล verbose lsusb ฉันจะติดตั้งสิ่งนี้ได้อย่างไร


1
Bus 006 Device 007: ID 2207:310d  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.01
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x2207 
  idProduct          0x310d 
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
Bus 006 Device 007: ID 2207:310d  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.01
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x2207 
  idProduct          0x310d 
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
  MaxPower              400mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      6 
      bInterfaceProtocol      5 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 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     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength            8
  bNumDeviceCaps          1
  ** UNRECOGNIZED:  03 10 00
Device Status:     0x0001
  Self Powered

ฉันมีสิ่งนี้ใน 51-android.rules SUBSYSTEM == "usb", ATTRS {idVendor} == "2207", ATTRS {idProduct} == "310d", โหมด "0600", เจ้าของ = "เครื่องหมาย" SUBSYSTEM == " usb ", ATTRS {idVendor} ==" 2207 ", ATTRS {idProduct} ==" 0006 ", โหมด" 0600 ", OWNER =" mark "และสิ่งนี้ใน adb_usb.ini 0x2207
ทำเครื่องหมาย

อุปกรณ์ยังเป็น POS และไม่มีการแสดงผลในโหมด bootloader ฉันจะไม่รู้ด้วยซ้ำว่ามันทำงานโดยไม่มี lsusb หากรูปแบบช่วยได้เลยมันคือ em756
ทำเครื่องหมาย

ขอบคุณที่ติดตามฉันและไม่ได้ตอบคำถาม ดูเหมือนว่าเป็นชุมชนที่ยิ่งใหญ่
ทำเครื่องหมาย

ผลลัพธ์ของadb devicesอะไร การแสดง lsusb จะไม่บอกอะไรเรา
Neil

ไม่มีอะไร ฉันจะไม่ถามคำถามหากมีปรากฏในอุปกรณ์ adb และใช่ฉันได้ออกเซิร์ฟเวอร์ adb kill และรีสตาร์ทเซอร์วิสรีบูตและถอดปลั๊ก
ทำเครื่องหมาย

คำตอบ:


0

เมื่ออยู่ในโหมดดาวน์โหลด ลองใช้ fastboot devicesและดูว่าอุปกรณ์ของคุณรู้จักหรือไม่


0

คุณได้ตั้งกฎ Android อย่างถูกต้องในโฟลเดอร์ udev ของคุณหรือไม่ ในโหมดดาวน์โหลดหรือ fastboot adb จะไม่รู้จักอุปกรณ์ของคุณ มันไม่ได้มีไว้สำหรับสิ่งนั้น Fastboot จะสามารถทำได้


เห็นความคิดเห็นแรกของฉัน
ทำเครื่องหมาย

ในโหมด fastboot รหัสผลิตภัณฑ์คือ 0006 และแน่นอนว่ารหัสผู้ขายไม่เปลี่ยนแปลง
ทำเครื่องหมาย

คุณรีบูตหลังจากตั้งค่ากฎ Android หรือไม่
adeen-s

ใช่. ฉันรีบูท ฉันตั้งค่าเมื่อวานนี้
ทำเครื่องหมาย
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.