User:Un1Gfn

From The iPhone Wiki
Revision as of 12:12, 1 May 2021 by Un1Gfn (talk | contribs) (-archive)
Jump to: navigation, search

model table

wayback machine (incomplete)
 - 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