Populate AIDs present on the UICC

Change-Id: I4d0d8f5f1e8cb252be55a2995b730927cfa7004d
diff --git a/pySim-read.py b/pySim-read.py
index 31a3374..4b3b1be 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -98,6 +98,9 @@
 	# Initialize Card object by auto detecting the card
 	card = card_detect("auto", scc) or Card(scc)
 
+	# Read all AIDs on the UICC
+	card.read_aids()
+
 	# EF.ICCID
 	(res, sw) = card.read_iccid()
 	if sw == '9000':