Errores de Heimdall, "ERROR: la partición "recuperación" no existe en el PIT especificado".

Cuando trato de flashear mi S4 con Heimdal y pongo clockworkmod, obtengo el seguimiento,

$ sudo heimdall flash --recovery ./clockworkmod_6.0.3.2_jfltespr.img --no-reboot
Heimdall v1.4.0

Copyright (c) 2010-2013, Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/

This software is provided free of charge. Copying and redistribution is
encouraged.

If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/

Initialising connection...
Detecting device...
Claiming interface...
Attempt failed. Detaching driver...
Claiming interface again...
Setting up interface...

Initialising protocol...
Protocol initialisation successful.

Beginning session...

Some devices may take up to 2 minutes to respond.
Please be patient!

Session begun.

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

ERROR: Partition "recovery" does not exist in the specified PIT.
Ending session...
Releasing device interface...
Re-attaching kernel driver...

Entonces, ¿por qué me dice,

ERROR: La "recuperación" de la partición no existe en el PIT especificado.

Para mí, la partición de recuperación se llamó Kernel2en Samsung Galaxy S3 Mini

Respuestas (2)

Esto se debe a que el comando que usaste para invocar a Heimdall fue,

heimdall flash --recovery

Y, heimdall es sensible a mayúsculas, prueba esto en su lugar.

heimdall flash --RECOVERY ./clockworkmod_6.0.3.2_jfltespr.img --no-reboot
Si obtiene ERROR: Failed to receive handshake response. Result: -7después de un intento anterior, reinicie el dispositivo e intente este heimdall --RECOVERY ...comando nuevamente.

Mi partición no se llamaba recuperación sino "SOS". Puedes comprobarlo haciendo: heimdall print-pit --verbosedesde un terminal mientras la pestaña está en modo Descarga.

Mostré mi p7510. Esencia: https://gist.github.com/pskiden/6311605