futurerestore icon indicating copy to clipboard operation
futurerestore copied to clipboard

'ERROR: Unable to discover device model' on iPad 5 (2017)

Open iakdev opened this issue 6 years ago • 5 comments

iPad6,11 (J71tAP) won't get recorgnized correctly.

I get the follwoing ouput on macOS and Windows:

[INFO] 64bit device detected futurerestore init done reading ticket myshsh.shsh2 done [Error] ERROR: Unable to discover device model [Error] Fail code=-2 Failed with errorcode=-2

iakdev avatar Mar 16 '18 10:03 iakdev

I think the problem might be that only "j71sap" but not "j71tap" for iPad6,11 is in libirecovery/src/libirecovery.c

iakdev avatar Mar 17 '18 11:03 iakdev

I added

{"iPad6,11", "j71tap", 0x10, 0x8003 },

to irecv_devices[] in libirecovery.c and built everything from scratch. It fixed the problem and let me restore form 10.3.2 to 11.1.2.

iakdev avatar Mar 17 '18 16:03 iakdev

Maybe you should reopen this issue if it still exists in unmodified encounter's fork.

Pamnki avatar Mar 19 '18 08:03 Pamnki

Alright, but to clarify: The issue persits within libirecovery which is used by idevicerestore which is used by futurerestore.

See: https://github.com/libimobiledevice/libirecovery/issues/38

iakdev avatar Mar 19 '18 11:03 iakdev

It is now fixed in libirecovery!

iakdev avatar Mar 19 '18 16:03 iakdev