Get UUID without iTunes

可紊 提交于 2019-12-03 01:06:00
  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

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.

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.

There are probably 20 "UUID Display" apps in the app store. I think the best thing to do is to try a few and see what works for you. Like almost everything else in the App Store, the apps to show UUID is saturated.

HI just tried a free app (I have no affiliation with this app) and it worked on my 3G.

ShareAbout - Share Device ID on iTunes

You could try iStat (99¢) from Bjango or you could plug your iPhone into your computer, and open the Organizer (Window » Organizer) and it will show it there). Or you could take @wkw's idea to do it programatically.

open cydia and at the bottom on the homescreen you'll find the UUID. no need for windows either

You can get this by opening up XCode. The device will have a label called "Identifier". This is your UUID.

On VMWare:

  1. open the VMWare-Logs (On Linux: in your VMWare Directory, vmware.log).
  2. Plugin your Iphone and connect it in VMware as USB-Device
  3. Search in the logs for: "USB: Device [name:Apple". In this Line, you find serialnum:. This is the UUID you"re searching for.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!