Created
February 14, 2015 16:11
-
-
Save lyonanderson/9c47f039cb695e0a9965 to your computer and use it in GitHub Desktop.
Get the DigitalDevceID of a device connected to the lighting port without Jailbreak. See http://ramtin-amin.fr/#tristar for more info on IOAccessoryDigitalID
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
python -c "print '`idevicediagnostics ioreg IOAccessory | grep -A 2 IOAccessoryDigitalID | tail -1`'.strip().decode('base64').encode('hex')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment