Revert "Do not return the FCI information while selecting a file"

This reverts commit 8c1b33c439fef423c3536e9243035722c52aba4c.
diff --git a/pySim/commands.py b/pySim/commands.py
index 721b3d4..cb72a11 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -41,7 +41,7 @@
 	def select_file(self, dir_list):
 		rv = []
 		for i in dir_list:
-			data, sw = self._tp.send_apdu_checksw(self.cla_byte + "a4000C02" + i)
+			data, sw = self._tp.send_apdu_checksw(self.cla_byte + "a4000002" + i)
 			rv.append(data)
 		return rv