libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
550 stars 207 forks source link

support new devices (Spring 2021) #81

Closed DanTheMann15 closed 3 years ago

DanTheMann15 commented 3 years ago

adds support for:

Other Changes:

nikias commented 3 years ago

Hey I already added the devices myself, except for AppleTV 4k 2nd gen, where did you find chipid/boardid values?

DanTheMann15 commented 3 years ago

Hey I already added the devices myself, except for AppleTV 4k 2nd gen, where did you find chipid/boardid values?

straight from the BuildManifest.plist inside the fat OTA found here: https://www.theiphonewiki.com/wiki/OTA_Updates/Apple_TV/14.5#Apple_TV_4K_.282nd_generation.29

other device info is from the DeviceTree.

nikias commented 3 years ago

Ok great, I didn't check the OTA ones, I kinda suspected it was from there, was just curious since ipsw.me doesn't have that device.

nikias commented 3 years ago

Will add it.