[WIP] Unbricking HARD Bricked Motorola Atrix HD

Search This thread

tcf38012

Senior Member
Jan 23, 2012
293
275
Since I'm hard bricked, I can help out others. We just need to work together.

Sadly though, our device ID is 05c6:f006 as proven by the HTC forum, it is not unbrickable just yet. But we can do this.

Useful Documents
http://www.cooking-hacks.com/skin/frontend/default/cooking/pdf/3G_modem_tutorial.pdf

Also, in our bootrom, I have seen 05c6:9008, but not 05c6:9006. (Maybe it's telling us that it was id changed, or another new version or completly different protocol).

here is what I get when I lsusb it as verbose:


Code:
Bus 003 Device 012: ID 05c6:f006 Qualcomm, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x05c6 Qualcomm, Inc.
  idProduct          0xf006 
  bcdDevice            0.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      2
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      34
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              16
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     2
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      34
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              16
Device Status:     0x0000
  (Bus Powered)

Also, for some odd reason, it is being registered as a Human Interface Device.

I will try to fix that.

All done on Ubuntu 12.10
 

popfan

Senior Member
Jan 26, 2011
864
250
Wish Adam Outlater(missed spelled his name) was still working with us. He does such a fab job getting phones unbricked.
 

pinginn

Senior Member
Mar 3, 2011
59
3
* Island
first thank you for comeing up with a way to unbrick the atrix HD i flash the 4.1.1 ATT i can get the full name but it seem to be a version where thay have patched the 4.1.1 root over samba trick by not blocking access to specdrive is there another root or can u falsh any version of the att
stock rom with RSD lite or what im kinda losein my mind i did use root for another things beside flashing roms an the first time i flash a rom it bricked my phone witch i wont be doing agin ya im sure i need to use spell check but im alitl unhappy right now been messing with this for 12 or so hurs now .... thank you for the unbrick tho lest i can use the phone for calls an what not

was useing http://xdaforums.com/showthread.php?t=2143437 on my stock phone witch was a replacement of the 4.0.1 phone (ear pice issues)
also i think thay patched the samba expo from AT&T Moto Blur 98.2.2 / AT&T Moto Blur JB 4.1.1 is Blur 98.4.20
 
Last edited:

mark_hatred

Senior Member
Oct 25, 2012
58
32
Taguig
Now that bootloaders of MB886 are unlockable , I hope there would be a solution for this. I'm on a hard brick too. QPST/QHSUSB_DLOAD mode. Black screen, but Green Led shows sign of power.
 

02busa

Senior Member
Jul 29, 2010
539
119
Madison, MS
Now that bootloaders of MB886 are unlockable , I hope there would be a solution for this. I'm on a hard brick too. QPST/QHSUSB_DLOAD mode. Black screen, but Green Led shows sign of power.

Yeah, I would try unlocking the bootloader... That trick worked quite well on my OG Atrix with a hard brick.. Can't hurt to try if you can get into fastboot.
 

deeje00

Senior Member
Jan 8, 2011
2,078
407
Pretty old news man. Besides the fact that has nothing to do with the thread.

Sent from my U8655 using xda app-developers app
 

tcf38012

Senior Member
Jan 23, 2012
293
275
Yeah,
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/sbl1

=

Hard brick!!!!!!!!
 

G0DKING

Senior Member
Dec 22, 2014
52
5
Since I'm hard bricked, I can help out others. We just need to work together.

Sadly though, our device ID is 05c6:f006 as proven by the HTC forum, it is not unbrickable just yet. But we can do this.

Useful Documents
http://www.cooking-hacks.com/skin/frontend/default/cooking/pdf/3G_modem_tutorial.pdf

Also, in our bootrom, I have seen 05c6:9008, but not 05c6:9006. (Maybe it's telling us that it was id changed, or another new version or completly different protocol).

here is what I get when I lsusb it as verbose:


Code:
Bus 003 Device 012: ID 05c6:f006 Qualcomm, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x05c6 Qualcomm, Inc.
  idProduct          0xf006 
  bcdDevice            0.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      2
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      34
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              16
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     2
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      34
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              16
Device Status:     0x0000
  (Bus Powered)

Also, for some odd reason, it is being registered as a Human Interface Device.

I will try to fix that.

All done on Ubuntu 12.10
I'm havin' the same problem, too. An lsusb of "ID 05c6:f006 Qualcomm, Inc." with a dmesg of "ttyUSB0: Qualcomm USB modem converter". You figure anything out with yours?
 

mrroks

Senior Member
Nov 23, 2012
793
116
Karachi
superuserhelp.com
Ive Hard Bricked the LG SU640 by flasing recovery to WRONG Partition no screen full BLACK no Charging nothing , Device Manager was showing QUALCOMM HS-USB QDLOADER , ive managed to unbrick it .. is that is your problem .. ?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Since I'm hard bricked, I can help out others. We just need to work together.

    Sadly though, our device ID is 05c6:f006 as proven by the HTC forum, it is not unbrickable just yet. But we can do this.

    Useful Documents
    http://www.cooking-hacks.com/skin/frontend/default/cooking/pdf/3G_modem_tutorial.pdf

    Also, in our bootrom, I have seen 05c6:9008, but not 05c6:9006. (Maybe it's telling us that it was id changed, or another new version or completly different protocol).

    here is what I get when I lsusb it as verbose:


    Code:
    Bus 003 Device 012: ID 05c6:f006 Qualcomm, Inc. 
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x05c6 Qualcomm, Inc.
      idProduct          0xf006 
      bcdDevice            0.00
      iManufacturer           0 
      iProduct                0 
      iSerial                 0 
      bNumConfigurations      2
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           34
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0x80
          (Bus Powered)
        MaxPower              500mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              0 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength      34
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0001  1x 1 bytes
            bInterval              16
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           34
        bNumInterfaces          1
        bConfigurationValue     2
        iConfiguration          0 
        bmAttributes         0x80
          (Bus Powered)
        MaxPower              100mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              0 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength      34
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0001  1x 1 bytes
            bInterval              16
    Device Status:     0x0000
      (Bus Powered)

    Also, for some odd reason, it is being registered as a Human Interface Device.

    I will try to fix that.

    All done on Ubuntu 12.10
    1
    I also have a hard bricked Atrix HD laying around.

    Sent from my Galaxy Nexus using Tapatalk 2
    1
    Now that bootloaders of MB886 are unlockable , I hope there would be a solution for this. I'm on a hard brick too. QPST/QHSUSB_DLOAD mode. Black screen, but Green Led shows sign of power.

    MobileTechVideos.com fixed mine us with JTAG repair.

    Sent from my Galaxy Nexus using Tapatalk 2