Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partition name for "(null)" could not be located #103

Closed
jwm-art-net opened this issue Feb 28, 2013 · 1 comment
Closed

Partition name for "(null)" could not be located #103

jwm-art-net opened this issue Feb 28, 2013 · 1 comment

Comments

@jwm-art-net
Copy link

I'm getting the above error while following the instructions on http://www.androidauthority.com/galaxy-tab-2-7-0-p3110-root-clockworkmod-recovery-96473/

I've tried the Arch Linux 1.4 Heimdall package and also building the source from github, both result in similar errors:

(note: serial number appears to contain tab character)

1.4

Initialising connection...
Detecting device...
      Manufacturer: "SAMSUNG"
           Product: "SAMSUNG USB DRIVER"
         Serial No: ""

            length: 18
      device class: 2
               S/N: 3
           VID:PID: 04E8:685D
         bcdDevice: FAF7
   iMan:iProd:iSer: 1:2:3
          nb confs: 1

interface[0].altsetting[0]: num endpoints = 1
   Class.SubClass.Protocol: 02.02.01
       endpoint[0].address: 83
           max packet size: 0010
          polling interval: 09

interface[1].altsetting[0]: num endpoints = 2
   Class.SubClass.Protocol: 0A.00.00
       endpoint[0].address: 81
           max packet size: 0200
          polling interval: 00
       endpoint[1].address: 02
           max packet size: 0200
          polling interval: 00
Claiming interface...
Attempt failed. Detaching driver...
Claiming interface again...
Setting up interface...

Checking if protocol is initialised...
ERROR: libusb error -127031656 whilst receiving packet.
Protocol is not initialised.

Initialising protocol...
Protocol initialisation successful.

Beginning session...
Session begun with device of type: 180.

Downloading device's PIT file...
PIT file download successful.

ERROR: Partition name for "(null)" could not be located
Ending session...
Rebooting device...
Releasing device interface...
Re-attaching kernel driver...

master

Initialising connection...
Detecting device...
      Manufacturer: "SAMSUNG"
           Product: "SAMSUNG USB DRIVER"
         Serial No: ""

            length: 18
      device class: 2
               S/N: 3
           VID:PID: 04E8:685D
         bcdDevice: A72B
   iMan:iProd:iSer: 1:2:3
          nb confs: 1

interface[0].altsetting[0]: num endpoints = 1
   Class.SubClass.Protocol: 02.02.01
       endpoint[0].address: 83
           max packet size: 0010
          polling interval: 09

interface[1].altsetting[0]: num endpoints = 2
   Class.SubClass.Protocol: 0A.00.00
       endpoint[0].address: 81
           max packet size: 0200
          polling interval: 00
       endpoint[1].address: 02
           max packet size: 0200
          polling interval: 00
Claiming interface...
Attempt failed. Detaching driver...
Claiming interface again...
Setting up interface...

Checking if protocol is initialised...
ERROR: libusb error 1556088472 whilst receiving packet.
Protocol is not initialised.

Initialising protocol...
Protocol initialisation successful.

Beginning session...

This device may take up to 2 minutes to respond.
Please be patient!

Session begun.

Downloading device's PIT file...
PIT file download successful.

ERROR: Partition name for "(null)" could not be located
Ending session...
Rebooting device...
Releasing device interface...
Re-attaching kernel driver...

The usb and partition error messages appear partially uninitialized, but beneath the text window are displayed as USB error -7 and 'Partition name for "pit" could not be located'.

@Benjamin-Dobell
Copy link
Owner

I believe this to be fixed in the following commit:
ebbc3e7

However, the commit is part of a work in progress, so I need to make at least one more commit before you can properly build on anything other than Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants