Difference between revisions of "User:Un1Gfn"

From The iPhone Wiki
Jump to: navigation, search
(+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 />
  +
&nbsp;- Working with Apple devices<br />
  +
&nbsp;&nbsp;- Working with iCloud data<br />
  +
&nbsp;&nbsp;&nbsp;- Working with iCloud backups<br />
  +
&nbsp;&nbsp;&nbsp;&nbsp;- Supported models
  +
 
Device - [[iPad mini 4|iPad mini 4]] Wi-Fi
 
Device - [[iPad mini 4|iPad mini 4]] Wi-Fi
   
 
<pre>
 
<pre>
$ ideviceinfo | grep HardwareModel
+
$ 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

model table

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