Created
June 15, 2023 20:50
-
-
Save wpyoga/e18a7a292c0bc5989cef33ad88291436 to your computer and use it in GitHub Desktop.
iphone get udid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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