The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:Un1Gfn"
(+device) |
(+ iPhone 8) |
||
Line 2: | Line 2: | ||
<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> |
Revision as of 11:49, 1 May 2021
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