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
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.
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.