Skip to content

Instantly share code, notes, and snippets.

View hahaopsmeow's full-sized avatar

hahaopsmeow

View GitHub Profile
@hahaopsmeow
hahaopsmeow / gist:89009f468fa9e6accb13b75964f8dde9
Last active October 25, 2016 16:24
Get UDID of connected iOS devices
#
# Returns UDID of iPod, iPad, iPhone connected to your Mac
$ system_profiler SPUSBDataType | sed -n -e '/iPad/,/Serial/p' -e '/iPhone/,/Serial/p' -e '/iPod/,/Serial/p' | grep "Serial Number:" | awk -F ": " '{print $2}'
#
#
@davidnunez
davidnunez / gist:1404789
Created November 29, 2011 13:20
list all installed packages in android adb shell
pm list packages -f