From e029a6a85802f3dbdcac6f92d224dfdaf0500594 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 25 Jul 2016 18:40:27 +0200 Subject: C-Netz: Generator and Arduino programmer for SIM cards It supports the simple memory cards only. Works only with very early phones, like BSA51 (tested so far). An SLE4428 card must be written. The card must not have any protected serial number area. Also the card must read all 416 written bits via ATR, not only the first 32 bits. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4c3e7c3..1073c14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +SUBDIRS = src sim -- cgit v1.2.3