From a9bee856b08372cdde6e46f9dcf50fa0cda55325 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 10 Dec 2024 16:06:37 +0100 Subject: [PATCH] README.md: remove outdated information There is some outdated information in the README.md files of hello-stk and imsi-change. Related: OS#6069 --- hello-stk/README.md | 6 +----- imsi-change/README.md | 17 ----------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/hello-stk/README.md b/hello-stk/README.md index 09f5cfb..5cc620a 100644 --- a/hello-stk/README.md +++ b/hello-stk/README.md @@ -1,8 +1,4 @@ # Hello World SIM Toolkit Program This is the source code to a very simple *Hello World* Java SIM Toolkit -application. You typically install it using the tools from the - repository. - -For more information see - +application. diff --git a/imsi-change/README.md b/imsi-change/README.md index 99d1a55..46fc862 100644 --- a/imsi-change/README.md +++ b/imsi-change/README.md @@ -4,23 +4,6 @@ Display and change the IMSI of the SIM. This is a standalone version of a debug feature in the more complex IMSI Pseudonymization applet. To be used as example code to build other applets. -### How to flash - -``` -$ cp .sim-keys.example .sim-keys -$ nvim .sim-keys # adjust KIC1, KID1 -$ make flash -``` - -Before flashing a second time, remove the sim applet: - -``` -$ make remove -``` - ### Related * [IMSI Pseudonymization](https://osmocom.org/projects/imsi-pseudo/wiki) -* [Shadysimply in Osmocom wiki](https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy) - -