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.