Get UUID without iTunes

后端 未结 8 1935
栀梦
栀梦 2021-02-05 01:52

I am looking for a way to extract my iPhone (OS v3.0) UUID without using iTunes. I tried \"UUID Revealer\" from Cydia Store but that is not working on my system. I could SSH wit

相关标签:
8条回答
  • 2021-02-05 02:44

    On an apt-compatible Linux use:

    sudo apt-get install libimobiledevice-utils
    

    Now you can do

    idevice_id -l
    

    to get the device UUID while it's connected by USB.

    0 讨论(0)
  • 2021-02-05 02:45

    This is super easy on Windows. You can also go to Control Panel > Devices and printers in win 7. Plug in the phone

    Device Manager > Iphone 
    Right - click
    Properties > Hardware Tab
    Properties > Details Tab
    Property > Device Instance Path
    

    UUID is the last device path listed.

    USB\VID_05AC&PID_1297\UUID String
    

    Enjoy skipping itunes installation.

    0 讨论(0)
提交回复
热议问题