Skip to content

Instantly share code, notes, and snippets.

@pschmidtboeing
pschmidtboeing / iOS_watchOS_device_types.txt
Last active February 3, 2021 13:05 — forked from adamawolf/Apple_mobile_device_types.txt
List of iOS and Watch OS device codes types a.k.a. machine ids (e.g. iPhone1,1) and their matching product names
i386 : iOS Simulator 32-bit
x86_64 : iOS Simulator 64-bit
iPhone1,1 : iPhone 1st Gen
iPhone1,2 : iPhone 3G 2nd Gen
iPhone2,1 : iPhone 3GS 3rd Gen
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 (GSM) Rev A
iPhone3,3 : iPhone 4 (CDMA)
iPhone4,1 : iPhone 4s
@HikerBoricua
HikerBoricua / fix_eoi.py
Last active July 25, 2021 21:25 — forked from bcyrill/fix_eoi.py
Adds peripheral code to make it easier to work with a folder/directory containing mixed content. Tested with S8+ (trailer versions 103, 105 & 106). Coded for Python 3.6.5 64 bit.
#!/usr/bin/python
# The Samsung trailer format is based on the implementation from ExifTool
# http://www.sno.phy.queensu.ca/~phil/exiftool/
# Forked off https://gist.github.com/bcyrill to fit a specific use case,
# bad pano files mixed with other files in a folder/dir
# The "dump" argument was not tested in this fork
# Meant to be run from a batch like the Windows CMD one in the block comment below
"""