Skip to content

Instantly share code, notes, and snippets.

@wpyoga
Created June 15, 2023 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpyoga/e18a7a292c0bc5989cef33ad88291436 to your computer and use it in GitHub Desktop.
Save wpyoga/e18a7a292c0bc5989cef33ad88291436 to your computer and use it in GitHub Desktop.
iphone get udid
connect iphone to pc
dmesg
get the serial number
```
usb 1-1: new high-speed USB device number 4 using xhci_hcd
usb 1-1: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=10.06
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: iPhone
usb 1-1: Manufacturer: Apple Inc.
usb 1-1: SerialNumber: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
usbcore: registered new device driver apple-mfi-fastcharge
ipheth 1-1:4.2: Apple iPhone USB Ethernet device attached
usbcore: registered new interface driver ipheth
ipheth 1-1:4.2 enp9s9f9u9c9i9: renamed from eth0
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment