Open AlphaGolf33 opened 4 years ago
Describe the issue
I just wanted to downgrade my iPad to iOS 10.3.3, I tried at least 10 times, but always the same result:
Unable to restore device, errorcode=-11, Return code: 245
. The iPad shows a green screen then an update screen with a progress bar and at this moment the command returns with errors and the iPad fallback in restore mode.Command
python3 vieux -i iPad_64bit_10.3.3_14G60_Restore.ipsw
Output
Expand
Computer:
- Computer Model: Mac Book Air 2015
- MacOS Version: 10.15.2
- Python Version: 3.7.6
- Vieux Version: commit f2dc4f7
iOS Device:
- Device: iPad Air Wifi (iPad 4,1) running iOS 12.4.5
- Desired Version: iOS 10.3.3
I encountered the same error.
描述问题
我只是想将iPad降级到iOS 10.3.3,我尝试了至少10次,但结果始终相同:
Unable to restore device, errorcode=-11, Return code: 245
。iPad显示绿色屏幕,然后显示带有进度条的更新屏幕,这时命令返回错误,iPad处于还原模式。命令
python3 vieux -i iPad_64bit_10.3.3_14G60_Restore.ipsw
输出量
扩大
电脑:
- 电脑型号:Mac Book Air 2015
- MacOS版本:10.15.2
- Python版本:3.7.6
- Vieux版本:commit f2dc4f7
iOS设备:
- 设备:运行iOS 12.4.5的iPad Air Wifi(iPad 4,1)
- 所需版本:iOS 10.3.3
我好像知道了解决办法,并且我已经成功降级到10.3.3了。
首先iPad正常开机状态下,使用数据线连接iPad mini2和MacBook Pro,iPad会出现断断续续的连接,不能正常使用爱思助手或者iTunes,在知乎上查找到一条帮助,在终端执行以下代码:
sudo killall -STOP -c usbd
然后使用数据线连接iPad mini2和MacBook Pro就会显示连接正常了(但是此时iPad会显示未在充电,因为数需要数据传输,不需要充电,所以忽视即可)
然后再次运行降级程序,就会成功。终端显示如下图:
注意:很多教程并未提及在降级过程中iPad设备的屏幕变化,在此处说明,iPad设备要提前进入DFU模式,然后就不需要操作了,在终端提示WARNING: Unable to find BbChipID node的时候,iPad会从DFU模式进入到恢复模式,并且此时爱思助手显示不能连接,这都是正常的,因为在刷机过程中,爱思助手怎么可能连接的上呢。有疑问可以回复我,很乐意为大家解答。
描述 问题
将 只是 想 将 iPad 降级 到 iOS 10.3.3 , 我 尝试 了 至少 10 次 , 但 结果 始终 相同 :
Unable to restore device, errorcode=-11, Return code: 245
。iPad 显示 绿色 屏幕 , 然后 显示 带有 进度 条 的 更新 屏幕 , 这时 命令 返回 错误 , iPad 处于 还原 还原 模式。命令
python3 vieux -i iPad_64bit_10.3.3_14G60_Restore.ipsw
输出 量
扩大
电脑 :
- : 型号 : Mac Book Air 2015
- MacOS 10.1: 10.15.2
- Python 版本: 3.7.6
- Vieux : : commit f2dc4f7
iOS 设备 :
- : : 运行 iOS 12.4.5 sur iPad Air Wifi (iPad 4,1)
- 所需 版本 : iOS 10.3.3
.3 好像 知道 了 解决 办法 , 并且 我 已经 成功 降级 到 iTunes 10.3.3 了。 首先 iPad 正常 开机 状态 下 , 使用 数据 线 连接 iPad mini2 和 MacBook Pro , iPad 会 出现 断断续续 的 连接 , 不能 正常 使用 爱 思 助手 或者 iTunes Mini 在 知 乎 上 查找 到 一条 帮助 , 在 终端 执行 以下 代码 :
sudo killall -STOP -c usbd
然后 使用 数据 线 连接 iPad mini2 和 MacBook Pro 就会 显示 连接 正常 了 (但是 此时 iPad 会 显示 未 在 充电 , 因为 数 需要 数据 传输 , 不需要 充电 , 所以 忽视 即可) 然后 再次 运行 降级 程序 , 就会 成功。 终端 显示 如下 图 : 注意 : 很多 教程 并未 提及 在 降级 过程 中 iPad 设备 的 屏幕 变化 , 在 此处 说明 , iPad 设备 要 提前 提前进入 DFU 模式 , 然后 就 不需要 操作 了 , 在 终端 提示 AVERTISSEMENT: impossible de trouver le nœud BbChipID 的 时候 , iPad 会 从 DFU 模式 进入 到 恢复 模式 , 并且 此时 爱 思 助手 显示 不能 连接 , 这 都是 正常 的 ,中 在 刷 机 过程 中 , 爱 思 助手 怎么 可能 连接 的 上 呢。 有 疑问 可以 回复 我 , 很 乐意 为 大家 解答。
Hello, I don't quite understand how did you do it? Help me I always have errorcode -11 and return code 245
I was hoping to use this method to hopefuly resurrect my iPad Air with the Error 4013/4014 issue. I seem to be getting the same issue with errorcode=-11, Return code: 245.
Ahhhh, now it is clear (thx google translate and thx @BuLingYin and @Lazouk02) As soon as you connect your ipad in DFU mode, the "restore ipad" or whatever it is called is blocking progress on vieux.
As soon as you connect your ipad in DFU-mode, just run sudo killall -STOP -c usbd
in terminal and then the vieux-command. Everything should work afterwards.
厉害啊,兄嘚。 @ChristianGaetcke
Describe the issue
I just wanted to downgrade my iPad to iOS 10.3.3, I tried at least 10 times, but always the same result:
Unable to restore device, errorcode=-11, Return code: 245
. The iPad shows a green screen then an update screen with a progress bar and at this moment the command returns with errors and the iPad fallback in restore mode.Command
python3 vieux -i iPad_64bit_10.3.3_14G60_Restore.ipsw
Output
Expand
Vieux - A tool for 32/64 Bit OTA downgrades Current version is: 1.0.1 If you are using a 64 Bit device then connect it in DFU Mode If you are using a 32 Bit device then just have it connected in NORMAL mode Files cleaned. iPad_64bit_10.3.3_14G60_Restore.ipsw is a zip archive! Starting IPSW unzipping Continuing... IPSW found at given path... Cleaning up old files... Files cleaned. Unzipping.. Found: CPID:8960 CPRV:11 CPFM:03 SCEP:01 BDID:10 ECID:0000070F8A946A30 IBFL:1C SRTG:[iBoot-1704.10] Device is now in pwned DFU Mode. (15.42 seconds) Exploit worked! *** SecureROM Signature check remover by Linus Henze *** Applying patches... Successfully applied patches Starting iBSS/iBEC patching Looks like you are downgrading an iPad Air to 10.3.3! Patched iBSS/iBEC About to re-build IPSW Entering PWNREC mode... Getting SHSH... Restoring... Note that errors about 'BbSkeyId', 'FDR Client', 'BasebandFirmware Node' and 'ERROR: zip_name_locate: Firmware/all_flash/manifest' are not important. Just ignore them and only report errors that actually stop the restore. Restoring without a baseband as your iPad4,1 doesn't have cellular capabilities... WARNING: Unable to find BbChipID node WARNING: Unable to find BbChipID node ERROR: Unable to receive message from FDR 0x7f8641c09db0 (-2). 0/2 bytes ERROR: Unable to send NORImageData data ERROR: Unable to send NOR data ERROR: Unable to successfully restore device Version: 81b98e0425e17250cc83d5badaf9a8cc6399f481 - 245 Libipatcher version: 3159a387584e352f690cca859e013c3a4683f3e8 - 69 Odysseus support: yes INFO: device serial number is DMPMRREZFK14 [INFO] 64-bit device detected futurerestore init done reading signing ticket resources/other/apnonce.shsh is done Found device iPad4,1 j71ap [TSSC] opening resources/manifests/BuildManifest_iPad4,1.plist [TSSR] User specified not to request a baseband ticket. Request URL set to https://gs.apple.com/TSS/controller?action=2 Sending TSS request attempt 1... response successfully received WARNING: user specified not to flash a baseband. This can make the restore fail if the device needs a baseband! if you added this flag by mistake you can press CTRL-C now to cancel continuing restore in 10 9 8 7 6 5 4 3 2 1 Found device in Recovery mode Device already in Recovery mode Found device in Recovery mode Identified device as j71ap, iPad4,1 Extracting BuildManifest from iPSW Product version: 10.3.3 Product build: 14G60 Major: 14 Device supports IMG4: true Got ApNonce from device: be d9 5a 1b 77 27 42 46 fb ef 32 37 37 18 a4 f6 3e 35 19 57 checking APTicket to be valid for this restore... Verified ECID in APTicket matches device ECID checking APTicket to be valid for this restore... Verified ECID in APTicket matches device ECID [Error] im4m_buildidentity_check_cb: can't find any identity which matches all hashes inside IM4M [Error] getBuildIdentityForIM4M: found buildidentity, but can't read information [Error] BuildIdentity selected for restore doesn't match APTicket BuildIdentity selected for restore: BuildNumber : 14G60 BuildTrain : Greensburg DeviceClass : j71ap FDRSupport : NO RestoreBehavior : Erase Variant : Customer Erase Install (IPSW) BuildIdentiy valid for the APTicket: [Error] Verified APTicket to be valid for this restore Variant: Customer Erase Install (IPSW) This restore will erase your device data. Extracting filesystem from iPSW [= ] 0.0% ... [==================================================] 100.0% Extracting iBEC.ipad4.RELEASE.im4p... Personalizing IMG4 component iBEC... Sending iBEC (673810 bytes)... waiting for device to reconnect... Getting SepNonce in recovery mode... 8e 05 09 0c dd 4c 82 c2 f4 69 9c ee 3d 54 d1 f2 c4 84 71 f1 Getting ApNonce in recovery mode... be d9 5a 1b 77 27 42 46 fb ef 32 37 37 18 a4 f6 3e 35 19 57 [WARNING] Setting bgcolor to green! If you don't see a green screen, then your device didn't boot iBEC correctly Recovery Mode Environment: iBoot build-version=iBoot-3406.60.10 iBoot build-style=RELEASE Sending RestoreLogo... Extracting applelogo@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component RestoreLogo... Sending RestoreLogo (22710 bytes)... ramdisk-size=0x10000000 Extracting 058-74940-063.dmg... Personalizing IMG4 component RestoreRamDisk... Sending RestoreRamDisk (41591830 bytes)... Extracting DeviceTree.j71ap.im4p... Personalizing IMG4 component RestoreDeviceTree... Sending RestoreDeviceTree (101147 bytes)... Extracting kernelcache.release.ipad4... Personalizing IMG4 component RestoreKernelCache... Sending RestoreKernelCache (12259801 bytes)... Trying to fetch new signing tickets Request URL set to https://gs.apple.com/TSS/controller?action=2 Sending TSS request attempt 1... response successfully received Received signing tickets About to restore device... Waiting for device... Device 3a9675326339d04c63bf8981e87d123449b0e335 is now connected in restore mode... Connecting now... Connected to com.apple.mobile.restored, version 14 Device 3a9675326339d04c63bf8981e87d123449b0e335 has successfully entered restore mode Hardware Information: BoardID: 16 ChipID: 35168 UniqueChipID: 7763330886192 ProductionMode: true Previous restore exit status: 0x100 Starting FDR listener thread About to send NORData... Found firmware path Firmware/all_flash Getting firmware manifest from build identity Extracting LLB.ipad4.RELEASE.im4p... Personalizing IMG4 component LLB... Extracting applelogo@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component AppleLogo... Extracting batterycharging0@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component BatteryCharging0... Extracting batterycharging1@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component BatteryCharging1... Extracting batteryfull@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component BatteryFull... Extracting batterylow0@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component BatteryLow0... Extracting batterylow1@2x~ipad.s5l8960x.im4p... Personalizing IMG4 component BatteryLow1... Extracting glyphplugin@2x~ipad-lightning.s5l8960x.im4p... Personalizing IMG4 component BatteryPlugin... Extracting DeviceTree.j71ap.im4p... Personalizing IMG4 component DeviceTree... Extracting recoverymode@2x~ipad-lightning.s5l8960x.im4p... Personalizing IMG4 component RecoveryMode... Extracting iBoot.ipad4.RELEASE.im4p... Personalizing IMG4 component iBoot... Personalizing IMG4 component RestoreSEP... Personalizing IMG4 component SEP... Sending NORData now... [Error] ERROR: Unable to restore device Done: restoring failed. Failed with errorcode=-11 ERROR.. Return code: 245 Restore Failed. Please try again and report the error + full logs if it persists. Exiting...
Computer:
iOS Device: