当我尝试用Heimdal闪烁S4并戴上Clockworkmod时,我得到了关注,

$ 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...


那为什么告诉我,


错误:指定的PIT中不存在分区“恢复”。


评论

可能与Heimdall错误重复,“无法确认文件传输顺序结束!”

对我来说,恢复分区在Samsung Galaxy S3 Mini上称为Kernel2

#1 楼

这是因为您用来调用heimdall的命令是

heimdall flash --recovery


而且heimdall是大写的,请改用此命令。

heimdall flash --RECOVERY ./clockworkmod_6.0.3.2_jfltespr.img --no-reboot


评论


如果出现错误:无法接收握手响应。结果:-7在更早的尝试之后,重新启动设备,然后再次尝试执行heimdall --RECOVERY ...命令。

– Lekensteyn
2014年11月7日上午11:09

#2 楼

我的分区不是恢复,而是“ SOS”。您可以通过以下方法进行检查:在选项卡处于下载模式时,从终端执行heimdall print-pit --verbose

我闪烁了p7510。要点:https://gist.github.com/pskiden/6311605