The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:Un1Gfn"
(+device) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [https://www.elcomsoft.com/help/en/eppb/index.html?supported_models.html model table] |
||
+ | |||
+ | [https://web.archive.org/web/https://www.elcomsoft.com/help/en/eppb/index.html wayback machine] (incomplete) ([[wikipedia:Help:Using the Wayback Machine|Help:Using the Wayback Machine]])<br /> |
||
+ | - Working with Apple devices<br /> |
||
+ | - Working with iCloud data<br /> |
||
+ | - Working with iCloud backups<br /> |
||
+ | - Supported models |
||
+ | |||
Device - [[iPad mini 4|iPad mini 4]] Wi-Fi |
Device - [[iPad mini 4|iPad mini 4]] Wi-Fi |
||
<pre> |
<pre> |
||
− | $ ideviceinfo | grep |
+ | $ ideviceinfo | grep \ |
+ | -e DeviceClass \ |
||
+ | -e HardwareModel \ |
||
+ | -e HardwarePlatform \ |
||
+ | -e ModelNumber \ |
||
+ | -e ProductType |
||
+ | DeviceClass: iPad |
||
HardwareModel: J96AP |
HardwareModel: J96AP |
||
+ | HardwarePlatform: t7000 |
||
+ | ModelNumber: MK9P2 |
||
+ | ProductType: iPad5,1 |
||
+ | </pre> |
||
+ | |||
+ | Device - [[iPhone 8]] |
||
+ | |||
+ | <pre> |
||
+ | $ ideviceinfo | grep \ |
||
+ | -e DeviceClass \ |
||
+ | -e HardwareModel \ |
||
+ | -e HardwarePlatform \ |
||
+ | -e ModelNumber \ |
||
+ | -e ProductType |
||
+ | DeviceClass: iPhone |
||
+ | HardwareModel: D20AP |
||
+ | HardwarePlatform: t8015 |
||
+ | ModelNumber: MQ6K2 |
||
+ | ProductType: iPhone10,1 |
||
</pre> |
</pre> |
Latest revision as of 12:47, 1 May 2021
wayback machine (incomplete) (Help:Using the Wayback Machine)
- Working with Apple devices
- Working with iCloud data
- Working with iCloud backups
- Supported models
Device - iPad mini 4 Wi-Fi
$ ideviceinfo | grep \ -e DeviceClass \ -e HardwareModel \ -e HardwarePlatform \ -e ModelNumber \ -e ProductType DeviceClass: iPad HardwareModel: J96AP HardwarePlatform: t7000 ModelNumber: MK9P2 ProductType: iPad5,1
Device - iPhone 8
$ ideviceinfo | grep \ -e DeviceClass \ -e HardwareModel \ -e HardwarePlatform \ -e ModelNumber \ -e ProductType DeviceClass: iPhone HardwareModel: D20AP HardwarePlatform: t8015 ModelNumber: MQ6K2 ProductType: iPhone10,1