Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get UUID without iTunes

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 with WinSCP and I have a Terminal Program Installed. Any chances using one of those tools (or another one) to bring to light my UUID? Thanks

like image 888
Eddie Avatar asked Nov 08 '09 16:11

Eddie


People also ask

How do I find my iPad UDID without iTunes?

Your UDID can be found in Finder. In the Finder sidebar, choose your iPhone, then click area in the header just under your phone's name until you can see the UDID.


2 Answers

  1. Connect your iPhone to the Mac(mine is OS10.8).
  2. Launch System Information under Utilies
  3. the UUID of your iPhone is list under USB/iPhone/Serial Number
like image 154
Ray Avatar answered Oct 23 '22 04:10

Ray


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.

like image 37
Jonathan Hartley Avatar answered Oct 23 '22 05:10

Jonathan Hartley