Get UUID without iTunes

后端 未结 8 1933
栀梦
栀梦 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.

提交回复
热议问题